g4tools  5.4.0
Namespaces | Macros | Functions
mapmanip File Reference
#include <map>
Include dependency graph for mapmanip:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_mapmanip
 

Functions

template<class K , class V >
void tools::safe_clear (std::map< K, V * > &a_m)
 
template<class K , class V >
void tools::find_and_remove_value (std::map< K, V * > &a_m, V *a_value)
 
template<class K , class V >
bool tools::delete_key (std::map< K, V * > &a_m, const K &a_key)
 
template<class K , class V >
void tools::raw_clear (std::map< K, V * > &a_m)
 
template<class K , class V >
void tools::copy (std::map< K, V * > &a_to, const std::map< K, V * > &a_from)
 
template<class K , class V >
bool tools::add_unique (std::map< K, V * > &a_map, const K &a_key, V *a_value, bool a_delete)
 
template<class K , class V >
bool tools::find (const std::map< K, V > &a_map, const K &a_key, V &a_value)
 
template<class K , class V >
bool tools::is_key (const std::map< K, V > &a_map, const K &a_key)
 

Macro Definition Documentation

◆ tools_mapmanip

#define tools_mapmanip

Definition at line 5 of file mapmanip.