Dynalib Utils
Classes | Typedefs
IntWrapper.h File Reference
#include "IndexConfig.h"
#include "IHashable.h"
#include "ICopyable.h"
#include "HashCoder.h"
Include dependency graph for IntWrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IntWrapper< T >
 

Typedefs

typedef IntWrapper< char > Char
 
typedef IntWrapper< unsigned char > UChar
 
typedef IntWrapper< short > Short
 
typedef IntWrapper< unsigned short > UShort
 
typedef IntWrapper< int > Integer
 
typedef IntWrapper< unsigned int > UInteger
 
typedef IntWrapper< long > Long
 
typedef IntWrapper< unsigned long > ULong
 
typedef IntWrapper< long long > LongLong
 
typedef IntWrapper< unsigned long long > ULongLong
 
typedef IntWrapper< float > Float
 
typedef IntWrapper< double > Double
 
typedef IntWrapper< long double > LongDouble
 
typedef IntWrapper< int64_t > Index
 

Typedef Documentation

◆ Char

typedef IntWrapper<char> Char

◆ Double

typedef IntWrapper<double> Double

◆ Float

typedef IntWrapper<float> Float

◆ Index

typedef IntWrapper<int64_t> Index

◆ Integer

typedef IntWrapper<int> Integer

◆ Long

typedef IntWrapper<long> Long

◆ LongDouble

typedef IntWrapper<long double> LongDouble

◆ LongLong

typedef IntWrapper<long long> LongLong

◆ Short

typedef IntWrapper<short> Short

◆ UChar

typedef IntWrapper<unsigned char> UChar

◆ UInteger

typedef IntWrapper<unsigned int> UInteger

◆ ULong

typedef IntWrapper<unsigned long> ULong

◆ ULongLong

typedef IntWrapper<unsigned long long> ULongLong

◆ UShort

typedef IntWrapper<unsigned short> UShort