neoGFX
Cross-platform C++ app/game engine
|
#include <i_container.hpp>
Public Types | |
typedef T | value_type |
typedef size_t | size_type |
typedef ConstIteratorType | abstract_const_iterator |
typedef IteratorType | abstract_iterator |
typedef abstract_const_iterator::iterator_wrapper | const_iterator |
typedef abstract_iterator::iterator_wrapper | iterator |
typedef std::reverse_iterator< const_iterator > | const_reverse_iterator |
typedef std::reverse_iterator< iterator > | reverse_iterator |
Protected Types | |
typedef i_container< T, ConstIteratorType, IteratorType > | generic_container_type |
Definition at line 46 of file i_container.hpp.
typedef ConstIteratorType neolib::i_container< T, ConstIteratorType, IteratorType >::abstract_const_iterator |
Definition at line 53 of file i_container.hpp.
typedef IteratorType neolib::i_container< T, ConstIteratorType, IteratorType >::abstract_iterator |
Definition at line 54 of file i_container.hpp.
typedef abstract_const_iterator::iterator_wrapper neolib::i_container< T, ConstIteratorType, IteratorType >::const_iterator |
Definition at line 56 of file i_container.hpp.
typedef std::reverse_iterator<const_iterator> neolib::i_container< T, ConstIteratorType, IteratorType >::const_reverse_iterator |
Definition at line 58 of file i_container.hpp.
|
protected |
Definition at line 49 of file i_container.hpp.
typedef abstract_iterator::iterator_wrapper neolib::i_container< T, ConstIteratorType, IteratorType >::iterator |
Definition at line 57 of file i_container.hpp.
typedef std::reverse_iterator<iterator> neolib::i_container< T, ConstIteratorType, IteratorType >::reverse_iterator |
Definition at line 59 of file i_container.hpp.
typedef size_t neolib::i_container< T, ConstIteratorType, IteratorType >::size_type |
Definition at line 52 of file i_container.hpp.
typedef T neolib::i_container< T, ConstIteratorType, IteratorType >::value_type |
Definition at line 51 of file i_container.hpp.
|
pure virtual |
|
inline |
Definition at line 66 of file i_container.hpp.
|
inline |
Definition at line 65 of file i_container.hpp.
|
inline |
Definition at line 64 of file i_container.hpp.
|
inline |
Definition at line 67 of file i_container.hpp.
|
pure virtual |
|
inline |
Definition at line 70 of file i_container.hpp.
|
inline |
Definition at line 73 of file i_container.hpp.
|
inlinenoexcept |
Definition at line 63 of file i_container.hpp.
|
inline |
Definition at line 69 of file i_container.hpp.
|
inline |
Definition at line 68 of file i_container.hpp.
|
inline |
Definition at line 79 of file i_container.hpp.
|
inline |
Definition at line 77 of file i_container.hpp.
|
inline |
Definition at line 78 of file i_container.hpp.
|
inline |
Definition at line 76 of file i_container.hpp.
|
pure virtualnoexcept |
|
inline |
Definition at line 83 of file i_container.hpp.
|
inline |
Definition at line 72 of file i_container.hpp.
|
inline |
Definition at line 71 of file i_container.hpp.
|
inline |
Definition at line 75 of file i_container.hpp.
|
inline |
Definition at line 74 of file i_container.hpp.
|
pure virtualnoexcept |