/home/coin/SVN-release/CoinAll-1.1.0/Bcp/src/include/BCP_cg_param.hpp

Go to the documentation of this file.
00001 // Copyright (C) 2000, International Business Machines
00002 // Corporation and others.  All Rights Reserved.
00003 #ifndef _BCP_CG_PARAM_H
00004 #define _BCP_CG_PARAM_H
00005 
00006 // This file is fully docified.
00007 
00012 struct BCP_cg_par{
00015    enum chr_params{
00019       MessagePassingIsSerial,
00022       ReportWhenDefaultIsExecuted,
00024       CgVerb_First,
00026       CgVerb_Last,
00027       //
00028       end_of_chr_params
00029    };
00030 
00032    enum int_params{
00048       NiceLevel,
00049       //
00050       end_of_int_params
00051    };
00052 
00054    enum dbl_params{
00055       dbl_dummy,
00056       //
00057       end_of_dbl_params
00058    };
00059 
00061    enum str_params{
00066       LogFileName,
00067       //
00068       end_of_str_params
00069    };
00070    
00072    enum str_array_params{
00073       str_array_dummy,
00074       //
00075       end_of_str_array_params
00076    };
00077 
00078 };
00079 
00080 #endif

Generated on Sun Nov 14 14:06:29 2010 for Coin-All by  doxygen 1.4.7