Classes | Namespaces | Functions
uint32.H File Reference

32bit unsigned integer More...

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

Go to the source code of this file.

Classes

struct  nameOp< uint32_t >
 
class  pTraits< uint32_t >
 

Namespaces

 Foam
 

Functions

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

Detailed Description

32bit unsigned integer

Original source file uint32.H

Source files

Definition in file uint32.H.