![]() |
Trading System API
3.0
Library for Simulating and Deploying Trading and Investment Strategies
|
Parent class for many library classes. More...
#include <TSATypeDef.h>
Public Member Functions | |
object (void) | |
Constructor. | |
virtual | ~object (void) |
Destructor. | |
const char * | class_name (void) const |
Returns the class name as returned by the 'Real Time Type Information' (RTTI) mechanism. More... | |
bool | has_same_class_as (const object &other) const |
Returns true if self has the same type as other object. More... | |
Parent class for many library classes.
const char * tsa::object::class_name | ( | void | ) | const |
Returns the class name as returned by the 'Real Time Type Information' (RTTI) mechanism.
bool tsa::object::has_same_class_as | ( | const object & | other | ) | const |
Returns true if self has the same type as other object.
other | The other object. |