$treeview $search $mathjax
00001 #ifndef __STDAIR_STDAIR_EVENT_TYPES_HPP 00002 #define __STDAIR_STDAIR_EVENT_TYPES_HPP 00003 00004 // ////////////////////////////////////////////////////////////////////// 00005 // Import section 00006 // ////////////////////////////////////////////////////////////////////// 00007 // STL 00008 #include <string> 00009 00010 namespace stdair { 00011 00012 // //////// Type definitions ///////// 00014 typedef std::string EventName_T; 00015 00017 typedef double NbOfEvents_T; 00018 00020 typedef std::string EventGeneratorKey_T; 00021 00022 } 00023 #endif // __STDAIR_STDAIR_EVENT_TYPES_HPP