MprList Class ReferenceInheritance diagram for MprList: ![]() Detailed DescriptionList head class.The MprList class defines the list (dummy) header for doubly linked objects. It provides forward and back links for fast insertion, removal and iteration. To use MprLink, subclasses must inherit MprLink as a base class. Use MprList for the dummy list header and MprLink for the list members.
Member Function Documentation
The documentation for this class was generated from the following file:
|