Go to the documentation of this file.
64 return word(std::to_string(val),
false);
74 return word(std::to_string(val),
false);
90 inline uint64_t
readUint64(
const std::string& str)
97 bool readUint64(
const char* buf, uint64_t& val);
101 inline bool readUint64(
const std::string& str, uint64_t& val)
108 inline bool read(
const char* buf, uint64_t& val)
115 inline bool read(
const std::string& str, uint64_t& val)
121 Istream&
operator>>(Istream& is, uint64_t& val);
143 typedef uint64_t cmptType;
155 static constexpr
direction nComponents = 1;
160 static const char*
const typeName;
161 static const char*
const componentNames[];
162 static const uint64_t
zero;
163 static const uint64_t
one;
164 static const uint64_t
min;
165 static const uint64_t
max;
166 static const uint64_t rootMax;
167 static const uint64_t rootMin;
173 explicit pTraits(
const uint64_t& val) noexcept;
182 operator uint64_t() const noexcept
188 operator uint64_t&() noexcept
uint64_t readUint64(Istream &is)
A class for handling words, derived from Foam::string.
static const uint64_t min
static const uint64_t rootMin
bool read(const char *buf, int32_t &val)
A class representing the concept of 1 (one) that can be used to avoid manipulating objects known to b...
Istream & operator>>(Istream &, directionInfo &)
label min(const labelHashSet &set, label minValue=labelMax)
Ostream & operator<<(Ostream &, const boundaryPatch &p)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
label max(const labelHashSet &set, label maxValue=labelMin)
static const uint64_t one
OBJstream os(runTime.globalPath()/outputName)
Direction is an 8-bit unsigned integer type used to represent Cartesian directions,...
static const uint64_t rootMax
A traits class, which is primarily used for primitives.
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static const uint64_t zero
static const char *const typeName
word operator()(const uint64_t val) const
static const uint64_t max
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...