2023 Charge Up
0.1.0
Code for the Titanium Titans (FRC Team #4467)'s 2023 robot
|
some subclass More...
#include <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 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. More... | |
![]() | |
std::string | test (const std::string &test) |
brief summary More... | |
Additional Inherited Members | |
![]() | |
static bool | staticfunc () |
some subclass
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 | ||
) |
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 |
|
overridevirtual |