MprLink Class ReferenceLink pointer class for objects in a MprList. More...
Inheritance diagram for MprLink:
![]()
Detailed DescriptionLink pointer class for objects in a MprList.The MprLink class enables subclassed objects to be inserted in a MprList. 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.
Constructor & Destructor Documentation
< Constructor
Member Function Documentation
Return the owning list. Insert after this member
The documentation for this class was generated from the following file:
|