Loading...
Searching...
No Matches
uint64.H File Reference

64bit unsigned integer More...

Include dependency graph for uint64.H:
This graph shows which files directly or indirectly include this file:

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

namespace  Foam
 Namespace for OpenFOAM.

Functions

word name (const uint64_t val)
 A word representation of uint64 value.
uint64_t readUint64 (Istream &is)
 Read uint64_t from stream.
uint64_t readUint64 (const char *buf)
 Parse entire buffer as uint64_t, skipping leading/trailing whitespace.
uint64_t readUint64 (const std::string &str)
 Parse entire string as uint64_t, skipping leading/trailing whitespace.
bool readUint64 (const char *buf, uint64_t &val)
 Parse entire buffer as uint64_t, skipping leading/trailing whitespace.
bool readUint64 (const std::string &str, uint64_t &val)
 Parse entire string as uint64_t, skipping leading/trailing whitespace.
bool read (const char *buf, uint64_t &val)
 Same as readUint64.
bool read (const std::string &str, uint64_t &val)
 Same as readUint64.
Istreamoperator>> (Istream &is, uint64_t &val)
Ostreamoperator<< (Ostream &os, const uint64_t val)

Detailed Description

64bit unsigned integer

Original source file uint64.H

Source files

Definition in file uint64.H.