SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
SCIRun::Dataflow::Networks::XMLSerializer Namespace Reference

Functions

template<class Serializable >
void save_xml (const Serializable &data, std::ostream &ostr, const std::string &rootName)
 
template<class Serializable >
void save_xml (const Serializable &data, const std::string &filename, const std::string &rootName)
 
template<class Serializable >
boost::shared_ptr< Serializable > load_xml (std::istream &istr)
 
template<class Serializable >
boost::shared_ptr< Serializable > load_xml (const std::string &filename)
 

Function Documentation

boost::shared_ptr<Serializable> SCIRun::Dataflow::Networks::XMLSerializer::load_xml ( std::istream &  istr)
boost::shared_ptr<Serializable> SCIRun::Dataflow::Networks::XMLSerializer::load_xml ( const std::string &  filename)
void SCIRun::Dataflow::Networks::XMLSerializer::save_xml ( const Serializable &  data,
std::ostream &  ostr,
const std::string &  rootName 
)
void SCIRun::Dataflow::Networks::XMLSerializer::save_xml ( const Serializable &  data,
const std::string &  filename,
const std::string &  rootName 
)