Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TemplateValueAnalysation< type, zero, lower, higher, doubleDiv, doubleMul, add, sub, mul, div >::TYPE_SAVE Struct Reference

help structur for sorting the set. More...

#include <templatevalueanalysation.h>

Public Member Functions

 TYPE_SAVE (type &a)
 
bool operator< (const TYPE_SAVE &other)
 

Public Attributes

type * pointer
 

Detailed Description

template<class type, type zero, bool lower = defaultLower<type>, bool higher = defaultHigher<type>, type doubleDiv = defaultDoubleDiv<type>, type doubleMul = defaultDoubleMul<type>, type add = defaultAdd<type>, type sub = defaultSub<type>, type mul = defaultMul<type>, type div = defaultDiv<type>>
struct TemplateValueAnalysation< type, zero, lower, higher, doubleDiv, doubleMul, add, sub, mul, div >::TYPE_SAVE

help structur for sorting the set.

define the lower than operator

Constructor & Destructor Documentation

TYPE_SAVE ( type &  a)
inline

Member Function Documentation

bool operator< ( const TYPE_SAVE other)
inline

Member Data Documentation

type* pointer

The documentation for this struct was generated from the following file: