|
int | state |
|
const std::string | str1 {"default1"} |
|
const std::string | str2 {"default2"} |
|
Definition at line 18 of file test_virtual_functions.cpp.
◆ ExampleVirt() [1/3]
ExampleVirt::ExampleVirt |
( |
int |
state | ) |
|
|
inlineexplicit |
◆ ExampleVirt() [2/3]
◆ ExampleVirt() [3/3]
◆ ~ExampleVirt()
virtual ExampleVirt::~ExampleVirt |
( |
| ) |
|
|
inlinevirtual |
◆ get_string1()
virtual const std::string& ExampleVirt::get_string1 |
( |
| ) |
|
|
inlinevirtual |
◆ get_string2()
virtual const std::string* ExampleVirt::get_string2 |
( |
| ) |
|
|
inlinevirtual |
◆ pure_virtual()
virtual void ExampleVirt::pure_virtual |
( |
| ) |
|
|
pure virtual |
◆ run()
virtual int ExampleVirt::run |
( |
int |
value | ) |
|
|
inlinevirtual |
◆ run_bool()
virtual bool ExampleVirt::run_bool |
( |
| ) |
|
|
pure virtual |
◆ state
◆ str1
const std::string ExampleVirt::str1 {"default1"} |
|
private |
◆ str2
const std::string ExampleVirt::str2 {"default2"} |
|
private |
The documentation for this class was generated from the following file: