![]() |
GM6000 Digital Heater Controller Branch: main
SDX-1330
|
This template class defines wrapper class - that is makes a reference 'listable'. More...
This template class defines wrapper class - that is makes a reference 'listable'.
This class is useful when the Application needs to put a single entity into multiple containers.
Template Arguments: REFITEM - The type of the Reference being wrapped. ITEMTYPE - The Item/Container type
#include <Item.h>
Public Member Functions | |
ReferenceItem (REFITEM &item) | |
Constructor. | |
ReferenceItem (REFITEM &item, const char *ignoreThisParameter_usedToCreateAUniqueConstructor) | |
Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated. | |
Public Attributes | |
REFITEM & | m_reference |
Reference to the item that is being 'containerized'. | |
|
inline |
Constructor.
|
inline |
REFITEM& Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >::m_reference |
Reference to the item that is being 'containerized'.