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

#include <wwprofile.h>

Public Member Functions

void First (void)
 
void Next (void)
 
bool Is_Done (void)
 
const char * Get_Current_Name (void)
 
int Get_Current_Total_Calls (void)
 
float Get_Current_Total_Time (void)
 

Protected Member Functions

 WWProfileInOrderIterator (void)
 

Protected Attributes

WWProfileHierachyNodeClassCurrentNode
 

Friends

class WWProfileManager
 

Detailed Description

Definition at line 178 of file wwprofile.h.

Constructor & Destructor Documentation

◆ WWProfileInOrderIterator()

WWProfileInOrderIterator::WWProfileInOrderIterator ( void )
protected

Definition at line 957 of file wwprofile.cpp.

Member Function Documentation

◆ First()

void WWProfileInOrderIterator::First ( void )

Definition at line 962 of file wwprofile.cpp.

◆ Get_Current_Name()

const char * WWProfileInOrderIterator::Get_Current_Name ( void )
inline

Definition at line 186 of file wwprofile.h.

◆ Get_Current_Total_Calls()

int WWProfileInOrderIterator::Get_Current_Total_Calls ( void )
inline

Definition at line 187 of file wwprofile.h.

◆ Get_Current_Total_Time()

float WWProfileInOrderIterator::Get_Current_Total_Time ( void )
inline

Definition at line 188 of file wwprofile.h.

◆ Is_Done()

bool WWProfileInOrderIterator::Is_Done ( void )

Definition at line 990 of file wwprofile.cpp.

◆ Next()

void WWProfileInOrderIterator::Next ( void )

Definition at line 967 of file wwprofile.cpp.

Friends And Related Symbol Documentation

◆ WWProfileManager

friend class WWProfileManager
friend

Definition at line 194 of file wwprofile.h.

Member Data Documentation

◆ CurrentNode

WWProfileHierachyNodeClass* WWProfileInOrderIterator::CurrentNode
protected

Definition at line 191 of file wwprofile.h.


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