ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-4/src/io/StatWriter.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-4/src/io/StatWriter.hpp (file contents):
Revision 1727 by tim, Thu Nov 11 16:41:58 2004 UTC vs.
Revision 1819 by tim, Wed Dec 1 22:45:49 2004 UTC

# Line 34 | Line 34
34  
35   #ifndef IO_STATWRITER_HPP
36   #define IO_STATWRITER_HPP
37 <
38 < #include <string.h>
39 < #include <iostream>
37 > #include <bitset>
38   #include <fstream>
39 + #include <iostream>
40 + #include <string.h>
41  
42   #include "brains/Stats.hpp"
43  
44   namespace oopse {
45  
46 < typedef std::bitset<Stats::ENDINDEX-Stats:BEGININDEX> StatsBitSet;
46 > typedef std::bitset<Stats::ENDINDEX-Stats::BEGININDEX> StatsBitSet;
47  
48   /**
49   * DefaultStatsBitSet includes
# Line 68 | Line 68 | class StatWriter {
68          ~StatWriter();
69  
70          void writeTitle();
71 <        void writeStat(Stats* s);
71 >        void writeStat(const Stats& s);
72  
73          StatsBitSet getMask() {
74              return mask_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines