Bool struct
#include <GenericTypeWrapper.h>
Wrapper class for bool.
Contents
Base classes
- struct Generic
- Generic is used to capture type string and the following primitives: double, integer, bool. Once captured, it has methods to convert to the appropriate type. Currently only getDouble() and getString() are implemented. Generic is not instantiable and is used for polymorphic behaviors. Only sub-classes can be constructed.
Constructors, destructors, conversion operators
Public functions
- auto type() const -> GenericType virtual
- Returns data type.
Public variables
- bool data