![]() |
Column-oriented GPU-accelerated Database Management System
CoGaDB
|
#include <iostream>#include <string>#include <vector>#include <map>#include <memory>#include <core/time_measurement.hpp>#include <core/factory.hpp>

Go to the source code of this file.
Classes | |
| class | hype::core::StatisticalMethod_Internal |
| class | hype::core::StatisticalMethodFactorySingleton |
Namespaces | |
| namespace | hype |
The namespace stemod contains all classes and functions that belongs to the framework. | |
| namespace | hype::core |
The namespace stemod::core contains all classes and functions that belong to the core framework. | |
Typedefs | |
| typedef core::Factory < StatisticalMethod_Internal, std::string > | hype::core::StatisticalMethodFactory |
| typedef std::tr1::shared_ptr < StatisticalMethod_Internal > | hype::core::StatisticalMethodPtr |
| typedef std::map< std::string, StatisticalMethodPtr > | hype::core::StatisticalMethodMap |
Functions | |
| const std::tr1::shared_ptr < StatisticalMethod_Internal > | hype::core::getNewStatisticalMethodbyName (std::string name) |