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 >
 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 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)
 
int64_t mag (const int64_t val)
 

Detailed Description

64bit signed integer

Original source file int64.H

Source files

Definition in file int64.H.