state_machine_cpp
|
#include <__comparable.h>
Public Member Functions | |
bool | operator== (const T &t_rhs) const |
bool | operator!= (const T &t_rhs) const |
Protected Member Functions | |
virtual bool | equals_to (const T &t_rhs) const =0 |
Definition at line 11 of file __comparable.h.
|
protectedpure virtual |
Implemented in state_machine_cpp::State::Instance, and state_machine_cpp::State::Id.
|
inline |
Definition at line 21 of file __comparable.h.
|
inline |
Definition at line 20 of file __comparable.h.