#include <nameable_object.hpp>
Definition at line 19 of file nameable_object.hpp.
Public Member Functions | |
virtual | ~nameable_object_base () |
virtual std::string | name () const =0 |
virtual std::string | type () const =0 |
|
Definition at line 25 of file nameable_object.hpp. |
|
Get the name of the object. Referenced by ph::common::composite_object_helper::helper_equal(), ph::reflect::get_object_with_type_visitor::visit(), ph::reflect::get_object_visitor::visit(), and ph::reflect::get_composite_object_visitor::visit_composite(). |
|
Get the type of the object. Referenced by ph::reflect::get_object_with_type_visitor::visit(). |