CProfileIterator Class Reference
An iterator to navigate through the tree.
More...
#include <btQuickprof.h>
List of all members.
Detailed Description
An iterator to navigate through the tree.
Definition at line 274 of file btQuickprof.h.
Constructor & Destructor Documentation
| CProfileIterator::CProfileIterator |
( |
CProfileNode * |
start |
) |
[protected] |
Member Function Documentation
| void CProfileIterator::Enter_Child |
( |
int |
index |
) |
|
| void CProfileIterator::Enter_Largest_Child |
( |
void |
|
) |
|
| void CProfileIterator::Enter_Parent |
( |
void |
|
) |
|
| void CProfileIterator::First |
( |
void |
|
) |
|
| const char* CProfileIterator::Get_Current_Name |
( |
void |
|
) |
[inline] |
| const char* CProfileIterator::Get_Current_Parent_Name |
( |
void |
|
) |
[inline] |
| int CProfileIterator::Get_Current_Parent_Total_Calls |
( |
void |
|
) |
[inline] |
| float CProfileIterator::Get_Current_Parent_Total_Time |
( |
void |
|
) |
[inline] |
| int CProfileIterator::Get_Current_Total_Calls |
( |
void |
|
) |
[inline] |
| float CProfileIterator::Get_Current_Total_Time |
( |
void |
|
) |
[inline] |
| bool CProfileIterator::Is_Done |
( |
void |
|
) |
|
| bool CProfileIterator::Is_Root |
( |
void |
|
) |
[inline] |
| void CProfileIterator::Next |
( |
void |
|
) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file: