#include <stiltimelist.h>
Public Member Functions | |
STILTimeList () | |
STILTimeList (const STILTimeList &) | |
~STILTimeList () | |
STILTimeList & | operator= (const STILTimeList &) |
void | init () |
LONG | getCount () const |
const STILTimeExpr & | operator[] (const LONG &) const |
void | addTime (const STILTimeExpr &) |
|
Default constructor.
|
|
Construct a STILTimeList object from another TimeList obj.
|
|
Destructor.
|
|
Add a Time to the list of Times.
|
|
|
|
|
|
Equals operator.
|
|
Index operator.
|