Wolframe, 0.0.3

keymap.hpp File Reference

template for map with case insensitive key strings More...

#include "types/traits.hpp"
#include <map>
#include <string>
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <boost/utility/enable_if.hpp>
#include <boost/type_traits.hpp>
#include <boost/detail/select_type.hpp>

Go to the source code of this file.

Classes

class  _Wolframe::types::keystring
 Constructor for implementing implicit type reductions in key maps that store the key as upper case string. More...
 
class  _Wolframe::types::keymap< ValueType >
 Map with case insensitive strings as keys. More...
 

Namespaces

 _Wolframe
 Toplevel Wolframe namespace.
 
 _Wolframe::types
 Basic data types (implemented in the core library libwolframe)
 

Detailed Description

template for map with case insensitive key strings