![]() |
OGS
|
Represents a previous state of type T.
#include <Base.h>
Public Member Functions | |
PrevState ()=default | |
PrevState (T const &t) | |
PrevState (T &&t) | |
PrevState< T > & | operator= (T const &u) |
PrevState< T > & | operator= (T &&u) |
T & | operator* () |
T const & | operator* () const |
T * | operator-> () |
T const * | operator-> () const |
Private Attributes | |
T | t |
|
default |
Referenced by operator=(), and operator=().
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 45 of file Base.h.
Referenced by PrevState(), PrevState(), operator*(), operator*(), operator->(), operator->(), operator=(), and operator=().