Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
Map.h File Reference
+ Include dependency graph for Map.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TPairInitializer< KeyInitType, ValueInitType >
 
class  TKeyInitializer< KeyInitType >
 
struct  TDefaultMapKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
 
struct  TDefaultMapHashableKeyFuncs< KeyType, ValueType, bInAllowDuplicateKeys >
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< bConst, bRangedFor >
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< bConst >
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TIterator
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstIterator
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TConstKeyIterator
 
class  TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator
 
class  TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >
 
class  TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::FKeyComparisonClass< PREDICATE_CLASS >
 
class  TSortableMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::FValueComparisonClass< PREDICATE_CLASS >
 
class  TMap< KeyType, ValueType, SetAllocator, KeyFuncs >
 
class  TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs >
 
struct  FScriptMapLayout
 
class  FScriptMap
 
struct  TIsZeroConstructType< FScriptMap >
 
struct  TContainerTraits< TMap< KeyType, ValueType, SetAllocator, KeyFuncs > >
 
struct  TContainerTraits< TMultiMap< KeyType, ValueType, SetAllocator, KeyFuncs > >
 

Macros

#define ExchangeB(A, B)   {bool T=A; A=B; B=T;}
 

Typedefs

template<typename KeyType , typename ValueType >
using TPair = TTuple<KeyType, ValueType>
 

Macro Definition Documentation

◆ ExchangeB

#define ExchangeB ( A,
B )   {bool T=A; A=B; B=T;}

Definition at line 16 of file Map.h.

Typedef Documentation

◆ TPair

template<typename KeyType , typename ValueType >
using TPair = TTuple<KeyType, ValueType>

Definition at line 19 of file Map.h.