icedb  version 0.5.1
Snow particle scattering database API
Public Types | Public Member Functions | Public Attributes | List of all members
icedb::units::implementations::Converter_registry_provider Class Reference

#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
 

Detailed Description

Definition at line 14 of file unitsPlugins.hpp.

Member Typedef Documentation

◆ canConvertType

Definition at line 20 of file unitsPlugins.hpp.

◆ constructType

Definition at line 22 of file unitsPlugins.hpp.

◆ optsType

Definition at line 19 of file unitsPlugins.hpp.

Constructor & Destructor Documentation

◆ Converter_registry_provider()

icedb::units::implementations::Converter_registry_provider::Converter_registry_provider ( )

Definition at line 17 of file unitsPlugins.cpp.

17 {}

◆ ~Converter_registry_provider()

icedb::units::implementations::Converter_registry_provider::~Converter_registry_provider ( )

Definition at line 18 of file unitsPlugins.cpp.

18 {}

Member Data Documentation

◆ canConvert

canConvertType icedb::units::implementations::Converter_registry_provider::canConvert

Definition at line 21 of file unitsPlugins.hpp.

◆ constructConverter

constructType icedb::units::implementations::Converter_registry_provider::constructConverter

Definition at line 23 of file unitsPlugins.hpp.

◆ name

const char* icedb::units::implementations::Converter_registry_provider::name

Definition at line 24 of file unitsPlugins.hpp.


The documentation for this class was generated from the following files: