/search.css" rel="stylesheet" type="text/css"/> /search.js">
00001 00014 #ifndef PERSIMUNOBSERVABLESTATISTICS_H 00015 #define PERSIMUNOBSERVABLESTATISTICS_H 00016 00017 #include "PerSimEvent/PerSimStat.h" 00018 #include <map> 00019 #include <string> 00020 00021 class PerSimUnobservableStatistics { 00022 public: 00023 PerSimUnobservableStatistics(); 00024 ~PerSimUnobservableStatistics(); 00025 00026 std::map<std::string,PerSimStat> stats; 00027 }; 00028 00029 #endif // PERSIMUNOBSERVABLESTATISTICS_H