Namespaces | Functions
coal/serialization/archive.h File Reference
#include "coal/fwd.hh"
#include <boost/serialization/nvp.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/xml_oarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <fstream>
#include <string>
#include <sstream>
#include <stdexcept>
#include <boost/asio/streambuf.hpp>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
#include <boost/iostreams/stream_buffer.hpp>
#include <boost/math/special_functions/nonfinite_num_facets.hpp>
Include dependency graph for coal/serialization/archive.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 coal
 Main namespace.
 
 coal::serialization
 

Functions

template<typename T >
void coal::serialization::loadFromBinary (T &object, const std::string &filename)
 Loads an object from a binary file. More...
 
template<typename T >
void coal::serialization::loadFromBuffer (T &object, boost::asio::streambuf &buffer)
 Loads an object from a binary buffer. More...
 
template<typename T >
void coal::serialization::loadFromString (T &object, const std::string &str)
 Loads an object from a std::string. More...
 
template<typename T >
void coal::serialization::loadFromStringStream (T &object, std::istringstream &is)
 Loads an object from a std::stringstream. More...
 
template<typename T >
void coal::serialization::loadFromText (T &object, const std::string &filename)
 Loads an object from a TXT file. More...
 
template<typename T >
void coal::serialization::loadFromXML (T &object, const std::string &filename, const std::string &tag_name)
 Loads an object from a XML file. More...
 
template<typename T >
void coal::serialization::saveToBinary (const T &object, const std::string &filename)
 Saves an object inside a binary file. More...
 
template<typename T >
void coal::serialization::saveToBuffer (const T &object, boost::asio::streambuf &buffer)
 Saves an object to a binary buffer. More...
 
template<typename T >
std::string coal::serialization::saveToString (const T &object)
 Saves an object inside a std::string. More...
 
template<typename T >
void coal::serialization::saveToStringStream (const T &object, std::stringstream &ss)
 Saves an object inside a std::stringstream. More...
 
template<typename T >
void coal::serialization::saveToText (const T &object, const std::string &filename)
 Saves an object inside a TXT file. More...
 
template<typename T >
void coal::serialization::saveToXML (const T &object, const std::string &filename, const std::string &tag_name)
 Saves an object inside a XML file. More...
 


hpp-fcl
Author(s):
autogenerated on Sat Nov 23 2024 03:44:59