Struct output_helper<boost::mpl::false_>
alps::output_helper<boost::mpl::false_>
Synopsis
struct output_helper<boost::mpl::false_> {
template<typename T, typename L>
static void output(const T &, std::ostream &, const L &);
template<typename T> static void output(const T &, std::ostream &);
template<typename T>
static void write_xml(const T &, oxstream &,
const boost::filesystem::path &);
template<typename X, typename IT>
static void write_more_xml(const X &, oxstream &, IT);
};
Description
output_helper
public static functions
template<typename T, typename L>
static void output(const T & b, std::ostream & out, const L & label);
template<typename T> static void output(const T & b, std::ostream & out);
template<typename T>
static void write_xml(const T & b, oxstream & oxs,
const boost::filesystem::path & fn_hdf5);
template<typename X, typename IT>
static void write_more_xml(const X & b, oxstream & oxs, IT i);