PLCnext API Documentation
22.9.0.33
|
Base class for libraries providing meta data More...
#include <MetaLibraryBase.hpp>
Public Member Functions | |
MetaLibraryBase (AppDomain &appDomain, const Version &buildVersion, TypeDomain &typeDomain) | |
Constructs an MetaLibraryBase instance. More... | |
MetaLibraryBase (const MetaLibraryBase &arg)=default | |
Copy constructor. More... | |
MetaLibraryBase & | operator= (const MetaLibraryBase &arg)=default |
Assignment operator. More... | |
~MetaLibraryBase (void) override=default | |
Destructs this instance and frees all resources. More... | |
TypeDomain & | GetTypeDomain () |
const char * | GetNamespace (void) override |
Gets the namespace of this library. More... | |
ITypeInfoProvider & | GetTypeInfoProvider (bool useBackgroundDomain) override |
Gets the ITypeInfoProvider of this library. More... | |
IChangeNavigator * | GetChangeNavigator (void) override |
Gets the specialized IChangeNavigator of this component. More... | |
![]() | |
LibraryBase (AppDomain &appDomain, const Version &buildVersion) | |
Constructs an isntance of class LibraryBase. More... | |
virtual | ~LibraryBase (void)=default |
The default destructor. More... | |
IComponentFactory & | GetComponentFactory (void) override |
Gets the component factory of this library to create instances of its provided components. More... | |
const Version & | GetBuildVersion (void) const override |
Gets the SDK version of the SDK used to build the shared library. More... | |
![]() | |
ILibrary (void)=default | |
The default constructor. More... | |
virtual | ~ILibrary (void)=default |
The default destructor. More... | |
Additional Inherited Members | |
![]() | |
typedef ILibrary * | Ptr |
The pointer type of this interface. More... | |
typedef ILibrary &(* | MainEntry) (AppDomain &appDomain) |
This is the prototype of the main entry point of any library which shall be loaded dynamically by the Acf. More... | |
![]() | |
using | Ptr = std::shared_ptr< IMetaLibrary > |
std::shared_ptr to IMetaLibrary More... | |
![]() | |
typedef void(* | Main) (AppDomain &appDomain) |
This is the prototype of the (static) entry point or auxiliary operation of any library class. More... | |
![]() | |
IMetaLibrary (void)=default | |
Constructs an IMetaLibrary instance. More... | |
virtual | ~IMetaLibrary (void)=default |
Destructs this instance and frees all resources. More... | |
![]() | |
ComponentFactory | componentFactory |
This field is used to register library specific component factory methods. | |
Base class for libraries providing meta data
|
inline |
Constructs an MetaLibraryBase instance.
appDomain | Reference to the current AppDomain |
buildVersion | Version of this library |
typeDomain | Refrence to this library's TypeDomain |
|
default |
Copy constructor.
|
overridedefault |
Destructs this instance and frees all resources.
|
inlineoverridevirtual |
Gets the specialized IChangeNavigator of this component.
nullptr
if it's not provided.Implements Arp::Plc::Commons::Meta::IMetaLibrary.
|
inlineoverridevirtual |
Gets the namespace of this library.
Implements Arp::Plc::Commons::Meta::IMetaLibrary.
|
inlineoverridevirtual |
Gets the ITypeInfoProvider of this library.
useBackgroundDomain | true if the provider of the background domain should be returned, otherwise false . |
Implements Arp::Plc::Commons::Meta::IMetaLibrary.
|
default |
Assignment operator.