Class template RecordableObservable
alps::RecordableObservable
Synopsis
Description
RecordableObservable
public
construct/copy/destruct
-
RecordableObservable();
just a default constructor
~RecordableObservable();
RecordableObservable
public member functions
-
virtual void operator<<(const value_type & x) = 0;
add another measurement to the observable
-
virtual void add(const value_type & x);
add another measurement to the observable
-
virtual void add(const value_type & x, sign_type s);
add an explcitly signed measurement to the observable