aligator  0.14.0
A primal-dual augmented Lagrangian-type solver for nonlinear trajectory optimization.
Loading...
Searching...
No Matches
MyLibrary::SubclassExample< TemplatedClass > Class Template Reference

some subclass More...

#include </home/runner/work/aligator/aligator/doc/doxygen-awesome-css/include/MyLibrary/subclass-example.hpp>

Inheritance diagram for MyLibrary::SubclassExample< TemplatedClass >:
[legend]
Collaboration diagram for MyLibrary::SubclassExample< TemplatedClass >:
[legend]

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

template<typename TemplatedClass>
class MyLibrary::SubclassExample< TemplatedClass >

some subclass

Definition at line 12 of file subclass-example.hpp.

Member Function Documentation

◆ virtualfunc()

template<typename TemplatedClass>
int MyLibrary::SubclassExample< TemplatedClass >::virtualfunc ( )
overridevirtual
Bug
second bug
Returns

Implements MyLibrary::Example.

◆ function_template_test()

template<typename TemplatedClass>
template<typename T>
std::shared_ptr< std::string > MyLibrary::SubclassExample< TemplatedClass >::function_template_test ( std::shared_ptr< T > & param)

Template function function.

◆ long_function_with_many_parameters()

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

Definition at line 37 of file subclass-example.hpp.


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