phoenix::Object

This is the base class of all non-copyable objects in phoenix. It is used both to enforce non-copyability, and so that dynamic_cast<> can be used on any phoenix base object.

There are no functions of any external use in this class.