#include <member.hpp>
Inheritance diagram for ph::reflect::const_member< T >:
Definition at line 44 of file member.hpp.
Public Member Functions | |
const_member (const T *ref) | |
virtual std::string | get () const |
virtual void | set (const std::string &s) |
Protected Attributes | |
const T * | _ref |
|
Definition at line 53 of file member.hpp. |
|
get the member value as a string. Implements ph::common::member_base. Reimplemented in ph::reflect::const_pod_member< T >, ph::reflect::const_pod_member< bool >, ph::reflect::const_string_member, ph::reflect::const_path_member, and ph::reflect::const_other_member< T >. Definition at line 58 of file member.hpp. |
|
set the member value as a string. Implements ph::common::member_base. Definition at line 60 of file member.hpp. |
|
Definition at line 50 of file member.hpp. |