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

The node element in the list. More...

#include <ilist.h>

Public Member Functions

 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.
 

Public Attributes

Nodeprevious
 
Nodenext
 

Detailed Description

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

The node element in the list.


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