|
|
|
|
|
||
#include <fastformat/bundles/winini_bundle.hpp>
Public Types | |
Member Types | |
| typedef ff_char_t | char_type |
|
typedef std::basic_string < char_type > | string_type |
| typedef winini_bundle | class_type |
Public Member Functions | |
Construction | |
| winini_bundle (char_type const *source, char_type const *section) | |
| template<typename S0, typename S1> | |
| winini_bundle (S0 const &source, S1 const §ion) | |
| ~winini_bundle () throw () | |
Accessors | |
| string_type | operator[] (char_type 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 |
|