text.hh (8229:78bf55f23338) text.hh (8296:be7f03723412)
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;

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

65 virtual void visit(const VectorInfo &info);
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;
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;

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

65 virtual void visit(const VectorInfo &info);
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();
73 virtual void begin();
74 virtual void end();
74};
75
75};
76
76bool initText(const std::string &filename, bool desc);
77Output *initText(const std::string &filename, bool desc);
77
78} // namespace Stats
79
80#endif // __BASE_STATS_TEXT_HH__
78
79} // namespace Stats
80
81#endif // __BASE_STATS_TEXT_HH__