ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class template pvp

alps::hdf5::pvp

Synopsis

// In header: <alps/hdf5.hpp>

template<typename T> 
class pvp {
public:
  // construct/copy/destruct
  pvp(std::string const &, T);
  pvp(pvp< T > const &);

  // public member functions
  template<typename A> A & serialize(A &) const;
};

Description

pvp public construct/copy/destruct

  1. pvp(std::string const & p, T v);
  2. pvp(pvp< T > const & c);

pvp public member functions

  1. template<typename A> A & serialize(A & ar) const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext