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