|
XMLBEANSXX
0.9.8
|
#include "config.h"#include "BoostAssert.h"#include <boost/shared_array.hpp>#include <string>#include <boost/date_time/gregorian/gregorian.hpp>#include <sstream>#include "QName.h"

Classes | |
| class | xmlbeansxx::GDate |
| class | xmlbeansxx::List |
| class | xmlbeansxx::Object |
Namespaces | |
| namespace | xmlbeansxx |
Typedefs | |
| typedef long int | xmlbeansxx::mpz_class |
| typedef long double | xmlbeansxx::mpf_class |
| typedef boost::shared_ptr< QName > | xmlbeansxx::QNamePtr |
| typedef boost::shared_ptr< GDate > | xmlbeansxx::GDatePtr |
| typedef boost::shared_ptr< List > | xmlbeansxx::ListPtr |
| typedef boost::shared_ptr< Object > | xmlbeansxx::ObjectPtr |
Functions | |
| bool | xmlbeansxx::mpzFitsToInt (const mpz_class &v) |
| int | xmlbeansxx::mpzToInt (const mpz_class &v) |
| mpz_class | xmlbeansxx::stringToMpz (const std::string &v) |
| mpf_class | xmlbeansxx::stringToMpf (const std::string &v) |