Commanders
Arduino buttons/bus library
|
#include "Chain.hpp"
Public Member Functions | |
CMDRSCHAINEDLISTITEM () | |
Public Attributes | |
T * | Obj |
CMDRSCHAINEDLISTITEM * | pNext |
this is an item inside a CMDRSCHAINEDLIST.
|
inline |
Default constructor.
T* CMDRSCHAINEDLISTITEM< T >::Obj |
Item address.
CMDRSCHAINEDLISTITEM* CMDRSCHAINEDLISTITEM< T >::pNext |
Address of the next item.