ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct output_helper<boost::mpl::true_>

alps::output_helper<boost::mpl::true_>

Synopsis

// In header: <alps/alea/output_helper.h>


struct output_helper<boost::mpl::true_> {

  // public static functions
  template<typename X, typename L> 
    static void output(const X &, std::ostream &, const L &) ;
  template<typename X> static void output(const X &, std::ostream &) ;
  template<typename X> 
    static void write_xml(const X &, 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

  1. template<typename X, typename L> 
      static void output(const X & b, std::ostream & out, const L &) ;
  2. template<typename X> static void output(const X & b, std::ostream & out) ;
  3. template<typename X> 
      static void write_xml(const X & b, oxstream & oxs, 
                            const boost::filesystem::path & fn_hdf5) ;
  4. template<typename X, typename IT> 
      static void write_more_xml(const X & b, oxstream & oxs, IT) ;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext