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

Type conversion interface 더 자세히 ...

#include <asable.hpp>

by::asable에 대한 상속 다이어그램 :
by::aser by::ases by::tas< E, T > by::tas< T, Me > by::impliAses by::tscalar< T >::asPrimitive< E, RAW >

Public 멤버 함수

virtual nbool is (const type &from, const type &to) const =0
 
nbool is (const type &from, const type *to) BY_SIDE_FUNC(to
 
nbool is (from, *to)
 
nbool is (const type *from, const type &to) BY_SIDE_FUNC(from
 
nbool is (const type *from, const type *to) BY_SIDE_FUNC(from &&to
 
virtual str as (const node &from, const type &to) const =0
 
str as (const node &from, const type *to) const BY_SIDE_FUNC(to
 
str as (from, *to)
 
str str ())
 
str as (const node *from, const type &to) const BY_SIDE_FUNC(from
 
str as str ())
 
str as (const node *from, const type *to) const BY_SIDE_FUNC(from &&to
 
str as str ())
 

Public 속성

nbool false
 
nbool is from
 
nbool is false
 
str as from
 

상세한 설명

Type conversion interface

Abstract interface for type checking and conversion operations.


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