Loading...
Searching...
No Matches
by::aser Class Reference

Base type converter. More...

#include <aser.hpp>

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

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
 

Detailed Description

Base type converter.

Base implementation of type conversion interface.


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