Description:
This class extends the machine-generated SwiftTimeBlock class to allow direct access to the Swift-encoded time value as a real number. This class should almost always be used instead of the less functional SwiftTimeBlock class.
Data Fields | ||
private | static const double | resolution |
Constructors / Destructor |
Methods | |||
public | virtual | double | value()Return the decoded time value. |
public | virtual | void | value(double time)Encode the time value. Times will be rounded to the nearest integral subsecond. |
Operators | |||
public | int | SwiftTime& == SwiftTime& | |
public | int | SwiftTime& != SwiftTime& |