vrecko
virtual reality framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Enumeration.h File Reference
#include "Range.h"
#include <stdarg.h>
#include <string>
#include <list>
#include <set>

Go to the source code of this file.

Classes

class  vrecko::Enumeration< tval, tref >
 

Namespaces

namespace  vrecko
 Second level of space paritioning queries - detailed searching inside object.
 

Typedefs

typedef Enumeration< int > vrecko::IntEnumeration
 used with integers More...
 
typedef Enumeration< long > vrecko::LongEnumeration
 used with longs More...
 
typedef Enumeration< float > vrecko::FloatEnumeration
 used with floats More...
 
typedef Enumeration< double > vrecko::DoubleEnumeration
 used with doubles More...
 
typedef Enumeration< string,
const string & > 
vrecko::StringEnumeration
 used with strings More...