info.hh (7505:7772a8bf76ee) info.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2003-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;

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

227
228class FormulaInfo : public VectorInfo
229{
230 public:
231 virtual std::string str() const = 0;
232};
233
234
1/*
2 * Copyright (c) 2003-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;

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

227
228class FormulaInfo : public VectorInfo
229{
230 public:
231 virtual std::string str() const = 0;
232};
233
234
235/* namespace Stats */ }
235} // namespace Stats
236
237#endif // __BASE_STATS_INFO_HH__
236
237#endif // __BASE_STATS_INFO_HH__