Yate
|
Base class for vector class(es) More...
#include <yatemath.h>
Public Member Functions | |
virtual | ~MathVectorBase () |
virtual unsigned int | vectorSize () const =0 |
![]() | |
GenObject () | |
virtual | ~GenObject () |
virtual bool | alive () const |
virtual void | destruct () |
virtual const String & | toString () const |
virtual const String & | traceId () const |
virtual void * | getObject (const String &name) const |
NamedCounter * | getObjCounter () const |
NamedCounter * | setObjCounter (NamedCounter *counter) |
Additional Inherited Members | |
![]() | |
static void * | getObject (const String &name, const GenObject *obj) |
static bool | getObjCounting () |
static void | setObjCounting (bool enable) |
static NamedCounter * | getObjCounter (const String &name, bool create=true) |
static ObjList & | getObjCounters () |
Base class for vector class(es)
Base class for vector class(es). Its purpose is to offer a common interface when processing lists
|
inlinevirtual |
Destructor. Does nothing, keeps the compiler satisfied
|
pure virtual |