Abstract interface providing signatures needed to implement "handle" objects modeling a Value (Copyable/Movable) concept. Authors of adobe::poly classes must derive their interfaces from this. See adobe::poly_placeable_interface for an example.
#include <poly.hpp>
List of all members.
Detailed Description
Definition at line 66 of file poly.hpp.
Constructor & Destructor Documentation
Member Function Documentation
virtual const void* cast |
( |
| ) |
const [pure virtual] |
virtual void* cast |
( |
| ) |
[pure virtual] |
virtual const std::type_info& type_info |
( |
| ) |
const [pure virtual] |