ponder
3.2
C++ reflection library
|
Interface to UserData store. More...
#include <userdata.hpp>
Public Member Functions | |
virtual void | setValue (const Type &t, IdRef name, const Value &v)=0 |
virtual const Value * | getValue (const Type &t, IdRef name) const =0 |
virtual void | removeValue (const Type &t, IdRef name)=0 |
Interface to UserData store.