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. 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)
 

Detailed Description

64bit unsigned integer

Original source file uint64.H

Source files

Definition in file uint64.H.