![]() |
![]() |
|
|
#include <fastformat/bundles/openrj_bundle.hpp>
Public Types | |
Constants | |
enum | { ignoreCaseOnLookup = 0x01, treatSourceAsMemory = 0x02 } |
Member Types | |
typedef ::openrj::ORJString | string_type |
typedef openrj_bundle | class_type |
Public Member Functions | |
Construction | |
openrj_bundle (char const *source, unsigned flags=0) | |
template<typename S> | |
openrj_bundle (S const &source, unsigned flags=0) | |
~openrj_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) |
anonymous enum |
|
|
FastFormat Library documentation © Matthew Wilson, 2006-2009 |
|