info.hh (8666:97d873b8b13e) info.hh (9743:436a74146cbc)
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;

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

52/** Print the cumulative percentage of total upto this entry. */
53const FlagsType cdf = 0x0040;
54/** Print the distribution. */
55const FlagsType dist = 0x0080;
56/** Don't print if this is zero. */
57const FlagsType nozero = 0x0100;
58/** Don't print if this is NAN */
59const FlagsType nonan = 0x0200;
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;

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

52/** Print the cumulative percentage of total upto this entry. */
53const FlagsType cdf = 0x0040;
54/** Print the distribution. */
55const FlagsType dist = 0x0080;
56/** Don't print if this is zero. */
57const FlagsType nozero = 0x0100;
58/** Don't print if this is NAN */
59const FlagsType nonan = 0x0200;
60/** Print all values on a single line. Useful only for histograms. */
61const FlagsType oneline = 0x0400;
60
61/** Mask of flags that can't be set directly */
62const FlagsType __reserved = init | display;
63
64struct StorageParams;
65struct Output;
66
67class Info

--- 188 unchanged lines hidden ---
62
63/** Mask of flags that can't be set directly */
64const FlagsType __reserved = init | display;
65
66struct StorageParams;
67struct Output;
68
69class Info

--- 188 unchanged lines hidden ---