Zero  0.1.0
propstats.h
Go to the documentation of this file.
1 #ifndef __PROPSTATS_H
2 #define __PROPSTATS_H
3 
4 #include "command.h"
5 
6 class PropStats : public LogScannerCommand {
7 public:
8  void run();
9 
10  void setupOptions();
11 
12 private:
13  size_t psize;
14 };
15 
16 #endif // __PROPSTATS_H
Definition: propstats.h:6
void setupOptions()
Definition: propstats.cpp:236
void run()
Definition: propstats.cpp:245
Definition: command.h:70
size_t psize
Definition: propstats.h:13