로딩중...
검색중...
일치하는것 없음
by::util 클래스 참조

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 ncharFILE_EXTENSION = "byeol"
 
static const std::string FILE_REGEX
 

상세한 설명

Core utility functions

Static utility methods for type checking and evaluation operations.

멤버 데이터 문서화

◆ FILE_REGEX

const std::string by::util::FILE_REGEX
inlinestatic
초기값:
=
std::string("[^\\@\\#\\$\\%\\[\\]\\+\\\\\\|\\<\\>\\=\\!\\^\\&\\*\\(\\)\\{\\}\\n\\s]+\\.") +
util::FILE_EXTENSION

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.:
to Top