SAbstractList
::
_ListNode
SAbstractList::_ListNode Struct Reference
#include <
support/List.h
>
List of all members.
Public Member Functions
_ListNode
(void)
~_ListNode
(void)
Public Attributes
uint8_t
_data
[1]
_ListNode
*
_next
_ListNode
*
_prev
Constructor & Destructor Documentation
_ListNode
(
void
)
~
_ListNode
(
void
)
Member Data Documentation
uint8_t
_data
[1]
_ListNode
*
_next
_ListNode
*
_prev
The documentation for this struct was generated from the following files:
List.h
List.cpp