s11nlite::save_binary_f Struct Reference

A binary functor to save s-nodes and Serializables using s11nlite::save(). More...

#include <s11nlite.hpp>

List of all members.

Public Types

typedef
::s11nlite::node_type 
node_type

Public Member Functions

bool operator() (node_type const &src, std::string const &dest) const
 Returns save(src,dest).
bool operator() (node_type const &src, std::ostream &dest) const
 Returns save(src,dest).
template<typename SerT>
bool operator() (SerT const &src, std::string const &dest) const
 Returns save(src,dest).
template<typename SerT>
bool operator() (SerT const &src, std::ostream &dest) const
 Returns save(src,dest).


Detailed Description

A binary functor to save s-nodes and Serializables using s11nlite::save().

Added in version 1.1.3.

Definition at line 389 of file s11nlite.hpp.


Member Typedef Documentation

typedef ::s11nlite::node_type s11nlite::save_binary_f::node_type

Definition at line 391 of file s11nlite.hpp.


Member Function Documentation

bool s11nlite::save_binary_f::operator() ( node_type const &  src,
std::string const &  dest 
) const [inline]

Returns save(src,dest).

Definition at line 396 of file s11nlite.hpp.

References s11nlite::save().

bool s11nlite::save_binary_f::operator() ( node_type const &  src,
std::ostream &  dest 
) const [inline]

Returns save(src,dest).

Definition at line 404 of file s11nlite.hpp.

References s11nlite::save().

template<typename SerT>
bool s11nlite::save_binary_f::operator() ( SerT const &  src,
std::string const &  dest 
) const [inline]

Returns save(src,dest).

Definition at line 413 of file s11nlite.hpp.

References s11nlite::save().

template<typename SerT>
bool s11nlite::save_binary_f::operator() ( SerT const &  src,
std::ostream &  dest 
) const [inline]

Returns save(src,dest).

Definition at line 422 of file s11nlite.hpp.

References s11nlite::save().


The documentation for this struct was generated from the following file:
Generated on Wed Jun 4 21:48:03 2008 for libs11n by  doxygen 1.5.3