hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DRCEAvgCounts.hpp
Go to the documentation of this file.
1 
14 #ifndef DRCE_AVG_COUNTS_HPP
15 #define DRCE_AVG_COUNTS_HPP
16 
17 #include <iostream>
18 
19 namespace HCE
20 {
21 namespace drce
22 {
23 //-----------------------------------------------------------------------------
24 struct AvgCounts
25 {
26  AvgCounts(void);
27  AvgCounts(const AvgCounts& rhs);
28  AvgCounts(AvgCounts&& rhs);
29 
30  AvgCounts& operator=(const AvgCounts& rhs);
32 
33  void clear(void);
34 
45 };
46 //-----------------------------------------------------------------------------
47 //-----------------------------------------------------------------------------
48 } // end namespace drce
49 } // end namespace HCE
50 
51 #endif // DRCE_AVG_COUNTS_HPP