List of all members.
Public Member Functions |
|
| Time (char hour, char minutes, char seconds) |
|
| Time (const Time &originalTime) |
|
| Time (int secondsSinceDay) |
|
| Time (string GTFSTimeString) |
|
bool | operator< (const Time &otherTime) const |
|
bool | operator<= (const Time &otherTime) const |
|
bool | operator== (const Time &otherTime) const |
|
int | minusInSeconds (const Time &otherTime) const |
|
int | minusInSecondsDependent (const Time &otherTime) const |
|
void | setHour (char hour) |
|
void | setMinute (char minute) |
|
void | setSecond (char second) |
|
void | setSecondsSinceDay (int secondsSinceDay) |
|
void | addSeconds (int seconds) |
|
int | hour () const |
|
int | minute () const |
|
int | second () const |
|
int | secondsSinceDay () const |
|
string | toString () const |
|
void | printTime () const |
|
string | createJSON () const |
The documentation for this class was generated from the following files: