Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ProfileFuncLevelTracer::UnsignedMap Class Reference

simple unique unsigned/unsigned map More...

#include <internal_funclevel.h>

Public Member Functions

 UnsignedMap (void)
 
 ~UnsignedMap ()
 
void Clear (void)
 
void Insert (unsigned val, int countAdd)
 
unsigned Enumerate (int index)
 
unsigned GetCount (int index)
 
void Copy (const UnsignedMap &src)
 
void MixIn (const UnsignedMap &src)
 

Detailed Description

simple unique unsigned/unsigned map

Definition at line 51 of file internal_funclevel.h.

Constructor & Destructor Documentation

◆ UnsignedMap()

ProfileFuncLevelTracer::UnsignedMap::UnsignedMap ( void )

◆ ~UnsignedMap()

ProfileFuncLevelTracer::UnsignedMap::~UnsignedMap ( )

Member Function Documentation

◆ Clear()

void ProfileFuncLevelTracer::UnsignedMap::Clear ( void )

◆ Copy()

void ProfileFuncLevelTracer::UnsignedMap::Copy ( const UnsignedMap & src)

◆ Enumerate()

unsigned ProfileFuncLevelTracer::UnsignedMap::Enumerate ( int index)

◆ GetCount()

unsigned ProfileFuncLevelTracer::UnsignedMap::GetCount ( int index)

◆ Insert()

void ProfileFuncLevelTracer::UnsignedMap::Insert ( unsigned val,
int countAdd )
inline

Definition at line 341 of file internal_funclevel.h.

◆ MixIn()

void ProfileFuncLevelTracer::UnsignedMap::MixIn ( const UnsignedMap & src)

The documentation for this class was generated from the following file: