Embedded Template Library 1.0
|
#include <variant_legacy.h>
Public Member Functions | |
virtual void | read (typename etl::parameter_type< R1 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R2 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R3 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R4 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R5 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R6 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R7 >::type value)=0 |
virtual void | read (typename etl::parameter_type< R8 >::type value)=0 |
Friends | |
class | variant |
Base reader type functor class. Allows for typesafe access to the stored value types. Define the reader type for 8 types.