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