|
ponder
3.2
C++ reflection library
|
Name-value user data. More...
#include <userdata.hpp>
Public Member Functions | |
| UserData (IdRef name, Value &&value) | |
| Constructor. More... | |
| IdReturn | getName () const |
| Get the UserData name. More... | |
| const Value & | getValue () const |
| Get the Value. More... | |
Name-value user data.
This is used to store user data for declared Types. The name is a string and the Value can store any of the allowed types.
|
inline |
| name | : Id string |
| value | : user Value |
|
inline |
Get the UserData name.