로딩중...
검색중...
일치하는것 없음
by::tnameGetter< T > 구조체 템플릿 참조

Template name getter for type introspection 더 자세히 ...

#include <rtti.hpp>

정적 Public 멤버 함수

static const nchargetRawName ()
 
static std::string getName ()
 

상세한 설명

template<typename T>
struct by::tnameGetter< T >

Template name getter for type introspection

TClass is a class template using monostate pattern. so it duplicates all static variables on each modules and it causes that can't check hierarchy properly. sure, I can exports them,template classes, as external symbol for 3rd party modules to link and make it act well. but this requires user to declare another macro or statements such as burden to get them be annoy. instead of that, I put those inside of static symbols at normal nested private class. now, TClass of course will be duplicated on each modules and code bloated but it will act like proxy pointing this nested class.

in conclusion, users can ignore this background reasons and use CLASS macro without additional consideration.


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: