|
ADTF
|
#include <class_info.h>
Inherits adtf::ucom::catwo::object< IClassInfo >.
Public Member Functions | |
| cClassInfo (const IClassInfo &) | |
| cClassInfo & | operator= (const cClassInfo &)=delete |
| cClassInfo (cClassInfo &&)=default | |
| cClassInfo & | operator= (cClassInfo &&)=default |
| virtual | ~cClassInfo ()=default |
| Default destructor. | |
| const char * | GetCID () const override |
| const char * | GetCLabel () const override |
| iterator_adapter< const tDependencyDescription, pointer_iterator > | GetCDependencies () const override |
| iterator_adapter< const tNamedVersion, pointer_iterator > | GetCVersions () const override |
Public Member Functions inherited from adtf::ucom::catwo::object< IClassInfo > | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
| tResult | GetInterface (const char *i_strIID, void *&o_pInterface) override |
| Query interfaces on an object. | |
| tResult | GetInterface (const char *i_strIID, const void *&o_pInterface) const override |
| Provides const correct interface querying. | |
| void | Destroy () const override |
| Switch from non-virtual destructor to virtual destructor. | |
Public Member Functions inherited from adtf::ucom::ant::IObject | |
| ADTF_IID (IObject, "object.ant.ucom.adtf.iid") | |
Friends | |
| template<typename> | |
| struct | adtf::ucom::ant::detail::class_info_detail |
Additional Inherited Members | |
Protected Member Functions inherited from adtf::ucom::ant::IObject | |
| ~IObject ()=default | |
| Protected destructor --> Only the final implementation can be destroyed! | |
The Helper Storage Class for a IClassInfo.