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.
_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.
alphabetic index hierarchy of classes
generated by doc++