serialize.cc (5739:27c1d1048c65) serialize.cc (5992:9c04119e93af)
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;

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

346INSTANTIATE_PARAM_TEMPLATES(unsigned short)
347INSTANTIATE_PARAM_TEMPLATES(signed int)
348INSTANTIATE_PARAM_TEMPLATES(unsigned int)
349INSTANTIATE_PARAM_TEMPLATES(signed long)
350INSTANTIATE_PARAM_TEMPLATES(unsigned long)
351INSTANTIATE_PARAM_TEMPLATES(signed long long)
352INSTANTIATE_PARAM_TEMPLATES(unsigned long long)
353INSTANTIATE_PARAM_TEMPLATES(bool)
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;

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

346INSTANTIATE_PARAM_TEMPLATES(unsigned short)
347INSTANTIATE_PARAM_TEMPLATES(signed int)
348INSTANTIATE_PARAM_TEMPLATES(unsigned int)
349INSTANTIATE_PARAM_TEMPLATES(signed long)
350INSTANTIATE_PARAM_TEMPLATES(unsigned long)
351INSTANTIATE_PARAM_TEMPLATES(signed long long)
352INSTANTIATE_PARAM_TEMPLATES(unsigned long long)
353INSTANTIATE_PARAM_TEMPLATES(bool)
354INSTANTIATE_PARAM_TEMPLATES(float)
355INSTANTIATE_PARAM_TEMPLATES(double)
354INSTANTIATE_PARAM_TEMPLATES(string)
355
356
357/////////////////////////////
358
359/// Container for serializing global variables (not associated with
360/// any serialized object).
361class Globals : public Serializable

--- 226 unchanged lines hidden ---
356INSTANTIATE_PARAM_TEMPLATES(string)
357
358
359/////////////////////////////
360
361/// Container for serializing global variables (not associated with
362/// any serialized object).
363class Globals : public Serializable

--- 226 unchanged lines hidden ---