Loading...
Searching...
No Matches
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.
uint32_t readUint32 (Istream &is)
 Read uint32_t from stream.
uint32_t readUint32 (const char *buf)
 Parse entire buffer as a uint32_t, skipping leading/trailing whitespace.
uint32_t readUint32 (const std::string &str)
 Parse entire string as a uint32_t, skipping leading/trailing whitespace.
bool readUint32 (const char *buf, uint32_t &val)
 Read entire buffer as a uint32_t, skipping leading/trailing whitespace.
bool readUint32 (const std::string &str, uint32_t &val)
 Read entire string as a uint32_t, skipping leading/trailing whitespace.
bool read (const char *buf, uint32_t &val)
 Same as readUint32.
bool read (const std::string &str, uint32_t &val)
 Same as readUint32.
Istreamoperator>> (Istream &is, uint32_t &val)
Ostreamoperator<< (Ostream &os, const uint32_t val)

Detailed Description

32bit unsigned integer

Original source file uint32.H

Source files

Definition in file uint32.H.