AnitaRing – Enumeration for the three rings. More...
Typedefs | |
typedef enum AnitaRing::EAnitaRing | AnitaRing_t |
Ring enumeration. | |
Enumerations | |
enum | EAnitaRing { kTopRing = 0, kUpperRing = kTopRing, kMiddleRing = 1, kLowerRing = kMiddleRing, kBottomRing = 2, kNadirRing =kBottomRing, kNotARing } |
Functions | |
const char * | ringAsString (AnitaRing::AnitaRing_t ring) |
Returns the ring as a character string. | |
char | ringAsChar (AnitaRing::AnitaRing_t ring) |
Returns the ring as a character string. | |
AnitaRing – Enumeration for the three rings.
Really that's all there is to it.
Enumerator | |
---|---|
kTopRing |
The Top Ring. |
kMiddleRing |
The Middle Ring. |
kBottomRing |
The Bottom Ring. |
kNotARing |
Useful in for loops. |
Definition at line 176 of file AnitaConventions.h.