#include <wwprofile.h>
Public Member Functions | |
| WWProfileHierachyInfoClass (const char *name, WWProfileHierachyInfoClass *parent) | |
| ~WWProfileHierachyInfoClass (void) | |
| WWProfileHierachyInfoClass * | Get_Parent (void) |
| WWProfileHierachyInfoClass * | Get_Sibling (void) |
| WWProfileHierachyInfoClass * | Get_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 |
| WWProfileHierachyInfoClass * | Parent |
| WWProfileHierachyInfoClass * | Child |
| WWProfileHierachyInfoClass * | Sibling |
Definition at line 110 of file wwprofile.h.
| WWProfileHierachyInfoClass::WWProfileHierachyInfoClass | ( | const char * | name, |
| WWProfileHierachyInfoClass * | parent ) |
Definition at line 1111 of file wwprofile.cpp.
| WWProfileHierachyInfoClass::~WWProfileHierachyInfoClass | ( | void | ) |
Definition at line 1133 of file wwprofile.cpp.
|
inline |
Definition at line 117 of file wwprofile.h.
|
inline |
Definition at line 123 of file wwprofile.h.
|
inline |
Definition at line 115 of file wwprofile.h.
|
inline |
Definition at line 116 of file wwprofile.h.
|
inline |
Definition at line 125 of file wwprofile.h.
|
inline |
Definition at line 126 of file wwprofile.h.
|
inline |
Definition at line 121 of file wwprofile.h.
|
inline |
Definition at line 124 of file wwprofile.h.
|
inline |
Definition at line 119 of file wwprofile.h.
|
inline |
Definition at line 120 of file wwprofile.h.
|
inline |
Definition at line 127 of file wwprofile.h.
|
inline |
Definition at line 128 of file wwprofile.h.
|
protected |
Definition at line 137 of file wwprofile.h.
|
protected |
Definition at line 132 of file wwprofile.h.
|
protected |
Definition at line 136 of file wwprofile.h.
|
protected |
Definition at line 138 of file wwprofile.h.
|
protected |
Definition at line 133 of file wwprofile.h.
|
protected |
Definition at line 134 of file wwprofile.h.