Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CdbNTuplePrintTypes.hh

Go to the documentation of this file.
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 

Generated on Mon Dec 5 18:22:07 2005 for CDB by doxygen1.3-rc3