StatsCollector.h
Go to the documentation of this file.
00001 #ifndef StatsCollector_H
00002 #define StatsCollector_H
00003 
00004 #include "Const.h"
00005 
00006 //using namespace momdp;
00007 namespace momdp 
00008 {
00009 class StatsCollector
00010 {
00011 public:
00012         StatsCollector(void);
00013         ~StatsCollector(void);
00014 
00015 
00016         static long memoryUsage;
00017         
00018 };
00019 }
00020 
00021 
00022 #endif
00023 


appl
Author(s): petercai
autogenerated on Tue Jan 7 2014 11:02:29