#include <ivfmath/IvfMathBase.h>
Inheritance diagram for CIvfMathBase:

Public Member Functions | |
| CIvfMathBase () | |
| virtual | ~CIvfMathBase () |
| int | getRefCount () |
| bool | referenced () |
| void | addReference () |
| void | deleteReference () |
| virtual bool | isClass (const char *name) |
| const char * | getClassNameThis () |
| virtual const char * | getClassName () |
CIvfMathBase handles class type information and reference counting.
Definition at line 37 of file IvfMathBase.h.
|
|
CIvfMathBase constructor |
|
|
CIvfMathBase destrcutor |
|
|
Increases the reference count of the object |
|
|
Decreases the reference count of the object, if the current value is greater than 1. |
|
|
Returns the name of the class. The name buffer must be large enough to hold the name of the class.
|
|
|
Returns current reference count |
|
|
Class name query. Returns true if name is equal to the name of the class.
|
|
|
Returns TRUE if object is referenced. |
1.4.6-NO