![]() |
|
Public Member Functions | |
instant () | |
Construct null. | |
instant (const scalar, const word &) | |
Construct from components. | |
instant (const scalar) | |
Construct from time value. | |
instant (const word &) | |
Construct from word. | |
scalar | value () const |
Value (const access). | |
scalar & | value () |
Value (non-const access). | |
const word & | name () const |
Name (const access). | |
word & | name () |
Name (non-const access). | |
Friends | |
int | operator== (const instant &, const instant &) |
int | operator!= (const instant &, const instant &) |
Istream & | operator>> (Istream &, instant &) |
Ostream & | operator<< (Ostream &, const instant &) |
|
Construct null.
|
|
Construct from components.
|
|
Construct from time value.
|
|
Construct from word.
|
|
Name (non-const access).
|
|
Name (const access).
|
|
Value (non-const access).
|
|
Value (const access).
|
|
|
|
|
|
|
|
|