| 65 | |
| 66 | CProfileItem * GetBack() const { return mItems.empty() ? NULL : mItems.back(); } |
| 67 | u32 GetDepth() const { return mItems.size(); } |
| 68 | bool Empty() const { return mItems.empty(); } |
| 69 | void Clear() { return mItems.clear(); } |
| 70 | u32 GetHash() const { return mHash; } |