Column-oriented GPU-accelerated Database Management System
CoGaDB
/home/sebastian/gpudbms/trunk/hype-library/include/core/optimization_criterion.hpp File Reference
#include <iostream>
#include <string>
#include <vector>
#include <map>
#include <memory>
#include <config/global_definitions.hpp>
#include <core/scheduling_decision.hpp>
#include <core/time_measurement.hpp>
#include <core/factory.hpp>
Include dependency graph for optimization_criterion.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  hype::core::OptimizationCriterion_Internal
 Base class for all optimization criterions. More...
class  hype::core::OptimizationCriterionFactorySingleton

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
< OptimizationCriterion_Internal,
std::string > 
hype::core::OptimizationCriterionFactory

Functions

std::tr1::shared_ptr
< OptimizationCriterion_Internal > 
hype::core::getNewOptimizationCriterionbyName (const std::string &name_of_optimization_criterion)
 factory function taht creates OptimizationCriterion objects
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines