Type conversion interface 더 자세히 ...
#include <asable.hpp>
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.