Go to the documentation of this file. 1 #ifndef SimTK_SimTKCOMMON_VALUE_H_
2 #define SimTK_SimTKCOMMON_VALUE_H_
78 operator const T&()
const {
return thing; }
81 const T&
get()
const {
return thing; }
84 void set(
const T& t) {
thing = t; }
107 #endif // SimTK_SimTKCOMMON_VALUE_H_