ICG 2
Electric Boogaloo
Classes | Typedefs
SpecifiedPrimitiveDataType.hpp File Reference
#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 Documentation

◆ CharDataType

◆ DoubleDataType

◆ FloatDataType

◆ IntDataType

◆ LongDataType

◆ LongLongDataType

◆ ShortDataType

◆ UnsignedCharDataType

◆ UnsignedIntDataType

◆ UnsignedLongDataType

◆ UnsignedLongLongDataType

◆ UnsignedShortDataType

◆ VoidDataType