Namespace for some helper functions, such as char conventer
-
struct BadFormat
-
template<class _C> class SBII: public std::output_iterator
-
void fromASCII(std::wstring& ws, const StringChunk& s)
-
void fromASCII(WStringChunk& ws, const StringChunk& s)
-
void fromASCII(std::wstring& ws, const std::string& s)
-
WStringChunk fromASCII(const char* s)
-
void fromASCII(WStringChunk& ws, const std::string& s)
-
WStringChunk fromASCII(const std::string& s)
-
bool parseBool(istream& in) throw(BadFormat)
-
bool parseBool(const char* str) throw(BadFormat)
-
bool parseBool(const std::string& s) throw(BadFormat)
-
bool parseBool(const std::wstring& s) throw(BadFormat)
-
bool parseBool(const StringChunk& chunk) throw(BadFormat)
-
bool parseBool(const WStringChunk& chunk) throw(BadFormat)
-
double parseDouble(const StringChunk& chunk) throw(BadFormat)
-
double parseDouble(const WStringChunk& chunk) throw(BadFormat)
-
double parseDouble(std::istream& in) throw(BadFormat)
-
double parseDouble(const char* str) throw(BadFormat)
-
double parseDouble(const std::string& s) throw(BadFormat)
-
double parseDouble(const std::wstring& s) throw(BadFormat)
-
int parseInt(istream& in) throw(BadFormat)
-
int parseInt(const char* str) throw(BadFormat)
-
int parseInt(const std::string& s) throw(BadFormat)
-
int parseInt(const std::wstring& s) throw(BadFormat)
-
int parseInt(const StringChunk& chunk) throw(BadFormat)
-
int parseInt(const WStringChunk& chunk) throw(BadFormat)
-
NamedValues* parseNamedValues(std::istream& in) throw(BadFormat)
-
NamedValues* parseNamedValues(const char* str) throw(BadFormat)
-
NamedValues* parseNamedValues(const std::string& s) throw(BadFormat)
-
NamedValues* parseNamedValues(const std::wstring& s) throw(BadFormat)
-
NamedValues* parseNamedValues(const StringChunk& chunk) throw(BadFormat)
-
NamedValues* parseNamedValues(const WStringChunk& chunk) throw(BadFormat)
-
void split(std::deque<std::string>& out, const std::string& text)
-
void toASCII(const WStringChunk& ws, StringChunk& s)
-
std::string toASCII(const std::wstring& x)
-
std::string toASCII(const WStringChunk& x)
-
void toASCII(const std::wstring& ws, std::string& s)
-
void toASCII(const std::wstring& ws, StringChunk& s)
-
void toASCII(const WStringChunk& ws, std::string& s)
-
void writeBool(StringChunk& chunk, bool b)
-
void writeBool(WStringChunk& chunk, bool b)
-
void writeBool(std::ostream& in, bool b)
-
void writeBool(std::string& s, bool b)
-
void writeBool(std::wstring& s, bool b)
-
void writeDouble(StringChunk& chunk, double x)
-
void writeDouble(std::string& s, double x)
-
void writeDouble(std::wstring& s, double x)
-
void writeDouble(WStringChunk& chunk, double x)
-
void writeDouble(std::ostream& in, double x)
-
void writeInt(std::ostream& in, int x)
-
void writeInt(std::string& s, int x)
-
void writeInt(std::wstring& s, int x)
-
void writeInt(StringChunk& chunk, int x)
-
void writeInt(WStringChunk& chunk, int x)
-
void writeNamedValues(StringChunk& s, NamedValues* v)
-
void writeNamedValues(std::wstring& s, NamedValues* v)
-
void writeNamedValues(std::ostream& out, NamedValues* v)
-
void writeNamedValues(std::string& s, NamedValues* v)
-
void writeNamedValues(WStringChunk& s, NamedValues* v)
Documentation
Namespace for some helper functions, such as char conventer
bool parseBool(const char* str) throw(BadFormat)
bool parseBool(const std::string& s) throw(BadFormat)
bool parseBool(const std::wstring& s) throw(BadFormat)
bool parseBool(const StringChunk& chunk) throw(BadFormat)
bool parseBool(const WStringChunk& chunk) throw(BadFormat)
bool parseBool(istream& in) throw(BadFormat)
int parseInt(const char* str) throw(BadFormat)
int parseInt(const std::string& s) throw(BadFormat)
int parseInt(const std::wstring& s) throw(BadFormat)
int parseInt(const StringChunk& chunk) throw(BadFormat)
int parseInt(const WStringChunk& chunk) throw(BadFormat)
int parseInt(istream& in) throw(BadFormat)
NamedValues* parseNamedValues(const char* str) throw(BadFormat)
NamedValues* parseNamedValues(const std::string& s) throw(BadFormat)
NamedValues* parseNamedValues(const std::wstring& s) throw(BadFormat)
NamedValues* parseNamedValues(const StringChunk& chunk) throw(BadFormat)
NamedValues* parseNamedValues(const WStringChunk& chunk) throw(BadFormat)
NamedValues* parseNamedValues(std::istream& in) throw(BadFormat)
double parseDouble(const char* str) throw(BadFormat)
double parseDouble(const std::string& s) throw(BadFormat)
double parseDouble(const std::wstring& s) throw(BadFormat)
double parseDouble(const StringChunk& chunk) throw(BadFormat)
double parseDouble(const WStringChunk& chunk) throw(BadFormat)
double parseDouble(std::istream& in) throw(BadFormat)
void writeBool(std::string& s, bool b)
void writeBool(std::wstring& s, bool b)
void writeBool(StringChunk& chunk, bool b)
void writeBool(WStringChunk& chunk, bool b)
void writeBool(std::ostream& in, bool b)
void writeInt(std::string& s, int x)
void writeInt(std::wstring& s, int x)
void writeInt(StringChunk& chunk, int x)
void writeInt(WStringChunk& chunk, int x)
void writeInt(std::ostream& in, int x)
void writeDouble(std::string& s, double x)
void writeDouble(std::wstring& s, double x)
void writeDouble(StringChunk& chunk, double x)
void writeDouble(WStringChunk& chunk, double x)
void writeDouble(std::ostream& in, double x)
void writeNamedValues(std::string& s, NamedValues* v)
void writeNamedValues(std::wstring& s, NamedValues* v)
void writeNamedValues(StringChunk& s, NamedValues* v)
void writeNamedValues(WStringChunk& s, NamedValues* v)
void writeNamedValues(std::ostream& out, NamedValues* v)
void toASCII(const WStringChunk& ws, StringChunk& s)
void toASCII(const WStringChunk& ws, std::string& s)
void toASCII(const std::wstring& ws, StringChunk& s)
void toASCII(const std::wstring& ws, std::string& s)
std::string toASCII(const WStringChunk& x)
std::string toASCII(const std::wstring& x)
void fromASCII(std::wstring& ws, const std::string& s)
void fromASCII(std::wstring& ws, const StringChunk& s)
void fromASCII(WStringChunk& ws, const std::string& s)
void fromASCII(WStringChunk& ws, const StringChunk& s)
WStringChunk fromASCII(const char* s)
WStringChunk fromASCII(const std::string& s)
void split(std::deque<std::string>& out, const std::string& text)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.