An instant of time. Contains the time value and name.
More...
#include <OpenFOAM/instant.H>
Detailed Description
An instant of time. Contains the time value and name.
- Source files
-
Definition at line 65 of file instant.H.
List of all members.
Classes |
class | less |
| Less function class used in sorting instants. More...
|
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)
|
Static Public Attributes |
static const char *const | typeName = "instant" |
Constructor & Destructor Documentation
Construct null.
Definition at line 35 of file instant.C.
Construct from components.
Definition at line 38 of file instant.C.
Construct from time value.
Definition at line 44 of file instant.C.
Construct from word.
Definition at line 50 of file instant.C.
Member Function Documentation
Value (non-const access)
Definition at line 119 of file instant.H.
const word& name |
( |
| ) |
const |
|
inline |
Name (non-const access)
Definition at line 131 of file instant.H.
Friends And Related Function Documentation
Member Data Documentation
const char *const typeName = "instant" |
|
static |
The documentation for this class was generated from the following files: