Horizon Official Technical Documentation
|
|
Public Types | |
typedef Head::Iterator< TestListElem > | iterator |
![]() | |
typedef Iterator< Element > | iterator |
Public Member Functions | |
TestListElem * | first () |
TestListElem const * | first () const |
TestListElem * | last () |
TestListElem const * | last () const |
iterator | begin () |
iterator | end () |
![]() | |
Head () | |
bool | is_empty () const |
Returns true if the list is empty. More... | |
Element * | first () |
Returns the first Element in the list. More... | |
Element const * | first () const |
Element * | last () |
Returns the last Element in the list. More... | |
Element const * | last () const |
void | push_front (Element *pElem) |
push_front() and push_back() are used to add an Element to the list. More... | |
void | push_back (Element *pElem) |
uint32_t | get_size () const |
returns the number of Elements in the list (not including the head and tail Elements or the first and last Elements) More... | |
void | inc_size () |
void | dec_size () |
Additional Inherited Members | |
![]() | |
~Head () | |
typedef Head::Iterator<TestListElem> TestListHead::iterator |
|
inline |
References first().
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
References last().
Referenced by BOOST_AUTO_TEST_CASE().
|
inline |
Referenced by begin(), and BOOST_AUTO_TEST_CASE().
|
inline |
|
inline |
|
inline |