64bit signed integer
More...
Go to the source code of this file.
|
| namespace | Foam |
| | Namespace for OpenFOAM.
|
|
| word | name (const int64_t val) |
| | A word representation of int64 value.
|
| int64_t | mag (const int64_t val) |
| int64_t | readInt64 (Istream &is) |
| | Read int64_t from stream.
|
| int64_t | readInt64 (const char *buf) |
| | Parse entire buffer as a int64_t, skipping leading/trailing whitespace.
|
| int64_t | readInt64 (const std::string &str) |
| | Parse entire string as a int64_t, skipping leading/trailing whitespace.
|
| bool | readInt64 (const char *buf, int64_t &val) |
| | Read entire buffer as a int64_t, skipping leading/trailing whitespace.
|
| bool | readInt64 (const std::string &str, int64_t &val) |
| | Read entire string as a int64_t, skipping leading/trailing whitespace.
|
| bool | read (const char *buf, int64_t &val) |
| | Same as readInt64.
|
| bool | read (const std::string &str, int64_t &val) |
| | Same as readInt64.
|
| Istream & | operator>> (Istream &is, int64_t &val) |
| Ostream & | operator<< (Ostream &os, const int64_t val) |
64bit signed integer
Original source file int64.H
- Source files
-
Definition in file int64.H.