Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Attributes | List of all members
drwnStoragePropertyInterface< T > Class Template Reference
Inheritance diagram for drwnStoragePropertyInterface< T >:
drwnPropertyInterface

Public Member Functions

 drwnStoragePropertyInterface (T *storage, bool bReadOnly=false)
 
const T & getValue () const
 
bool setValue (const T &value)
 
- Public Member Functions inherited from drwnPropertyInterface
virtual drwnPropertyType type () const =0
 
virtual string asString () const =0
 
bool isReadOnly () const
 
bool isSerializeable () const
 
virtual bool setProperty (bool value)
 
virtual bool setProperty (int value)
 
virtual bool setProperty (double value)
 
virtual bool setProperty (const string &value)
 
virtual bool setProperty (const char *value)
 
virtual bool setProperty (const Eigen::VectorXd &value)
 
virtual bool setProperty (const Eigen::MatrixXd &value)
 
virtual void read (drwnXMLNode &xml)
 
virtual void write (drwnXMLNode &xml) const
 
virtual drwnPropertyInterfaceclone () const =0
 
drwnPropertyInterfaceclone (bool bReadOnly, bool bSerialize) const
 

Protected Attributes

T * _storage
 
- Protected Attributes inherited from drwnPropertyInterface
bool _bReadOnly
 
bool _bSerialize
 

Additional Inherited Members

- Protected Member Functions inherited from drwnPropertyInterface
 drwnPropertyInterface (bool bReadOnly, bool bSerialize=true)
 

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