info.hh (9743:436a74146cbc) info.hh (11565:9b9116df5e88)
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;

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

224
225 size_type x;
226 size_type y;
227
228 /** Local storage for the entry values, used for printing. */
229 mutable VCounter cvec;
230
231 void enable();
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;

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

224
225 size_type x;
226 size_type y;
227
228 /** Local storage for the entry values, used for printing. */
229 mutable VCounter cvec;
230
231 void enable();
232
233 virtual Result total() const = 0;
232};
233
234class FormulaInfo : public VectorInfo
235{
236 public:
237 virtual std::string str() const = 0;
238};
239

--- 18 unchanged lines hidden ---
234};
235
236class FormulaInfo : public VectorInfo
237{
238 public:
239 virtual std::string str() const = 0;
240};
241

--- 18 unchanged lines hidden ---