This is the definition of the StatsNode class
This is the definition of the StatsNode class. It is intended for use only by the Stats object.
This creates a StatsNode object. The StatsNode object is a node in a
doubley linked list. It is intended only for use by the Stats object and
is therefore entirely private.
This destroys a StatsNode object. This does *not* affect the previous or
next nodes - only this node.
StatsNode(DWORD _d, StatsNode *_p, StatsNode *_n, DWORD _s=0)
_p - This is the previous node.
_n - This is the next node.
_s - This is the (optional) secondary data. If this data is not
provided, it defaults to 0.
~StatsNode()
DWORD m_datum
DWORD m_datum2
alphabetic index hierarchy of classes
generated by doc++