Synesis Software STLSoft - ... Robust, Lightweight, Cross-platform, Template Software ...

properties_bundle Class Reference

#include <fastformat/bundles/properties_bundle.hpp>

List of all members.


Detailed Description

A resource bundle that reads properties files.
Examples:

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)

The documentation for this class was generated from the following file:

FastFormat Library documentation © Matthew Wilson, 2006-2009 SourceForge.net Logo