ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Struct output_helper<boost::mpl::false_>

alps::output_helper<boost::mpl::false_>

Synopsis

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


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

  // public static functions
  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

  1. template<typename T, typename L> 
      static void output(const T & b, std::ostream & out, const L & label) ;
  2. template<typename T> static void output(const T & b, std::ostream & out) ;
  3. template<typename T> 
      static void write_xml(const T & 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 i) ;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext