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 >
 A word representation of uint32 value. More...
 
class  pTraits< uint32_t >
 Template specialization for pTraits<uint32_t> More...
 

Namespaces

namespace  Foam
 Namespace for OpenFOAM.
 

Functions

word name (const uint32_t val)
 A word representation of uint32 value. More...
 
uint32_t readUint32 (Istream &is)
 Read uint32_t from stream. More...
 
uint32_t readUint32 (const char *buf)
 Parse entire buffer as a uint32_t, skipping leading/trailing whitespace. More...
 
uint32_t readUint32 (const std::string &str)
 Parse entire string as a uint32_t, skipping leading/trailing whitespace. More...
 
bool readUint32 (const char *buf, uint32_t &val)
 Read entire buffer as a uint32_t, skipping leading/trailing whitespace. More...
 
bool readUint32 (const std::string &str, uint32_t &val)
 Read entire string as a uint32_t, skipping leading/trailing whitespace. More...
 
bool read (const char *buf, uint32_t &val)
 Same as readUint32. More...
 
bool read (const std::string &str, uint32_t &val)
 Same as readUint32. More...
 
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.