| OpenEnroth 9cf7432
    | 
#include <FsmAction.h>
| Public Member Functions | |
| operator bool () const | |
| bool | operator! () const | 
| const std::string & | transitionName () const | 
| Static Public Member Functions | |
| static FsmAction | none () | 
| static FsmAction | transition (std::string_view transitionName) | 
| Private Attributes | |
| std::string | _transitionName | 
| 
 | static | 
| FsmAction::operator bool | ( | ) | const | 
| bool FsmAction::operator! | ( | ) | const | 
| 
 | static | 
| const std::string & FsmAction::transitionName | ( | ) | const | 
| 
 | private |