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

A list of function level profile IDs. More...

#include <profile_funclevel.h>

Public Member Functions

 IdList (void)
 
bool Enum (unsigned index, Id &id, unsigned *countPtr=0) const
 Enumerates the list of IDs.
 

Detailed Description

A list of function level profile IDs.

Definition at line 55 of file profile_funclevel.h.

Constructor & Destructor Documentation

◆ IdList()

ProfileFuncLevel::IdList::IdList ( void )
inline

Definition at line 60 of file profile_funclevel.h.

Member Function Documentation

◆ Enum()

bool ProfileFuncLevel::IdList::Enum ( unsigned index,
Id & id,
unsigned * countPtr = 0 ) const

Enumerates the list of IDs.

Note
These values are not sorted in any way.
Parameters
indexindex value, >=0
idreturn buffer for ID value
countPtrreturn buffer for count, if given
Returns
true if ID found at given index, false if not

Definition at line 725 of file profile_funclevel.cpp.


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