GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions | Public Attributes
Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE > Class Template Reference

This template class defines wrapper class - that is makes a reference 'listable'. More...

Detailed Description

template<class REFITEM, class ITEMTYPE>
class Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >

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>

Inheritance diagram for Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >:
[legend]
Collaboration diagram for Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >:
[legend]

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

REFITEMm_reference
 Reference to the item that is being 'containerized'.
 

Constructor & Destructor Documentation

◆ ReferenceItem() [1/2]

template<class REFITEM , class ITEMTYPE >
Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >::ReferenceItem ( REFITEM item)
inline

Constructor.

◆ ReferenceItem() [2/2]

template<class REFITEM , class ITEMTYPE >
Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >::ReferenceItem ( REFITEM item,
const char ignoreThisParameter_usedToCreateAUniqueConstructor 
)
inline

Constructor used ONLY with the child class MapItem: -->special constructor to allow a Map to be statically allocated.

Only the Map itself should ever use this constructor -->not intended for Items in a Map

Member Data Documentation

◆ m_reference

template<class REFITEM , class ITEMTYPE >
REFITEM& Cpl::Container::ReferenceItem< REFITEM, ITEMTYPE >::m_reference

Reference to the item that is being 'containerized'.


The documentation for this class was generated from the following file: