|
XMLBEANSXX
0.9.8
|
#include <string>#include <cstring>#include <map>#include <vector>#include <ext/hash_map>#include <boost/config.hpp>

Classes | |
| class | xmlbeansxx::SimpleString |
| class | xmlbeansxx::CStrHashFn |
| class | xmlbeansxx::CStrLessFn |
| class | xmlbeansxx::CStrEqFn |
| class | xmlbeansxx::StringStorage |
| struct | xmlbeansxx::StringStorage::SSInfo |
| class | xmlbeansxx::StoreString |
| class | xmlbeansxx::StoreString::Hash |
| class | xmlbeansxx::StoreStringHashFn |
Namespaces | |
| namespace | xmlbeansxx |
Defines | |
| #define | XMLBEANSXX_SYNC(mutex) |
Functions | |
| std::ostream & | xmlbeansxx::operator<< (std::ostream &out, const StoreString &str) |
| std::string | xmlbeansxx::operator+ (const std::string &a, const StoreString &b) |
| std::string | xmlbeansxx::operator+ (const StoreString &a, const std::string &b) |
| std::string | xmlbeansxx::operator+ (const StoreString &a, const StoreString &b) |
| bool | xmlbeansxx::operator== (const std::string &a, const StoreString &b) |
| bool | xmlbeansxx::operator== (const StoreString &a, const std::string &b) |
| bool | xmlbeansxx::operator< (const StoreString &a, const StoreString &b) |
| #define XMLBEANSXX_SYNC | ( | mutex | ) |