|
foobar2000 SDK
2015-01-14
|
#include <componentversion.h>
Inheritance diagram for componentversion_impl_copy:Public Member Functions | |
| componentversion_impl_copy (const char *p_name, const char *p_version, const char *p_about) | |
| virtual void | get_about_message (pfc::string_base &out) |
| virtual void | get_component_name (pfc::string_base &out) |
| virtual void | get_component_version (pfc::string_base &out) |
| virtual void | get_file_name (pfc::string_base &out) |
Public Member Functions inherited from componentversion | |
| FB2K_MAKE_SERVICE_INTERFACE_ENTRYPOINT (componentversion) | |
Public Member Functions inherited from service_base | |
| template<typename outPtr_t > | |
| bool | cast (outPtr_t &outPtr) |
| virtual int | service_add_ref ()=0 throw () |
| virtual bool | service_query (service_ptr_t< service_base > &p_out, const GUID &p_guid) |
| template<class T > | |
| bool | service_query_t (service_ptr_t< T > &p_out) |
| virtual int | service_release ()=0 throw () |
Private Attributes | |
| pfc::string8 | about |
| pfc::string8 | name |
| pfc::string8 | version |
Additional Inherited Members | |
Public Types inherited from service_base | |
| typedef service_base | t_interface |
Protected Member Functions inherited from service_base | |
| service_base () | |
| ~service_base () | |
Implementation helper. You typically want to use DECLARE_COMPONENT_VERSION() instead.
Definition at line 25 of file componentversion.h.
|
inlineexplicit |
Definition at line 33 of file componentversion.h.
|
inlinevirtual |
Implements componentversion.
Definition at line 32 of file componentversion.h.
|
inlinevirtual |
Implements componentversion.
Definition at line 30 of file componentversion.h.
|
inlinevirtual |
Implements componentversion.
Definition at line 31 of file componentversion.h.
|
inlinevirtual |
Implements componentversion.
Definition at line 29 of file componentversion.h.
|
private |
Definition at line 26 of file componentversion.h.
|
private |
Definition at line 26 of file componentversion.h.
|
private |
Definition at line 26 of file componentversion.h.
1.8.9.1