Core utility functions. More...
#include <util.hpp>
Static Public Member Functions | |
| static typeAttr | checkTypeAttr (const std::string &name) |
| static typeAttr | checkTypeAttr (const std::string *it) BY_SIDE_FUNC(checkTypeAttr) |
| static std::string | getEvalTypeFrom (const node &n) |
| static std::string | getEvalTypeFrom (const node *it) BY_SIDE_FUNC(getEvalTypeFrom) |
| static std::string | joinVectorString (const std::vector< std::string > &container) |
| static std::string | joinVectorString (const tucontainable< nStr, nStr *, nStr & > &container) |
Static Public Attributes | |
| static constexpr const nchar * | FILE_EXTENSION = "byeol" |
| static const std::string | FILE_REGEX |
Core utility functions.
Static utility methods for type checking and evaluation operations.
|
inlinestatic |