Classes | Namespaces | Functions
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 >
 
class  pTraits< uint64_t >
 

Namespaces

 Foam
 

Functions

word name (const uint64_t val)
 
uint64_t readUint64 (Istream &is)
 
uint64_t readUint64 (const char *buf)
 
uint64_t readUint64 (const std::string &str)
 
bool readUint64 (const char *buf, uint64_t &val)
 
bool readUint64 (const std::string &str, uint64_t &val)
 
bool read (const char *buf, uint64_t &val)
 
bool read (const std::string &str, uint64_t &val)
 
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.