Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
Virtual interface for RegularConcept. Used in poly<regular> implementation. More...
#include <poly_regular.hpp>
Public Member Functions | |
virtual bool | equals (const poly_regular_interface &new_value) const =0 |
Public Member Functions inherited from poly_copyable_interface | |
virtual poly_copyable_interface * | clone (void *) const =0 |
virtual poly_copyable_interface * | move_clone (void *)=0 |
virtual void * | cast ()=0 |
virtual const void * | cast () const =0 |
virtual const std::type_info & | type_info () const =0 |
virtual void | assign (const poly_copyable_interface &x)=0 |
virtual void | exchange (poly_copyable_interface &x)=0 |
virtual | ~poly_copyable_interface () |
Definition at line 36 of file poly_regular.hpp.
|
pure virtual |