|
XMLBEANSXX
0.9.8
|
#include "TextUtils.h"#include "Tracer.h"#include "defs.h"#include "SchemaType.h"#include <boost/archive/iterators/base64_from_binary.hpp>#include <boost/archive/iterators/binary_from_base64.hpp>#include <boost/archive/iterators/transform_width.hpp>#include <string>#include <iomanip>#include "config.h"#include <sstream>#include <cstdio>#include <xercesc/util/XMLString.hpp>#include <xercesc/framework/MemBufFormatTarget.hpp>
Namespaces | |
| namespace | xmlbeansxx |
Defines | |
| #define | TRACER2(a, b) |
| #define | XMLBEANSXX_DEBUG2(a, b) |
Typedefs | |
| typedef base64_from_binary < transform_width < string::const_iterator, 6, 8 > > | xmlbeansxx::base64_t |
| typedef transform_width < binary_from_base64 < string::const_iterator >, 8, 6 > | xmlbeansxx::binary_t |
Functions | |
| xmlbeansxx::XMLBEANSXX_LOGGER_PTR_SET (TextUtils::log,"xmlbeansxx.TextUtils") | |
| bool | xmlbeansxx::_inBase64 (char c) |
| std::string | xmlbeansxx::_toCanolicalBase64 (const std::string &s) |
Variables | |
| static int | xmlbeansxx::precision = XMLBEANSXX_TEXTUTILS_DEFAULT_PRECISION |
| #define TRACER2 | ( | a, | |
| b | |||
| ) |
| #define XMLBEANSXX_DEBUG2 | ( | a, | |
| b | |||
| ) |