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