serialize.hh (9431:8bb372a49e1b) serialize.hh (9554:406fbcf60223)
1/*
2 * Copyright (c) 2002-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;

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

173
174 static int ckptCount;
175 static int ckptMaxCount;
176 static int ckptPrevCount;
177 static void serializeAll(const std::string &cpt_dir);
178 static void unserializeGlobals(Checkpoint *cp);
179};
180
1/*
2 * Copyright (c) 2002-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;

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

173
174 static int ckptCount;
175 static int ckptMaxCount;
176 static int ckptPrevCount;
177 static void serializeAll(const std::string &cpt_dir);
178 static void unserializeGlobals(Checkpoint *cp);
179};
180
181void debug_serialize(const std::string &cpt_dir);
182
181//
182// A SerializableBuilder serves as an evaluation context for a set of
183// parameters that describe a specific instance of a Serializable. This
184// evaluation context corresponds to a section in the .ini file (as
185// with the base ParamContext) plus an optional node in the
186// configuration hierarchy (the configNode member) for resolving
187// Serializable references. SerializableBuilder is an abstract superclass;
188// derived classes specialize the class for particular subclasses of

--- 114 unchanged lines hidden ---
183//
184// A SerializableBuilder serves as an evaluation context for a set of
185// parameters that describe a specific instance of a Serializable. This
186// evaluation context corresponds to a section in the .ini file (as
187// with the base ParamContext) plus an optional node in the
188// configuration hierarchy (the configNode member) for resolving
189// Serializable references. SerializableBuilder is an abstract superclass;
190// derived classes specialize the class for particular subclasses of

--- 114 unchanged lines hidden ---