ALPS Home Libraries License Support People ALPS Web Site

PrevUpHomeNext

Class reference

alps::integer_state::reference

Synopsis

// In header: <alps/model/integer_state.h>



class reference {
public:
  // construct/copy/destruct
  reference(I &, int);
  template<typename T> reference& operator=(T);

  // public member functions
  operator int() const;
};

Description

reference public construct/copy/destruct

  1. reference(I & s, int i);
  2. template<typename T> reference& operator=(T x);

reference public member functions

  1. operator int() const;
Copyright © 1994, 2002-2005 Matthias Troyer, Synge Todo

PrevUpHomeNext