#include <context.h>
- Examples
- example_ForLoop_main.cpp.
Definition at line 25 of file context.h.
◆ Context()
◆ create()
template<class T , class ... X>
static Context state_machine_cpp::Context::create |
( |
X... |
t_args | ) |
|
|
inlinestatic |
◆ execution_time_in_seconds()
double state_machine_cpp::Context::execution_time_in_seconds |
( |
| ) |
const |
|
inline |
◆ get() [1/2]
template<class T >
T& state_machine_cpp::Context::get |
( |
int |
t_layer = -1 | ) |
|
|
inline |
◆ get() [2/2]
template<class T >
const T& state_machine_cpp::Context::get |
( |
int |
t_layer = -1 | ) |
const |
|
inline |
◆ get_relative() [1/2]
template<class T >
T& state_machine_cpp::Context::get_relative |
( |
int |
t_offset | ) |
|
|
inline |
◆ get_relative() [2/2]
template<class T >
const T& state_machine_cpp::Context::get_relative |
( |
int |
t_offset | ) |
const |
|
inline |
◆ has_reached_time_limit()
bool state_machine_cpp::Context::has_reached_time_limit |
( |
| ) |
const |
|
inline |
◆ join()
template<class ... X, class ... Y>
◆ layer()
unsigned int state_machine_cpp::Context::layer |
( |
| ) |
const |
|
inline |
◆ remaining_time_in_seconds()
double state_machine_cpp::Context::remaining_time_in_seconds |
( |
| ) |
const |
|
inline |
◆ set_time_limit_in_seconds()
void state_machine_cpp::Context::set_time_limit_in_seconds |
( |
double |
t_time_limit | ) |
|
|
inline |
◆ state()
The documentation for this class was generated from the following file: