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 int64_t
readInt64(
const std::string& str)
97 bool readInt64(
const char* buf, int64_t& val);
101 inline bool readInt64(
const std::string& str, int64_t& val)
108 inline bool read(
const char* buf, int64_t& val)
115 inline bool read(
const std::string& str, int64_t& val)
121 Istream&
operator>>(Istream& is, int64_t& val);
127 #if defined(__APPLE__)
144 typedef int64_t cmptType;
147 typedef int64_t magType;
159 static constexpr
direction nComponents = 1;
164 static const char*
const typeName;
165 static const char*
const componentNames[];
167 static const int64_t
one;
168 static const int64_t
min;
170 static const int64_t rootMax;
171 static const int64_t rootMin;
177 explicit pTraits(
const int64_t& val) noexcept;
186 operator int64_t() const noexcept
192 operator int64_t&() noexcept
199 inline int64_t
mag(
const int64_t val)
word operator()(const int64_t val) const
A class for handling words, derived from Foam::string.
bool read(const char *buf, int32_t &val)
static const int64_t rootMax
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)
static const int64_t zero
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)
OBJstream os(runTime.globalPath()/outputName)
Direction is an 8-bit unsigned integer type used to represent Cartesian directions,...
A traits class, which is primarily used for primitives.
dimensioned< typename typeOfMag< Type >::type > mag(const dimensioned< Type > &dt)
static const int64_t rootMin
word name(const expressions::valueTypeCode typeCode)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
static const char *const typeName
A class representing the concept of 0 (zero) that can be used to avoid manipulating objects known to ...
int64_t readInt64(Istream &is)