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

#include <wwprofile.h>

Public Member Functions

 WWProfileHierachyInfoClass (const char *name, WWProfileHierachyInfoClass *parent)
 
 ~WWProfileHierachyInfoClass (void)
 
WWProfileHierachyInfoClassGet_Parent (void)
 
WWProfileHierachyInfoClassGet_Sibling (void)
 
WWProfileHierachyInfoClassGet_Child (void)
 
void Set_Parent (WWProfileHierachyInfoClass *node)
 
void Set_Sibling (WWProfileHierachyInfoClass *node)
 
void Set_Child (WWProfileHierachyInfoClass *node)
 
const char * Get_Name (void)
 
void Set_Name (const char *name)
 
int Get_Total_Calls (void)
 
float Get_Total_Time (void)
 
void Set_Total_Calls (int calls)
 
void Set_Total_Time (float time)
 

Protected Attributes

StringClass Name
 
int TotalCalls
 
float TotalTime
 
WWProfileHierachyInfoClassParent
 
WWProfileHierachyInfoClassChild
 
WWProfileHierachyInfoClassSibling
 

Detailed Description

Definition at line 110 of file wwprofile.h.

Constructor & Destructor Documentation

◆ WWProfileHierachyInfoClass()

WWProfileHierachyInfoClass::WWProfileHierachyInfoClass ( const char * name,
WWProfileHierachyInfoClass * parent )

Definition at line 1111 of file wwprofile.cpp.

◆ ~WWProfileHierachyInfoClass()

WWProfileHierachyInfoClass::~WWProfileHierachyInfoClass ( void )

Definition at line 1133 of file wwprofile.cpp.

Member Function Documentation

◆ Get_Child()

WWProfileHierachyInfoClass * WWProfileHierachyInfoClass::Get_Child ( void )
inline

Definition at line 117 of file wwprofile.h.

◆ Get_Name()

const char * WWProfileHierachyInfoClass::Get_Name ( void )
inline

Definition at line 123 of file wwprofile.h.

◆ Get_Parent()

WWProfileHierachyInfoClass * WWProfileHierachyInfoClass::Get_Parent ( void )
inline

Definition at line 115 of file wwprofile.h.

◆ Get_Sibling()

WWProfileHierachyInfoClass * WWProfileHierachyInfoClass::Get_Sibling ( void )
inline

Definition at line 116 of file wwprofile.h.

◆ Get_Total_Calls()

int WWProfileHierachyInfoClass::Get_Total_Calls ( void )
inline

Definition at line 125 of file wwprofile.h.

◆ Get_Total_Time()

float WWProfileHierachyInfoClass::Get_Total_Time ( void )
inline

Definition at line 126 of file wwprofile.h.

◆ Set_Child()

void WWProfileHierachyInfoClass::Set_Child ( WWProfileHierachyInfoClass * node)
inline

Definition at line 121 of file wwprofile.h.

◆ Set_Name()

void WWProfileHierachyInfoClass::Set_Name ( const char * name)
inline

Definition at line 124 of file wwprofile.h.

◆ Set_Parent()

void WWProfileHierachyInfoClass::Set_Parent ( WWProfileHierachyInfoClass * node)
inline

Definition at line 119 of file wwprofile.h.

◆ Set_Sibling()

void WWProfileHierachyInfoClass::Set_Sibling ( WWProfileHierachyInfoClass * node)
inline

Definition at line 120 of file wwprofile.h.

◆ Set_Total_Calls()

void WWProfileHierachyInfoClass::Set_Total_Calls ( int calls)
inline

Definition at line 127 of file wwprofile.h.

◆ Set_Total_Time()

void WWProfileHierachyInfoClass::Set_Total_Time ( float time)
inline

Definition at line 128 of file wwprofile.h.

Member Data Documentation

◆ Child

WWProfileHierachyInfoClass* WWProfileHierachyInfoClass::Child
protected

Definition at line 137 of file wwprofile.h.

◆ Name

StringClass WWProfileHierachyInfoClass::Name
protected

Definition at line 132 of file wwprofile.h.

◆ Parent

WWProfileHierachyInfoClass* WWProfileHierachyInfoClass::Parent
protected

Definition at line 136 of file wwprofile.h.

◆ Sibling

WWProfileHierachyInfoClass* WWProfileHierachyInfoClass::Sibling
protected

Definition at line 138 of file wwprofile.h.

◆ TotalCalls

int WWProfileHierachyInfoClass::TotalCalls
protected

Definition at line 133 of file wwprofile.h.

◆ TotalTime

float WWProfileHierachyInfoClass::TotalTime
protected

Definition at line 134 of file wwprofile.h.


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