64bit unsigned integer More...


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