Skip to main content

ERUCES::TEObject

#include <teobject.h>

The TEObject class represents an object and forms the base class of the TEObjectTemplate classes.

Inheritance

Protected Member Functions

MemberDescription
TEObject()The TEObject constructor is the default class constructor; for internal use only.

Public Member Functions

MemberDescription
~TEObject()The TEObject destructor is the class destructor.
TEObject * clone() const =0The clone method clones a TEObject object.

Member Function Documentation

TEObject()

The TEObject constructor is the default class constructor; for internal use only.

~TEObject()

The TEObject destructor is the class destructor.

TEObject * clone() const =0

The clone method clones a TEObject object.

Returns: Returns a cloned TEObject object.