Embedded Template Library  1.0
 All Classes Files Functions Variables Typedefs Friends Modules Pages
etl::ilist< T >::Data_Node Struct Reference

The data node element in the list. More...

#include <ilist.h>

Public Attributes

value
 
- Public Attributes inherited from etl::ilist< T >::Node
Nodeprevious
 
Nodenext
 

Additional Inherited Members

- Public Member Functions inherited from etl::ilist< T >::Node
 Node ()
 Constructor.
 
void mark_as_free ()
 Marks the node as free.
 
bool is_free () const
 Checks if the node is free.
 
void reverse ()
 Reverses the previous & next pointers.
 

Detailed Description

template<typename T>
struct etl::ilist< T >::Data_Node

The data node element in the list.


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