|
ICG 2
Electric Boogaloo
|
#include "Type/PrimitiveDataType.hpp"#include "Value/IntegerValue.hpp"#include "Value/FloatingPointValue.hpp"#include <stdlib.h>#include <iostream>Go to the source code of this file.
Classes | |
| class | SpecifiedPrimitiveDataType< T > |
Typedefs | |
| typedef SpecifiedPrimitiveDataType< void > | VoidDataType |
| typedef SpecifiedPrimitiveDataType< int > | IntDataType |
| typedef SpecifiedPrimitiveDataType< unsigned int > | UnsignedIntDataType |
| typedef SpecifiedPrimitiveDataType< char > | CharDataType |
| typedef SpecifiedPrimitiveDataType< short > | ShortDataType |
| typedef SpecifiedPrimitiveDataType< long > | LongDataType |
| typedef SpecifiedPrimitiveDataType< long long > | LongLongDataType |
| typedef SpecifiedPrimitiveDataType< unsigned char > | UnsignedCharDataType |
| typedef SpecifiedPrimitiveDataType< unsigned short > | UnsignedShortDataType |
| typedef SpecifiedPrimitiveDataType< unsigned long > | UnsignedLongDataType |
| typedef SpecifiedPrimitiveDataType< unsigned long long > | UnsignedLongLongDataType |
| typedef SpecifiedPrimitiveDataType< float > | FloatDataType |
| typedef SpecifiedPrimitiveDataType< double > | DoubleDataType |
| typedef SpecifiedPrimitiveDataType<char> CharDataType |
| typedef SpecifiedPrimitiveDataType<double> DoubleDataType |
| typedef SpecifiedPrimitiveDataType<float> FloatDataType |
| typedef SpecifiedPrimitiveDataType<int> IntDataType |
| typedef SpecifiedPrimitiveDataType<long> LongDataType |
| typedef SpecifiedPrimitiveDataType<long long> LongLongDataType |
| typedef SpecifiedPrimitiveDataType<short> ShortDataType |
| typedef SpecifiedPrimitiveDataType<unsigned char> UnsignedCharDataType |
| typedef SpecifiedPrimitiveDataType< unsigned int > UnsignedIntDataType |
| typedef SpecifiedPrimitiveDataType<unsigned long> UnsignedLongDataType |
| typedef SpecifiedPrimitiveDataType<unsigned long long> UnsignedLongLongDataType |
| typedef SpecifiedPrimitiveDataType<unsigned short> UnsignedShortDataType |
| typedef SpecifiedPrimitiveDataType< void > VoidDataType |