로딩중...
검색중...
일치하는것 없음
macro.hpp 파일 참조

이 파일의 소스 코드 페이지로 가기

매크로

#define __BY__DECL_CLONE(ME)
 Meta-programming macro definitions for byeol type system
 
#define __BY__DECL_TYPE(METATYPE)
 Define super meta type for class type introspection
 

매크로 문서화

◆ __BY__DECL_CLONE

#define __BY__DECL_CLONE ( ME)
값:
public: \
clonable* clone() const override { return new ME(*this); } \
\
private:

Meta-programming macro definitions for byeol type system

◆ __BY__DECL_TYPE

#define __BY__DECL_TYPE ( METATYPE)
값:
public: \
typedef METATYPE metaType; \
const ntype& getType() const override { return ttype<me>::get(); } \
\
private:

Define super meta type for class type introspection