XMLBEANSXX  0.9.8
src/xmlbeansxx/TextUtils.cpp File Reference
#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>
Include dependency graph for TextUtils.cpp:

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 Documentation

#define TRACER2 (   a,
 
)
#define XMLBEANSXX_DEBUG2 (   a,
 
)