#include <state_id.h>
- Examples
- example_ForLoop_main.cpp.
Definition at line 23 of file state_id.h.
◆ Id() [1/3]
state_machine_cpp::State::Id::Id |
( |
const char * |
t_name | ) |
|
|
explicitnoexcept |
◆ Id() [2/3]
state_machine_cpp::State::Id::Id |
( |
const Id & |
| ) |
|
|
delete |
◆ Id() [3/3]
state_machine_cpp::State::Id::Id |
( |
Id && |
| ) |
|
|
delete |
◆ equals_to()
bool state_machine_cpp::State::Id::equals_to |
( |
const Id & |
t_rhs | ) |
const |
|
inlineoverrideprotectedvirtual |
◆ name()
const std::string & state_machine_cpp::State::Id::name |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Id& state_machine_cpp::State::Id::operator= |
( |
const Id & |
| ) |
|
|
delete |
◆ operator=() [2/2]
Id& state_machine_cpp::State::Id::operator= |
( |
Id && |
| ) |
|
|
delete |
◆ operator[]()
State::Instance state_machine_cpp::State::Id::operator[] |
( |
unsigned int |
t_layer | ) |
const |
◆ hash< State::Id >
◆ m_hash
const std::size_t state_machine_cpp::State::Id::m_hash |
◆ m_name
const std::string state_machine_cpp::State::Id::m_name |
The documentation for this struct was generated from the following file: