|
Pol
Revision:cb584c9
|
#include <dynproperties.h>
Public Member Functions | |
| PropHolder (DynPropTypes type) | |
| PropHolder (DynPropTypes type, const Storage &value) | |
| template<typename V > | |
| V | getValue () const |
| template<> | |
| V | getValue () const |
| template<> | |
| V | getValue () const |
Protected Attributes | |
| DynPropTypes | _type |
| Storage | _value |
Friends | |
| template<typename S > | |
| class | PropHolderContainer |
Definition at line 229 of file dynproperties.h.
|
inlineexplicit |
Definition at line 410 of file dynproperties.h.
|
inline |
Definition at line 414 of file dynproperties.h.
| V Pol::Core::PropHolder< Storage >::getValue | ( | ) | const |
|
inline |
Definition at line 421 of file dynproperties.h.
References Pol::Core::PropHolder< Storage >::_value.
|
inline |
Definition at line 427 of file dynproperties.h.
References Pol::Core::PropHolder< Storage >::_value.
Definition at line 233 of file dynproperties.h.
|
protected |
Definition at line 240 of file dynproperties.h.
|
protected |
Definition at line 241 of file dynproperties.h.
Referenced by Pol::Core::PropHolder< Storage >::getValue().