text.hh (4078:3f73f808bbd4) text.hh (4085:4df21265d806)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 58 unchanged lines hidden (view full) ---

67 virtual void visit(const DistData &data);
68 virtual void visit(const VectorDistData &data);
69 virtual void visit(const Vector2dData &data);
70 virtual void visit(const FormulaData &data);
71
72 // Implement Output
73 virtual bool valid() const;
74 virtual void output();
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 58 unchanged lines hidden (view full) ---

67 virtual void visit(const DistData &data);
68 virtual void visit(const VectorDistData &data);
69 virtual void visit(const Vector2dData &data);
70 virtual void visit(const FormulaData &data);
71
72 // Implement Output
73 virtual bool valid() const;
74 virtual void output();
75
76 // Implement Event Output
77 virtual void event(const std::string &event) {}
75};
76
77bool initText(const std::string &filename, bool desc=true, bool compat=true);
78
79/* namespace Stats */ }
80
81#endif // __BASE_STATS_TEXT_HH__
78};
79
80bool initText(const std::string &filename, bool desc=true, bool compat=true);
81
82/* namespace Stats */ }
83
84#endif // __BASE_STATS_TEXT_HH__