Dynalib Utils
Functions
CreateUtilTypes.cpp File Reference
#include "Utilities/String.h"
#include "Utilities/IntWrapper.h"
#include "Utilities/DynaListImpl.h"
#include "Utilities/DynaLinkedListImpl.h"
#include "Utilities/DynaArrayImpl.h"
#include "Utilities/DynaHashMapImpl.h"
#include "Utilities/DynaHashSetImpl.h"
#include "Utilities/ICacheConst.h"
Include dependency graph for CreateUtilTypes.cpp:

Functions

 MAKE_ARRAYTYPE_INSTANCE (index_t, IndexRef)
 
 MAKE_MAPTYPE_INSTANCE (String, Integer, StringInt)
 
 MAKE_MAPTYPE_INSTANCE (Char, Integer, CharInt)
 
 MAKE_MAPTYPE_INSTANCE (Index, Index, IndexRef)
 
 MAKE_SETTYPE_INSTANCE (Char, Char)
 

Detailed Description

Author
Ken Kopelson (ken@m.nosp@m.etae.nosp@m.ra.co.nosp@m.m)
Version
0.1
Date
2020-01-09

Function Documentation

◆ MAKE_ARRAYTYPE_INSTANCE()

MAKE_ARRAYTYPE_INSTANCE ( index_t  ,
IndexRef   
)

◆ MAKE_MAPTYPE_INSTANCE() [1/3]

MAKE_MAPTYPE_INSTANCE ( String  ,
Integer  ,
StringInt   
)

◆ MAKE_MAPTYPE_INSTANCE() [2/3]

MAKE_MAPTYPE_INSTANCE ( Char  ,
Integer  ,
CharInt   
)

◆ MAKE_MAPTYPE_INSTANCE() [3/3]

MAKE_MAPTYPE_INSTANCE ( Index  ,
Index  ,
IndexRef   
)

◆ MAKE_SETTYPE_INSTANCE()

MAKE_SETTYPE_INSTANCE ( Char  ,
Char   
)