|
| int | virtualfunc () override |
| |
| template<typename T> |
| std::shared_ptr< std::string > | function_template_test (std::shared_ptr< T > ¶m) |
| | Template function function.
|
| |
| template<typename T, typename Foo, typename Bar, typename Alice, typename Bob, typename Charlie, typename Hello, typename World> |
| std::pair< std::string, std::string > | long_function_with_many_parameters (std::shared_ptr< T > ¶m1, std::shared_ptr< std::string > ¶m2, bool parameter3, Alice paramater4 Bob parameter 5) |
| | Extra long function with lots of parameters and many template types.
|
| |
| std::string | test (const std::string &test) |
| | brief summary
|
| |
template<typename TemplatedClass>
class MyLibrary::SubclassExample< TemplatedClass >
some subclass
template<typename TemplatedClass>
template<typename T, typename Foo, typename Bar, typename Alice, typename Bob, typename Charlie, typename Hello, typename World>
| std::pair< std::string, std::string > MyLibrary::SubclassExample< TemplatedClass >::long_function_with_many_parameters |
( |
std::shared_ptr< T > & | param1, |
|
|
std::shared_ptr< std::string > & | param2, |
|
|
bool | parameter3, |
|
|
Alice paramater4 Bob parameter | 5 ) |
|
inline |
Extra long function with lots of parameters and many template types.
Also has a long return type.
- Parameters
-
| param1 | first parameter |
| param2 | second parameter |
| parameter3 | third parameter |