Base type converter. More...
#include <aser.hpp>
Additional Inherited Members | |
Public Member Functions inherited from by::asable | |
| 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 Attributes inherited from by::asable | |
| nbool | false |
| nbool is | from |
| nbool is | false |
| str as | from |
Base type converter.
Base implementation of type conversion interface.