Renderd7-nightly  v0.7.0
MyLibrary::SubclassExample Class Reference

some subclass More...

#include <subclass-example.hpp>

+ Inheritance diagram for MyLibrary::SubclassExample:

Public Member Functions

int virtualfunc () override
 
template<typename T >
std::shared_ptr< std::string > 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. More...
 
- Public Member Functions inherited from MyLibrary::Example
std::string test (const std::string &test)
 brief summary More...
 

Detailed Description

some subclass

Member Function Documentation

◆ virtualfunc()

int MyLibrary::SubclassExample::virtualfunc ( )
overridevirtual
Bug:
second bug
Returns

Implements MyLibrary::Example.

◆ 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 
)
inline

Extra long function with lots of parameters.

Parameters
param1first parameter
param2second parameter
parameter3third parameter