My Project
Loading...
Searching...
No Matches
Controller.hh
Go to the documentation of this file.
1
#include "
Algo.hh
"
2
3
class
Controller
{
4
public
:
5
explicit
Controller
(
int
,
char
*[]);
6
void
start
();
7
private
:
8
std::unique_ptr<Algo>
_algo
;
9
};
Algo.hh
Controller::Controller
Controller(int, char *[])
Definition
Controller.cc:3
Controller::start
void start()
Definition
Controller.cc:11
Controller::_algo
std::unique_ptr< Algo > _algo
Definition
Controller.hh:8
include
Controller.hh
Generated by
1.13.0