MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / TopName

Method TopName

neo/tools/comafx/CPathTreeCtrl.h:48–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46 void Pop( void ) { size--; }
47 HTREEITEM TopItem( void ) const { return stackItem[size-1]; }
48 const char * TopName( void ) const { return stackName[size-1]; }
49 int TopNameLength( void ) const { return stackName[size-1].Length(); }
50 int Num( void ) const { return size; }
51

Callers 2

AddPathToTreeMethod · 0.80
SearchTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected