|
|
|
|
|
||
#include <fastformat/bundles/properties_bundle.hpp>
examples/example.overload.2.custom_type.inserter/example.overload.2.custom_type.inserter.cpp.
Member Types | |
| typedef std::string | string_type |
| typedef properties_bundle | class_type |
Public Types | |
Constants | |
| enum | { ignoreCaseOnLookup = 0x01, treatSourceAsMemory = 0x02 } |
Public Member Functions | |
Construction | |
| properties_bundle (char const *source) | |
| template<typename S> | |
| properties_bundle (S const &source) | |
| ~properties_bundle () throw () | |
Accessors | |
| string_type | operator[] (char const *name) const throw (std::out_of_range) |
| template<typename S> | |
| string_type | operator[] (S const &name) const throw (std::out_of_range) |
|
|
|
| FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|