#include <Car.h>
|
| ~Car () override=default |
|
| Car (const std::shared_ptr< GOptions > &g) |
|
virtual void | go ()=0 |
|
void | set_loggers (const std::shared_ptr< GOptions > &g) |
|
Definition at line 11 of file Car.h.
◆ ~Car()
◆ Car()
Car::Car |
( |
const std::shared_ptr< GOptions > & | g | ) |
|
|
inlineexplicit |
Definition at line 16 of file Car.h.
◆ go()
◆ instantiate()
static Car * Car::instantiate |
( |
const dlhandle | h, |
|
|
std::shared_ptr< GOptions > | g ) |
|
inlinestatic |
Definition at line 45 of file Car.h.
◆ set_loggers()
void Car::set_loggers |
( |
const std::shared_ptr< GOptions > & | g | ) |
|
|
inline |
Definition at line 21 of file Car.h.
◆ generalCarVar
double Car::generalCarVar = 44 |
Definition at line 23 of file Car.h.
The documentation for this class was generated from the following file: