Embedded Template Library 1.0
forward_list.h File Reference
#include "platform.h"
#include "algorithm.h"
#include "iterator.h"
#include "functional.h"
#include "utility.h"
#include "pool.h"
#include "exception.h"
#include "error_handler.h"
#include "debug_count.h"
#include "nullptr.h"
#include "type_traits.h"
#include "memory.h"
#include "static_assert.h"
#include "placement_new.h"
#include "initializer_list.h"
#include <stddef.h>
#include "private/minmax_push.h"
#include "private/minmax_pop.h"

Go to the source code of this file.

Classes

class  etl::forward_list_exception
 
class  etl::forward_list_full
 
class  etl::forward_list_empty
 
class  etl::forward_list_iterator
 
class  etl::forward_list_no_pool
 
class  etl::forward_list_base
 
struct  etl::forward_list_base::node_t
 The node element in the forward_list. More...
 
class  etl::iforward_list< T >
 
struct  etl::iforward_list< T >::data_node_t
 The data node element in the forward_list. More...
 
class  etl::iforward_list< T >::iterator
 iterator. More...
 
class  etl::iforward_list< T >::const_iterator
 const_iterator More...
 
class  etl::forward_list< T, MAX_SIZE_ >
 
class  etl::forward_list_ext< T >
 Template deduction guides. More...
 

Namespaces

namespace  etl
 bitset_ext
 

Functions

template<typename T >
bool etl::operator== (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)
 
template<typename T >
bool etl::operator!= (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)
 
template<typename T >
bool etl::operator< (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)
 
template<typename T >
bool etl::operator> (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)
 
template<typename T >
bool etl::operator<= (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)
 
template<typename T >
bool etl::operator>= (const etl::iforward_list< T > &lhs, const etl::iforward_list< T > &rhs)