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