Jpp  15.0.0-rc.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
JDate_t.hh
Go to the documentation of this file.
1 #ifndef __JDB_JDATE_T__
2 #define __JDB_JDATE_T__
3 
4 #include "Jeep/JDate.hh"
5 
6 
7 /**
8  * \author mdejong
9  */
10 namespace JDATABASE {}
11 namespace JPP { using namespace JDATABASE; }
12 
13 namespace JDATABASE {
14 
15  typedef JEEP::JDate<'/'> JDate_t;
16 }
17 
18 #endif
Auxiliary class for simple date.
Definition: Jeep/JDate.hh:39
JEEP::JDate<'/'> JDate_t
Definition: JDate_t.hh:15