#include <componentversion.h>
Implementation helper. You typically want to use DECLARE_COMPONENT_VERSION() instead.
Definition at line 13 of file componentversion.h.
componentversion_impl_simple::componentversion_impl_simple |
( |
const char * |
p_name, |
|
|
const char * |
p_version, |
|
|
const char * |
p_about |
|
) |
| |
|
inlineexplicit |
virtual void componentversion_impl_simple::get_about_message |
( |
pfc::string_base & |
out | ) |
|
|
inlinevirtual |
virtual void componentversion_impl_simple::get_component_name |
( |
pfc::string_base & |
out | ) |
|
|
inlinevirtual |
virtual void componentversion_impl_simple::get_component_version |
( |
pfc::string_base & |
out | ) |
|
|
inlinevirtual |
virtual void componentversion_impl_simple::get_file_name |
( |
pfc::string_base & |
out | ) |
|
|
inlinevirtual |
Implements componentversion.
Definition at line 17 of file componentversion.h.
const char * get_my_file_name()
Retrieves filename of calling dll, excluding extension, e.g. "foo_asdf".
virtual void set_string(const char *p_string, t_size p_length=~0)
const char * componentversion_impl_simple::about |
|
private |
const char* componentversion_impl_simple::name |
|
private |
const char * componentversion_impl_simple::version |
|
private |
The documentation for this class was generated from the following file: