CACAO
Data Structures | Namespaces | Functions
ordered_list.hpp File Reference

Go to the source code of this file.

Data Structures

class  cacao::_ordered_iterator< T, Allocator, intern_list >
 ordered iterator More...
 
class  cacao::_ordered_const_iterator< T, Allocator, intern_list >
 ordered const_iterator More...
 
class  cacao::ordered_list< T, Allocator >
 An ordered_list is an indexed sequence container. More...
 
struct  cacao::ordered_list< T, Allocator >::Entry
 tagged list entry More...
 
struct  cacao::ordered_list< T, Allocator >::Inserter
 Inserter. More...
 
struct  cacao::ordered_list< T, Allocator >::IncrementEntry
 Increment function struct. More...
 
struct  cacao::ordered_list< T, Allocator >::IncreasingEntry
 Increasing function struct. More...
 
struct  cacao::ordered_list< T, Allocator >::DecrementEntry
 Decrement function struct. More...
 
class  cacao::_ordered_iterator< T, Allocator, intern_list >
 ordered iterator More...
 
class  cacao::_ordered_const_iterator< T, Allocator, intern_list >
 ordered const_iterator More...
 

Namespaces

 cacao
 This file contains the Instruction class.
 

Functions

template<class T , class Allocator >
bool cacao::operator== (const ordered_list< T, Allocator > &lhs, const ordered_list< T, Allocator > &rhs)
 equality More...
 
template<class T , class Allocator >
bool cacao::operator!= (const ordered_list< T, Allocator > &lhs, const ordered_list< T, Allocator > &rhs)
 inequality More...