Loading...
Searching...
No Matches
by::asable Class Referenceabstract

Type conversion interface. More...

#include <asable.hpp>

Inheritance diagram for by::asable:
by::aser by::ases by::tas< E, T > by::tas< T, Me > by::impliAses by::tscalar< T >::asPrimitive< E, RAW >

Public Member Functions

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

nbool false
 
nbool is from
 
nbool is false
 
str as from
 

Detailed Description

Type conversion interface.

Abstract interface for type checking and conversion operations.


The documentation for this class was generated from the following file:
to Top