Jpp  16.0.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JTwosome.hh
Go to the documentation of this file.
1 #ifndef __JLANG__JTWOSOME__
2 #define __JLANG__JTWOSOME__
3 
4 
5 /**
6  * \author mdejong
7  */
8 
9 namespace JLANG {}
10 namespace JPP { using namespace JLANG; }
11 
12 namespace JLANG {
13 
14 
15  /**
16  * Enumeration for two of a kind.
17  */
18  enum JTwosome { LEFT = 0, RIGHT };
19 }
20 
21 #endif
JTwosome
Enumeration for two of a kind.
Definition: JTwosome.hh:18