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

Factory for creating script types 더 자세히 ...

#include <typeMaker.hpp>

정적 Public 멤버 함수

template<typename T >
static auto make (const params &ps, const node *ret)
 
template<typename T >
static auto make (const std::string &typeName)
 
template<typename T >
static auto make ()
 
template<typename T >
static auto make (const std::string &typeName, const params &ps, const node *ret) -> decltype(_make((T *) nullptr, typeName, ttype< T >::get(), ps, !std::is_constructible< T >::value, ret))
 

상세한 설명

Factory for creating script types

Template-based factory for generating type objects with proper metadata.


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