ponder 3.2
C++ reflection library
ponder::IUserDataStore Class Referenceabstract

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 ValuegetValue (const Type &t, IdRef name) const =0
 
virtual void removeValue (const Type &t, IdRef name)=0
 

Detailed Description

Interface to UserData store.


The documentation for this class was generated from the following file: