text.hh (6128:fdfbd4c6e449) text.hh (7460:41550bb10e08)
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;

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

66 virtual void visit(const DistInfo &info);
67 virtual void visit(const VectorDistInfo &info);
68 virtual void visit(const Vector2dInfo &info);
69 virtual void visit(const FormulaInfo &info);
70
71 // Implement Output
72 virtual bool valid() const;
73 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;

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

66 virtual void visit(const DistInfo &info);
67 virtual void visit(const VectorDistInfo &info);
68 virtual void visit(const Vector2dInfo &info);
69 virtual void visit(const FormulaInfo &info);
70
71 // Implement Output
72 virtual bool valid() const;
73 virtual void output();
74
75 // Implement Event Output
76 virtual void event(const std::string &event) {}
77};
78
79bool initText(const std::string &filename, bool desc);
80
81/* namespace Stats */ }
82
83#endif // __BASE_STATS_TEXT_HH__
74};
75
76bool initText(const std::string &filename, bool desc);
77
78/* namespace Stats */ }
79
80#endif // __BASE_STATS_TEXT_HH__