Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
list.h File Reference
Go to the source code of this file.
Data Structures | |
class | list_exception |
Exception for the list. More... | |
class | list_full |
Full exception for the list. More... | |
class | list_empty |
Empty exception for the list. More... | |
class | list_iterator |
Iterator exception for the list. More... | |
class | list_unsorted |
Unsorted exception for the list. More... | |
class | list_base |
The base class for all lists. More... | |
struct | list_base::node_t |
The node element in the list. More... | |
class | ilist< T > |
A templated base for all etl::list types. More... | |
struct | ilist< T >::data_node_t |
The data node element in the list. More... | |
class | ilist< T >::iterator |
iterator. More... | |
class | ilist< T >::const_iterator |
const_iterator More... | |
class | list< T, MAX_SIZE_ > |
A templated list implementation that uses a fixed size buffer. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. | |
Functions | |
template<typename T > | |
bool | operator== (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Equal operator. | |
template<typename T > | |
bool | operator!= (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Not equal operator. | |
template<typename T > | |
bool | operator< (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Less than operator. | |
template<typename T > | |
bool | operator> (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Greater than operator. | |
template<typename T > | |
bool | operator<= (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Less than or equal operator. | |
template<typename T > | |
bool | operator>= (const etl::ilist< T > &lhs, const etl::ilist< T > &rhs) |
Greater than or equal operator. |
Detailed Description
Definition in file list.h.
Function Documentation
bool operator!= | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
bool operator< | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
bool operator<= | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
bool operator== | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
bool operator> | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
bool operator>= | ( | const etl::ilist< T > & | lhs, |
const etl::ilist< T > & | rhs | ||
) |
Generated on Tue Jul 12 2022 14:05:47 by
