icedb
version 0.5.1
Snow particle scattering database API
|
#include <unitsPlugins.hpp>
Public Types | |
typedef registry::const_options_ptr | optsType |
typedef std::function< bool(optsType)> | canConvertType |
typedef std::function< std::shared_ptr< const Unithandler >optsType)> | constructType |
Public Member Functions | |
Converter_registry_provider () | |
~Converter_registry_provider () | |
Public Attributes | |
canConvertType | canConvert |
constructType | constructConverter |
const char * | name |
Definition at line 14 of file unitsPlugins.hpp.
typedef std::function<bool(optsType)> icedb::units::implementations::Converter_registry_provider::canConvertType |
Definition at line 20 of file unitsPlugins.hpp.
typedef std::function<std::shared_ptr<const Unithandler>optsType)> icedb::units::implementations::Converter_registry_provider::constructType |
Definition at line 22 of file unitsPlugins.hpp.
typedef registry::const_options_ptr icedb::units::implementations::Converter_registry_provider::optsType |
Definition at line 19 of file unitsPlugins.hpp.
icedb::units::implementations::Converter_registry_provider::Converter_registry_provider | ( | ) |
Definition at line 17 of file unitsPlugins.cpp.
icedb::units::implementations::Converter_registry_provider::~Converter_registry_provider | ( | ) |
Definition at line 18 of file unitsPlugins.cpp.
canConvertType icedb::units::implementations::Converter_registry_provider::canConvert |
Definition at line 21 of file unitsPlugins.hpp.
constructType icedb::units::implementations::Converter_registry_provider::constructConverter |
Definition at line 23 of file unitsPlugins.hpp.
const char* icedb::units::implementations::Converter_registry_provider::name |
Definition at line 24 of file unitsPlugins.hpp.