Inherits VectorClass< int >.
Public Member Functions | |
| ActiveCategoryStackClass (void) | |
| ~ActiveCategoryStackClass (void) | |
| ActiveCategoryStackClass & | operator= (const ActiveCategoryStackClass &that) |
| bool | operator== (const ActiveCategoryStackClass &) |
| bool | operator!= (const ActiveCategoryStackClass &) |
| void | Init (int thread_id) |
| void | Set_Thread_ID (int id) |
| int | Get_Thread_ID (void) |
| void | Push (int active_category) |
| void | Pop (void) |
| int | Current (void) |
Public Member Functions inherited from VectorClass< int > | |
| WWINLINE | VectorClass (NoInitClass const &) |
| VectorClass (int size=0, int const *array=0) | |
| VectorClass (VectorClass< int > const &) | |
| VectorClass (NoInitClass const &) | |
| VectorClass (int size=0, int const *array=0) | |
| VectorClass (VectorClass< int > const &) | |
| virtual | ~VectorClass (void) |
| virtual | ~VectorClass (void) |
| WWINLINE int & | operator[] (int index) |
| WWINLINE int const & | operator[] (int index) const |
| int & | operator[] (int index) |
| int const & | operator[] (int index) const |
| VectorClass< int > & | operator= (VectorClass< int > const &) |
| VectorClass< int > & | operator= (VectorClass< int > const &) |
| virtual bool | operator== (VectorClass< int > const &) const |
| virtual bool | operator== (VectorClass< int > const &) const |
| virtual bool | Resize (int newsize, int const *array=0) |
| virtual bool | Resize (int newsize, int const *array=0) |
| virtual void | Clear (void) |
| virtual void | Clear (void) |
| WWINLINE int | Length (void) const |
| int | Length (void) const |
| virtual int | ID (int const *ptr) |
| virtual int | ID (int const &ptr) |
| virtual int | ID (int const *ptr) |
| virtual int | ID (int const &ptr) |
Protected Attributes | |
| int | ThreadID |
| int | Count |
Protected Attributes inherited from VectorClass< int > | |
| int * | Vector |
| int | VectorMax |
| bool | IsValid |
| bool | IsAllocated |
| bool | VectorClassPad [2] |
Definition at line 154 of file wwmemlog.cpp.
|
inline |
Definition at line 157 of file wwmemlog.cpp.
|
inline |
Definition at line 165 of file wwmemlog.cpp.
|
inline |
Definition at line 178 of file wwmemlog.cpp.
|
inline |
Definition at line 174 of file wwmemlog.cpp.
|
inline |
Definition at line 172 of file wwmemlog.cpp.
|
inline |
Definition at line 170 of file wwmemlog.cpp.
| ActiveCategoryStackClass & ActiveCategoryStackClass::operator= | ( | const ActiveCategoryStackClass & | that | ) |
Definition at line 377 of file wwmemlog.cpp.
|
inline |
Definition at line 169 of file wwmemlog.cpp.
|
inline |
Definition at line 177 of file wwmemlog.cpp.
|
inline |
Definition at line 176 of file wwmemlog.cpp.
|
inline |
Definition at line 173 of file wwmemlog.cpp.
|
protected |
Definition at line 183 of file wwmemlog.cpp.
|
protected |
Definition at line 182 of file wwmemlog.cpp.