some subclass
More...
#include <subclass-example.hpp>
|
int | virtualfunc () override |
|
template<typename T > |
std::shared_ptr< std::string > | long_function_with_many_parameters (std::shared_ptr< T > ¶m1, std::shared_ptr< std::string > ¶m2, bool parameter3) |
| Extra long function with lots of parameters. More...
|
|
std::string | test (const std::string &test) |
| brief summary More...
|
|
|
static bool | staticfunc () |
|
◆ long_function_with_many_parameters()
template<typename T >
std::shared_ptr<std::string> MyLibrary::SubclassExample::long_function_with_many_parameters |
( |
std::shared_ptr< T > & |
param1, |
|
|
std::shared_ptr< std::string > & |
param2, |
|
|
bool |
parameter3 |
|
) |
| |
Extra long function with lots of parameters.
- Parameters
-
param1 | first parameter |
param2 | second parameter |
parameter3 | third parameter |
◆ virtualfunc()
int MyLibrary::SubclassExample::virtualfunc |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: