Commanders
Arduino buttons/bus library
CMDRSCHAINEDLISTITEM< T > Class Template Reference

#include "Chain.hpp"

Public Member Functions

 CMDRSCHAINEDLISTITEM ()
 

Public Attributes

T * Obj
 
CMDRSCHAINEDLISTITEM * pNext
 

Detailed Description

template<class T>
class CMDRSCHAINEDLISTITEM< T >

this is an item inside a CMDRSCHAINEDLIST.

Definition at line 7 of file Chain.hpp.

Constructor & Destructor Documentation

template<class T >
CMDRSCHAINEDLISTITEM< T >::CMDRSCHAINEDLISTITEM ( )
inline

Default constructor.

Definition at line 16 of file Chain.hpp.

Member Data Documentation

template<class T >
T* CMDRSCHAINEDLISTITEM< T >::Obj

Item address.

Definition at line 11 of file Chain.hpp.

template<class T >
CMDRSCHAINEDLISTITEM* CMDRSCHAINEDLISTITEM< T >::pNext

Address of the next item.

Definition at line 13 of file Chain.hpp.


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