MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / GetTotal

Method GetTotal

ReClass/CNodeArray.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13 inline void SetTotal( ULONG total ) { m_ulTotal = total; }
14 inline ULONG GetTotal( void ) { return m_ulTotal; }
15
16 inline void SetClass( CNodeClass* pNode ) { m_pNode = pNode; }
17 inline CNodeClass* GetClass( void ) { return m_pNode; }

Callers 2

SaveXMLMethod · 0.80
OnButtonGenerateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected