/home/coin/SVN-release/CoinAll-1.1.0/Bcp/src/include/BCP_vg_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_VG_PARAM_H
00004 #define _BCP_VG_PARAM_H
00005 
00006 struct BCP_vg_par{
00007    enum chr_params{
00011       MessagePassingIsSerial,
00014       ReportWhenDefaultIsExecuted,
00015       //
00016       end_of_chr_params
00017    };
00018    enum int_params{
00034       NiceLevel,
00035       //
00036       end_of_int_params
00037    };
00038    enum dbl_params{
00039       dbl_dummy,
00040       //
00041       end_of_dbl_params
00042    };
00043    enum str_params{
00044       LogFileName,
00045       //
00046       end_of_str_params
00047    };
00048    enum str_array_params{
00049       str_array_dummy,
00050       //
00051       end_of_str_array_params
00052    };
00053 
00054 };
00055 
00056 #endif

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