Core utility functions 더 자세히 ...
#include <util.hpp>
정적 Public 멤버 함수 | |
| 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) |
정적 Public 속성 | |
| 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 |