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

Method TopItem

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

Source from the content-addressed store, hash-verified

45 void Push( HTREEITEM item, const char *name );
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; }

Callers 2

AddPathToTreeMethod · 0.80
SearchTreeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected