statistics.hh (9857:8301f882a916) statistics.hh (9863:9483739f83ee)
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;

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

326};
327
328template <class Derived, template <class> class InfoProxyType>
329class DataWrapVec : public DataWrap<Derived, InfoProxyType>
330{
331 public:
332 typedef InfoProxyType<Derived> Info;
333
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;

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

326};
327
328template <class Derived, template <class> class InfoProxyType>
329class DataWrapVec : public DataWrap<Derived, InfoProxyType>
330{
331 public:
332 typedef InfoProxyType<Derived> Info;
333
334 DataWrapVec()
335 {}
336
337 DataWrapVec(const DataWrapVec &ref)
338 {}
339
334 // The following functions are specific to vectors. If you use them
335 // in a non vector context, you will get a nice compiler error!
336
337 /**
338 * Set the subfield name for the given index, and marks this stat to print
339 * at the end of simulation.
340 * @param index The subfield index.
341 * @param name The new name of the subfield.

--- 2844 unchanged lines hidden ---
340 // The following functions are specific to vectors. If you use them
341 // in a non vector context, you will get a nice compiler error!
342
343 /**
344 * Set the subfield name for the given index, and marks this stat to print
345 * at the end of simulation.
346 * @param index The subfield index.
347 * @param name The new name of the subfield.

--- 2844 unchanged lines hidden ---