![]() |
VR-Forces Developer's Guide
|
Creates a span that demarcates a length of time in the CV tool.
Public Member Functions | |
| DtCVSpan (DtCVMarkerSeries &marker, int level, const char *name) | |
| ~DtCVSpan () | |
| void | resetSpan () |
Private Member Functions | |
| DtCVSpan (const DtCVSpan &other) | |
| DtCVSpan & | operator= (const DtCVSpan &other) |
Private Attributes | |
| span * | mySpan |
| makVrf::DtCVSpan::DtCVSpan | ( | DtCVMarkerSeries & | marker, |
| int | level, | ||
| const char * | name | ||
| ) |
| makVrf::DtCVSpan::~DtCVSpan | ( | ) |
|
inlineprivate |
Copy Constructor not implemented – Copy Not Allowed.
| void makVrf::DtCVSpan::resetSpan | ( | ) |
deletes the span if it exists, this can be handy when you want to add markers but don't want to mess with the scopes of the file too extensively.
Assignment Operator Not implemented – Assignment Not Allowed.
|
private |