Hybrid Query Processing Engine for Coprocessing in Database Systems
HyPE
hype::util Namespace Reference

Functions

Architecture getArchitecture ()
template<class T , class TAl >
T * begin_ptr (std::vector< T, TAl > &v)
template<class T , class TAl >
const T * begin_ptr (const std::vector< T, TAl > &v)
const std::string getName (StatisticalMethod)
const std::string getName (RecomputationHeuristic)
const std::string getName (OptimizationCriterion)
const std::string getName (ProcessingDeviceType)
const std::string getName (DeviceTypeConstraint)

Function Documentation

template<class T , class TAl >
T* hype::util::begin_ptr ( std::vector< T, TAl > &  v) [inline]

Definition at line 14 of file begin_ptr.hpp.

Referenced by hype::core::Least_Squares_Method_2D::recomuteApproximationFunction().

Here is the caller graph for this function:

template<class T , class TAl >
const T* hype::util::begin_ptr ( const std::vector< T, TAl > &  v) [inline]

Definition at line 18 of file begin_ptr.hpp.

Definition at line 10 of file architecture.cpp.

References Architecture_32Bit, and Architecture_64Bit.

Referenced by hype::queryprocessing::Operation_Benchmark< Type >::setup().

Here is the caller graph for this function:

const std::string hype::util::getName ( RecomputationHeuristic  x)

Definition at line 15 of file get_name.cpp.

const std::string hype::util::getName ( OptimizationCriterion  x)

Definition at line 29 of file get_name.cpp.

const std::string hype::util::getName ( ProcessingDeviceType  x)

Definition at line 48 of file get_name.cpp.

const std::string hype::util::getName ( DeviceTypeConstraint  x)

Definition at line 55 of file get_name.cpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines