CACAO
Public Member Functions | Data Fields
cacao::ordered_list< T, Allocator >::Inserter Struct Reference

Inserter. More...

Public Member Functions

 Inserter (intern_list &list, intern_iterator pos)
 
void operator() (T &value)
 

Data Fields

intern_listlist
 
intern_iterator pos
 
std::size_t index
 

Detailed Description

template<class T, class Allocator = std::allocator<T>>
struct cacao::ordered_list< T, Allocator >::Inserter

Inserter.

Definition at line 71 of file ordered_list.hpp.

Constructor & Destructor Documentation

template<class T, class Allocator = std::allocator<T>>
cacao::ordered_list< T, Allocator >::Inserter::Inserter ( intern_list list,
intern_iterator  pos 
)
inline

Definition at line 75 of file ordered_list.hpp.

Member Function Documentation

template<class T, class Allocator = std::allocator<T>>
void cacao::ordered_list< T, Allocator >::Inserter::operator() ( T &  value)
inline

Definition at line 77 of file ordered_list.hpp.

Field Documentation

template<class T, class Allocator = std::allocator<T>>
std::size_t cacao::ordered_list< T, Allocator >::Inserter::index

Definition at line 74 of file ordered_list.hpp.

template<class T, class Allocator = std::allocator<T>>
intern_list& cacao::ordered_list< T, Allocator >::Inserter::list

Definition at line 72 of file ordered_list.hpp.

template<class T, class Allocator = std::allocator<T>>
intern_iterator cacao::ordered_list< T, Allocator >::Inserter::pos

Definition at line 73 of file ordered_list.hpp.


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