#include <alg.hh>
Inheritance diagram for RVLAlg::StateAlg< T >:
Public Member Functions | |
virtual T & | getState ()=0 |
virtual const T & | getState () const =0 |
The StateAlg must know how to set its state to a specified value and be able to return a reference to its state when requested. We do not require it to own a copy of the state at all times, as this may be expensive and the state can be assembled from other data when necessary. However, we expect that most StateAlgs will own a private data member which is the state.
Definition at line 241 of file alg.hh.
virtual T& RVLAlg::StateAlg< T >::getState | ( | ) | [pure virtual] |
virtual const T& RVLAlg::StateAlg< T >::getState | ( | ) | const [pure virtual] |