|
Bullet Collision Detection & Physics Library
|
An iterator to navigate through the tree. More...
#include <btQuickprof.h>

Public Member Functions | |
| void | First (void) |
| void | Next (void) |
| bool | Is_Done (void) |
| bool | Is_Root (void) |
| void | Enter_Child (int index) |
| void | Enter_Largest_Child (void) |
| void | Enter_Parent (void) |
| const char * | Get_Current_Name (void) |
| int | Get_Current_Total_Calls (void) |
| float | Get_Current_Total_Time (void) |
| void * | Get_Current_UserPointer (void) |
| void | Set_Current_UserPointer (void *ptr) |
| const char * | Get_Current_Parent_Name (void) |
| int | Get_Current_Parent_Total_Calls (void) |
| float | Get_Current_Parent_Total_Time (void) |
Protected Member Functions | |
| CProfileIterator (CProfileNode *start) | |
Protected Attributes | |
| CProfileNode * | CurrentParent |
| CProfileNode * | CurrentChild |
Friends | |
| class | CProfileManager |
An iterator to navigate through the tree.
Definition at line 130 of file btQuickprof.h.
|
protected |
Definition at line 415 of file btQuickprof.cpp.
Definition at line 440 of file btQuickprof.cpp.
Definition at line 455 of file btQuickprof.cpp.
Definition at line 422 of file btQuickprof.cpp.
Definition at line 144 of file btQuickprof.h.
Definition at line 151 of file btQuickprof.h.
Definition at line 152 of file btQuickprof.h.
Definition at line 153 of file btQuickprof.h.
Definition at line 145 of file btQuickprof.h.
Definition at line 146 of file btQuickprof.h.
Definition at line 148 of file btQuickprof.h.
Definition at line 434 of file btQuickprof.cpp.
Definition at line 137 of file btQuickprof.h.
Definition at line 428 of file btQuickprof.cpp.
Definition at line 149 of file btQuickprof.h.
|
friend |
Definition at line 164 of file btQuickprof.h.
|
protected |
Definition at line 160 of file btQuickprof.h.
|
protected |
Definition at line 159 of file btQuickprof.h.