|
Function to return an objects name using the persistance scheme. Definition at line 175 of file persistable_object.hpp. References ph::common::persistable_object_base::get(), and ph::common::object_base::persistable(). |
|
Function to return an objects type using the persistance scheme. Definition at line 187 of file persistable_object.hpp. References ph::common::persistable_object_base::get(), and ph::common::object_base::persistable(). |
|
Function to set an objects name using the persistance scheme. Definition at line 199 of file persistable_object.hpp. References ph::common::object_base::persistable(), and ph::common::persistable_object_base::set(). |
|
Function to set an objects type using the persistance scheme. Definition at line 211 of file persistable_object.hpp. References ph::common::object_base::persistable(), and ph::common::persistable_object_base::set(). |
|
Function which implements returning the value of a mebmber using the visitor pattern. Definition at line 195 of file visitable_object.hpp. References ph::common::visitable_object_base::accept(), ph::common::get_member_value_visitor::found(), ph::common::get_member_value_visitor::get(), and ph::common::object_base::visitable(). |