Orxonox
0.0.5 Codename: Arcturus
|
Classes | |
struct | EnumToType |
Enables function overloading with integer values. More... | |
Typedefs | |
typedef EnumToType< Hold > | THold |
typedef EnumToType< Press > | TPress |
typedef EnumToType< Release > | TRelease |
Enumerations | |
enum | Value { Press, Release, Hold } |
Helper enum to deploy events with the help of templates. More... | |
typedef EnumToType<Hold> orxonox::ButtonEvent::THold |
typedef EnumToType<Press> orxonox::ButtonEvent::TPress |