|
ug4
|
#include "common/util/base64_file_writer.h"#include <boost/archive/iterators/transform_width.hpp>#include <boost/archive/iterators/base64_from_binary.hpp>#include <boost/archive/iterators/ostream_iterator.hpp>#include "common/profiler/profiler.h"#include "common/error.h"#include "common/assert.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Typedefs | |
| typedef boost::archive::iterators::base64_from_binary< boost::archive::iterators::transform_width< const char *, 6, 8 > > | base64_text |
| This is the actual encoder using Boost iterators note that final padding to triplet boundary has to be performed manually! see: http://www.boost.org/doc/libs/1_48_0/libs/serialization/doc/dataflow.html. | |
| typedef boost::archive::iterators::base64_from_binary< boost::archive::iterators::transform_width< const char *, 6, 8> > base64_text |
This is the actual encoder using Boost iterators note that final padding to triplet boundary has to be performed manually! see: http://www.boost.org/doc/libs/1_48_0/libs/serialization/doc/dataflow.html.