32bit unsigned integer More...


Go to the source code of this file.
Classes | |
| struct | nameOp< uint32_t > |
| A word representation of uint32 value. More... | |
| class | pTraits< uint32_t > |
| Template specialization for pTraits<uint32_t> More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| word | name (const uint32_t val) |
| A word representation of uint32 value. More... | |
| uint32_t | readUint32 (Istream &is) |
| Read uint32_t from stream. More... | |
| uint32_t | readUint32 (const char *buf) |
| Parse entire buffer as a uint32_t, skipping leading/trailing whitespace. More... | |
| uint32_t | readUint32 (const std::string &str) |
| Parse entire string as a uint32_t, skipping leading/trailing whitespace. More... | |
| bool | readUint32 (const char *buf, uint32_t &val) |
| Read entire buffer as a uint32_t, skipping leading/trailing whitespace. More... | |
| bool | readUint32 (const std::string &str, uint32_t &val) |
| Read entire string as a uint32_t, skipping leading/trailing whitespace. More... | |
| bool | read (const char *buf, uint32_t &val) |
| Same as readUint32. More... | |
| bool | read (const std::string &str, uint32_t &val) |
| Same as readUint32. More... | |
| Istream & | operator>> (Istream &is, uint32_t &val) |
| Ostream & | operator<< (Ostream &os, const uint32_t val) |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.