Accessories
Arduino for motors and lights library.
ACCSCHAINEDLISTITEM< T > Class Template Reference

#include "Chain.hpp"

Public Member Functions

 ACCSCHAINEDLISTITEM ()
 

Public Attributes

T * Obj
 
ACCSCHAINEDLISTITEM * pNext
 

Detailed Description

template<class T>
class ACCSCHAINEDLISTITEM< T >

this is an item inside a ACCSCHAINEDLIST.

Definition at line 7 of file Chain.hpp.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 16 of file Chain.hpp.

Member Data Documentation

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

Item address.

Definition at line 11 of file Chain.hpp.

template<class T >
ACCSCHAINEDLISTITEM* ACCSCHAINEDLISTITEM< 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: