64bit signed integer More...


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