types.hh (6214:1ec0ec8933ae) types.hh (7811:a8fc35183c10)
1/*
2 * Copyright (c) 2004-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;

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

48/** All results are doubles. */
49typedef double Result;
50/** vector of results. */
51typedef std::vector<Result> VResult;
52
53typedef unsigned int size_type;
54typedef unsigned int off_type;
55
1/*
2 * Copyright (c) 2004-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;

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

48/** All results are doubles. */
49typedef double Result;
50/** vector of results. */
51typedef std::vector<Result> VResult;
52
53typedef unsigned int size_type;
54typedef unsigned int off_type;
55
56/* namespace Stats */ }
56} // namespace Stats
57
58#endif // __BASE_STATS_TYPES_HH__
57
58#endif // __BASE_STATS_TYPES_HH__