neoGFX
Cross-platform C++ app/game engine
|
#include <i_map.hpp>
Public Types | |
typedef self_type | abstract_type |
typedef Key | abstract_key_type |
typedef T | abstract_mapped_type |
typedef i_pair< const abstract_key_type, abstract_mapped_type > | abstract_value_type |
typedef base_type::const_iterator | const_iterator |
typedef base_type::iterator | iterator |
Public Types inherited from neolib::i_container< i_pair< const Key, T >, i_const_iterator< i_pair< const Key, T > >, i_iterator< i_pair< const Key, T > > > | |
typedef i_pair< const Key, T > | value_type |
typedef size_t | size_type |
typedef i_const_iterator< i_pair< const Key, T > > | abstract_const_iterator |
typedef i_iterator< i_pair< const Key, T > > | 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 base_type::abstract_const_iterator | abstract_const_iterator |
typedef base_type::abstract_iterator | abstract_iterator |
Protected Types inherited from neolib::i_container< i_pair< const Key, T >, i_const_iterator< i_pair< const Key, T > >, i_iterator< i_pair< const Key, T > > > | |
typedef i_container< i_pair< const Key, T >, i_const_iterator< i_pair< const Key, T > >, i_iterator< i_pair< const Key, T > > > | generic_container_type |
|
protected |
|
protected |
typedef i_pair<const abstract_key_type, abstract_mapped_type> neolib::i_map< Key, T >::abstract_value_type |
typedef base_type::const_iterator neolib::i_map< Key, T >::const_iterator |
typedef base_type::iterator neolib::i_map< Key, T >::iterator |
|
pure virtual |
|
pure virtual |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
pure virtual |
|
inline |
|
inline |