00001 #ifndef CDB_NTUPLE_PRINT_TYPES_HH 00002 #define CDB_NTUPLE_PRINT_TYPES_HH 00003 00004 // File and Version Information: 00005 // $Id: CdbNTuplePrintTypes.hh,v 1.1 2004/03/30 00:58:44 gapon Exp $ 00006 00007 #include "CdbBase/CdbCommon.hh" 00008 00009 /// N-tuples appearence options recognized by the print tool 00010 00011 struct CdbNTuplePrintTypes { 00012 00013 /// The apearence of the table's frame 00014 00015 typedef enum { OpenFrame, ClosedFrame } FrameType; 00016 00017 /// Choices for a symbol used to draw the tuple's borders 00018 00019 typedef enum { DoubleHashes, SingleXes } FrameBorders; 00020 }; 00021 00022 #endif // CDB_NTUPLE_PRINT_TYPES_HH 00023
1.3-rc3