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

openrj_bundle Class Reference

#include <fastformat/bundles/openrj_bundle.hpp>

List of all members.


Detailed Description

A resource bundle that reads Open-RJ Jar files.

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)

Member Enumeration Documentation

anonymous enum

Enumerator:
ignoreCaseOnLookup  Causes case to be ignored when looking up fields.
treatSourceAsMemory  Causes the constructor's source parameter to be interpreted as database text.


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

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