OVERRIDE_ENTRY(bool, bool, 1, callerGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, referencedByRelation ) \
OVERRIDE_ENTRY(bool, bool, 1, referencesRelation ) \
OVERRIDE_ENTRY(bool, bool, 1, inlineSource ) \
OVERRIDE_ENTRY(bool, bool, 1, includeGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, includedByGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, directoryGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, collaborationGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, groupGraph ) \
OVERRIDE_ENTRY(bool, bool, 1, enumValues ) \
OVERRIDE_ENTRY(CLASS_GRAPH_t, int, 3, inheritanceGraph )
#define OVERRIDE_ENTRY(type, store_type, bits, name)
38#define COMMAND_OVERRIDES \
39 OVERRIDE_ENTRY(bool, bool, 1, callGraph ) \
40 OVERRIDE_ENTRY(bool, bool, 1, callerGraph ) \
41 OVERRIDE_ENTRY(bool, bool, 1, referencedByRelation ) \
42 OVERRIDE_ENTRY(bool, bool, 1, referencesRelation ) \
43 OVERRIDE_ENTRY(bool, bool, 1, inlineSource ) \
44 OVERRIDE_ENTRY(bool, bool, 1, includeGraph ) \
45 OVERRIDE_ENTRY(bool, bool, 1, includedByGraph ) \
46 OVERRIDE_ENTRY(bool, bool, 1, directoryGraph ) \
47 OVERRIDE_ENTRY(bool, bool, 1, collaborationGraph ) \
48 OVERRIDE_ENTRY(bool, bool, 1, groupGraph ) \
49 OVERRIDE_ENTRY(bool, bool, 1, enumValues ) \
50 OVERRIDE_ENTRY(CLASS_GRAPH_t, int, 3, inheritanceGraph )