#include <composition_object.hpp>
Inheritance diagram for ph::common::composition_object_base:

This class is the "Component" in the "Composite" pattern.
Definition at line 17 of file composition_object.hpp.
Public Member Functions | |
| virtual | ~composition_object_base () |
| virtual composite_object_base * | composite () |
| virtual const composite_object_base * | composite () const |
|
|
Definition at line 25 of file composition_object.hpp. |
|
|
Reimplemented in ph::common::composite_object_base. Definition at line 28 of file composition_object.hpp. |
|
|
Reimplemented in ph::common::composite_object_base. Definition at line 30 of file composition_object.hpp. |
1.4.3