$darkmode
Qore EmpathicBuildingDataProvider Module Reference 1.0
EmpathicBuildingDataProvider::EmpathicBuildingDataProviderFactory Class Reference

The Empathi cBuilding data provider factory: empathicbuilding. More...

#include <EmpathicBuildingDataProviderFactory.qc.dox.h>

Inheritance diagram for EmpathicBuildingDataProvider::EmpathicBuildingDataProviderFactory:

Protected Member Functions

Qore::Reflection::Class getClassImpl ()
 Returns the class for the data provider object.
 
hash< DataProvider::DataProviderFactoryInfogetInfoImpl ()
 Returns static factory information without provider_info. More...
 
hash< DataProvider::DataProviderInfogetProviderInfoImpl ()
 Returns static provider information. More...
 

Protected Attributes

const FactoryInfo
 Factory info.
 

Static Protected Attributes

static Class cls = new Class("EmpathicBuildingDataProvider")
 Data provider type info.
 

Detailed Description

The Empathi cBuilding data provider factory: empathicbuilding.

Member Function Documentation

◆ getInfoImpl()

hash< DataProvider::DataProviderFactoryInfo > EmpathicBuildingDataProvider::EmpathicBuildingDataProviderFactory::getInfoImpl ( )
protectedvirtual

Returns static factory information without provider_info.

Returns
static factory information without provider_info which is provided by getProviderInfo()

Implements DataProvider::AbstractDataProviderFactory.

◆ getProviderInfoImpl()

hash< DataProvider::DataProviderInfo > EmpathicBuildingDataProvider::EmpathicBuildingDataProviderFactory::getProviderInfoImpl ( )
protectedvirtual

Returns static provider information.

Note
the name and children attributes are not returned as they are dynamic attributes

Implements DataProvider::AbstractDataProviderFactory.