![]() |
neoGFX
Cross-platform C++ app/game engine
|
#include <mutable_set.hpp>
Public Types | |
| typedef crack_key< T >::key_type | key_type |
Public Types inherited from neolib::mutable_base< Container > | |
| typedef Container | std_type |
| typedef std_type::key_type | key_type |
| typedef std_type::mapped_type | value_type |
Public Member Functions | |
| mutable_set () | |
| mutable_set (std::initializer_list< T > aElements) | |
| template<typename InputIter > | |
| mutable_set (InputIter aFirst, InputIter aLast) | |
| iterator | insert (const typename base_type::value_type &aValue) |
| iterator | find (const typename base_type::value_type &aValue) |
| const_iterator | find (const typename base_type::value_type &aValue) const |
| iterator | find (const key_type &aKey) |
| const_iterator | find (const key_type &aKey) const |
Public Member Functions inherited from neolib::mutable_base< Container > | |
| const_iterator | cbegin () const |
| const_iterator | begin () const |
| iterator | begin () |
| const_iterator | cend () const |
| const_iterator | end () const |
| iterator | end () |
| const_reverse_iterator | crbegin () const |
| const_reverse_iterator | rbegin () const |
| reverse_iterator | rbegin () |
| const_reverse_iterator | crend () const |
| const_reverse_iterator | rend () const |
| reverse_iterator | rend () |
| iterator | find (const key_type &aKey) |
| const_iterator | find (const key_type &aKey) const |
Definition at line 126 of file mutable_set.hpp.
| typedef crack_key<T>::key_type neolib::mutable_set< T, Pr, Alloc >::key_type |
Definition at line 130 of file mutable_set.hpp.
|
inline |
Definition at line 136 of file mutable_set.hpp.
|
inline |
Definition at line 139 of file mutable_set.hpp.
|
inline |
Definition at line 145 of file mutable_set.hpp.
|
inline |
Definition at line 121 of file mutable_set.hpp.
|
inline |
Definition at line 122 of file mutable_set.hpp.
|
inline |
Definition at line 156 of file mutable_set.hpp.
|
inline |
Definition at line 160 of file mutable_set.hpp.
|
inline |
Definition at line 151 of file mutable_set.hpp.