Go to the documentation of this file.00001 #ifndef realroot_texp_bool_hpp
00002 #define realroot_texp_bool_hpp
00003 
00004 namespace mmx {
00005  namespace texp {
00007   struct true_t {};
00009   struct false_t{};
00011   struct null_t {};
00012  }
00013 }
00014 #endif //realroot_texp_bool_hpp