|
const word | whiteSpace (" \t\n\v\f\r") |
|
int32 | countChar (const word &s, const char c) |
|
int32 | countChar (const char *s, const char c) |
|
word | toUpper (const word &inStr) |
|
bool | isYes (const word &str) |
|
bool | isNo (const word &str) |
|
word | real2Fixed (const real &v, int32 numPrecision=6) |
|
word | real2Word (const real &v, int32 numPrecision=6) |
|
word | removeDecimalZeros (const word &str) |
|
word | real2FixedStripZeros (const real &v, int32 numPrecision=6) |
|
word | int322Word (const int32 &v) |
|
word | angleBracketsNames (const word &w1, const word &w2) |
|
word | angleBracketsNames2 (const word &base, const word &w1, const word &w2) |
|
word | angleBracketsNames3 (const word &base, const word &w1, const word &w2, const word &w3) |
|
word | groupNames (const word &bw, const word &tw, char sep='.') |
|
word | baseName (const word &w, char sep='.') |
|
word | tailName (const word &w, char sep='.') |
|
bool | validWord (char c) |
|
bool | validWordWithQuote (char c) |
|
bool | validWord (const word &w) |
|
bool | validWordWithQuote (const word &c) |
|
bool | readLabel (const word &w, label &val) |
|
bool | readLabel (const char *buf, label &val) |
|
bool | readUint32 (const word &w, uint32 &val) |
|
bool | readUint32 (const char *buf, uint32 &val) |
|
bool | readInt64 (const word &w, int64 &val) |
|
bool | readInt64 (const char *buf, int64 &val) |
|
bool | readInt32 (const word &w, int32 &val) |
|
bool | readInt32 (const char *buf, int32 &val) |
|
bool | readInt16 (const word &w, int16 &val) |
|
bool | readInt16 (const char *buf, int16 &val) |
|
bool | readInt8 (const word &w, int8 &val) |
|
bool | readInt8 (const char *buf, int8 &val) |
|
bool | readReal (const word &w, real &val) |
|
bool | readReal (const char *buf, real &val) |
|
bool | readBoolian_Str (const word &w, bool &val) |
|
bool | readBoolian_Str (const char *buf, bool &val) |
|
bool | readValue (const word &w, real &val) |
|
bool | readValue (const word &w, label &val) |
|
bool | readValue (const word &w, uint32 &val) |
|
bool | readValue (const word &w, int64 &val) |
|
bool | readValue (const word &w, int32 &val) |
|
bool | readValue (const word &w, int16 &val) |
|
bool | readValue (const word &w, int8 &val) |
|
bool | readValue (const word &w, bool &val) |
|
INLINE_FUNCTION_HD bool | equal (const real &s1, const real &s2) |
|
INLINE_FUNCTION_HD bool | equal (const int64 &s1, const int64 &s2) |
|
INLINE_FUNCTION_HD bool | equal (const int32 &s1, const int32 &s2) |
|
INLINE_FUNCTION_HD bool | equal (const int16 &s1, const int16 &s2) |
|
INLINE_FUNCTION_HD bool | equal (const int8 &s1, const int8 &s2) |
|
INLINE_FUNCTION_HD bool | equal (const uint32 &s1, const uint32 &s2) |
|
INLINE_FUNCTION_HD bool | equal (const label &s1, const label &s2) |
|
INLINE_FUNCTION bool | equal (const word &s1, const word &s2) |
|
INLINE_FUNCTION_HD real | degree2Radian (const real &theta) |
|
INLINE_FUNCTION_HD real | radian2Degree (const real &phi) |
|