2022 Hyperion Rewrite  0.1.0
Java rewrite of the Titanium Titans (FRC Team #4467)'s 2022 robot, Hyperion
MyLibrary::SubclassExample Class Reference

some subclass More...

#include <subclass-example.hpp>

Inheritance diagram for MyLibrary::SubclassExample:
MyLibrary::Example

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...
 

Additional Inherited Members

- Static Public Member Functions inherited from MyLibrary::Example
static bool staticfunc ()
 

Detailed Description

some subclass

Member Function Documentation

◆ 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
param1first parameter
param2second parameter
parameter3third parameter

◆ virtualfunc()

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

Implements MyLibrary::Example.


The documentation for this class was generated from the following file: