nuklei::simple_map< KeyType, ValueType > Struct Template Reference

Public Types

typedef std::map< KeyType, ValueType > map_impl
 
typedef map_impl::value_type KeyValuePair
 

Public Member Functions

void insert (const KeyType &key, const ValueType &v)
 
void insert (const KeyType &key)
 
bool has_key (const KeyType &key) const
 
KeyValuePair & find (const KeyType &key)
 
const KeyValuePair & find (const KeyType &key) const
 
ValueType & operator[] (const KeyType &key)
 
const ValueType & operator[] (const KeyType &key) const
 
void erase (const KeyType &key)
 
void clear ()
 

Friends

class NUKLEI_SERIALIZATION_FRIEND_CLASSNAME
 

Detailed Description

template<typename KeyType, typename ValueType>
struct nuklei::simple_map< KeyType, ValueType >

Definition at line 19 of file simple_map.h.


The documentation for this struct was generated from the following file:
© Copyright 2007-2013 Renaud Detry.
Distributed under the terms of the GNU General Public License (GPL).
(See accompanying file LICENSE.txt or copy at http://www.gnu.org/copyleft/gpl.html.)
Revised Sun Sep 13 2020 19:10:13.