ActiveLib
Loading...
Searching...
No Matches
Public Member Functions | List of all members
active::utility::Mover Class Referenceabstract

#include <Mover.h>

Inheritance diagram for active::utility::Mover:
Inheritance graph
[legend]

Public Member Functions

virtual ~Mover ()=default
 
virtual MovermovePtr ()=0
 

Detailed Description

Generic base class for any object that can clone itself and move its resources to the clone

Constructor & Destructor Documentation

◆ ~Mover()

virtual active::utility::Mover::~Mover ( )
virtualdefault

Destructor

Member Function Documentation

◆ movePtr()

virtual Mover * active::utility::Mover::movePtr ( )
pure virtual

Object cloning with move

Returns
A clone of this object with resources moved to the clone

Implemented in active::geometry::Polygon.


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