Dv::Any::AbstractObject Struct Reference

Inheritance diagram for Dv::Any::AbstractObject:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~AbstractObject ()
virtual const std::type_info & type () const =0
virtual AbstractObjectclone () const =0

Detailed Description

Definition at line 59 of file any.h.


Constructor & Destructor Documentation

virtual Dv::Any::AbstractObject::~AbstractObject (  )  [inline, virtual]

Definition at line 60 of file any.h.


Member Function Documentation

virtual const std::type_info& Dv::Any::AbstractObject::type (  )  const [pure virtual]

Implemented in Dv::Any::Object< T >.

Referenced by Dv::Any::type().

virtual AbstractObject* Dv::Any::AbstractObject::clone (  )  const [pure virtual]

Implemented in Dv::Any::Object< T >.


The documentation for this struct was generated from the following file:

dvutil-1.0.10 [ 5 December, 2009]