open62541pp 0.16.0
C++ wrapper of open62541
|
#include <subclass-example.hpp>
some subclass
Definition at line 12 of file subclass-example.hpp.
Public Member Functions | |
int | virtualfunc () override |
template<typename T > | |
std::shared_ptr< std::string > | function_template_test (std::shared_ptr< T > ¶m) |
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) |
Public Member Functions inherited from MyLibrary::Example | |
std::string | test (const std::string &test) |
Additional Inherited Members | |
Static Public Member Functions inherited from MyLibrary::Example | |
static bool | staticfunc () |
|
overridevirtual |
std::shared_ptr< std::string > MyLibrary::SubclassExample< TemplatedClass >::function_template_test | ( | std::shared_ptr< T > & | param | ) |
Template function function.
|
inline |
Extra long function with lots of parameters and many template types.
Also has a long return type.
param1 | first parameter |
param2 | second parameter |
parameter3 | third parameter |
Definition at line 37 of file subclass-example.hpp.