ARGoS  3
A parallel, multi-engine simulator for swarm robotics
argos::CAny::CAbstractReference Class Reference

Abstract reference to object. More...

#include <any.h>

+ Inheritance diagram for argos::CAny::CAbstractReference:

List of all members.

Public Member Functions

virtual ~CAbstractReference ()
 Destructor.
virtual const std::type_info & GetType () const =0
 Returns the type info on the referenced object.
virtual CAbstractReferenceClone () const =0
 Clone the reference.

Detailed Description

Abstract reference to object.

Definition at line 87 of file any.h.


Constructor & Destructor Documentation

Destructor.

Definition at line 92 of file any.h.


Member Function Documentation

Clone the reference.

Implemented in argos::CAny::CReference< T >.

virtual const std::type_info& argos::CAny::CAbstractReference::GetType ( ) const [pure virtual]

Returns the type info on the referenced object.

Implemented in argos::CAny::CReference< T >.


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