#ifndef __JLANG__JNUMBER__ #define __JLANG__JNUMBER__ /** * \author mdejong */ namespace JLANG {} namespace JPP { using namespace JLANG; } namespace JLANG { /** * Wrapper class for integer value. */ template struct JNumber { static const int value = N; }; } #endif