Classes | Namespaces | Functions
int64.H File Reference

64bit signed integer More...

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

Go to the source code of this file.

Classes

struct  nameOp< int64_t >
 
class  pTraits< int64_t >
 

Namespaces

 Foam
 

Functions

word name (const int64_t val)
 
int64_t readInt64 (Istream &is)
 
int64_t readInt64 (const char *buf)
 
int64_t readInt64 (const std::string &str)
 
bool readInt64 (const char *buf, int64_t &val)
 
bool readInt64 (const std::string &str, int64_t &val)
 
bool read (const char *buf, int64_t &val)
 
bool read (const std::string &str, int64_t &val)
 
Istream & operator>> (Istream &is, int64_t &val)
 
Ostream & operator<< (Ostream &os, const int64_t val)
 
int64_t mag (const int64_t val)
 

Detailed Description

64bit signed integer

Original source file int64.H

Source files

Definition in file int64.H.