Bcp  1.4.4
BCP_cg_param.hpp
Go to the documentation of this file.
1 // Copyright (C) 2000, International Business Machines
2 // Corporation and others. All Rights Reserved.
3 #ifndef _BCP_CG_PARAM_H
4 #define _BCP_CG_PARAM_H
5 
6 // This file is fully docified.
7 
12 struct BCP_cg_par{
15  enum chr_params{
27  //
29  };
30 
32  enum int_params{
49  //
51  };
52 
54  enum dbl_params{
56  //
58  };
59 
61  enum str_params{
67  //
69  };
70 
74  //
76  };
77 
78 };
79 
80 #endif
BCP_cg_par::str_array_dummy
@ str_array_dummy
Definition: BCP_cg_param.hpp:73
BCP_cg_par::end_of_int_params
@ end_of_int_params
Definition: BCP_cg_param.hpp:50
BCP_cg_par::NiceLevel
@ NiceLevel
The "nice" level the process should run at.
Definition: BCP_cg_param.hpp:48
BCP_cg_par::end_of_str_array_params
@ end_of_str_array_params
Definition: BCP_cg_param.hpp:75
BCP_cg_par::ReportWhenDefaultIsExecuted
@ ReportWhenDefaultIsExecuted
Print out a message when the default version of an overridable method is executed.
Definition: BCP_cg_param.hpp:22
BCP_cg_par::end_of_chr_params
@ end_of_chr_params
Definition: BCP_cg_param.hpp:28
BCP_cg_par::CgVerb_Last
@ CgVerb_Last
Just a marker for the last CgVerb.
Definition: BCP_cg_param.hpp:26
BCP_cg_par::LogFileName
@ LogFileName
The file where the output from this process should be logged.
Definition: BCP_cg_param.hpp:66
BCP_cg_par::MessagePassingIsSerial
@ MessagePassingIsSerial
Indicates whether message passing is serial (all processes are on the same processor) or not.
Definition: BCP_cg_param.hpp:19
BCP_cg_par::dbl_dummy
@ dbl_dummy
Definition: BCP_cg_param.hpp:55
BCP_cg_par
Parameters used in the Cut Generator process.
Definition: BCP_cg_param.hpp:12
BCP_cg_par::end_of_dbl_params
@ end_of_dbl_params
Definition: BCP_cg_param.hpp:57
BCP_cg_par::dbl_params
dbl_params
There are no double parameters.
Definition: BCP_cg_param.hpp:54
BCP_cg_par::int_params
int_params
Integer parameters.
Definition: BCP_cg_param.hpp:32
BCP_cg_par::chr_params
chr_params
Character parameters.
Definition: BCP_cg_param.hpp:15
BCP_cg_par::str_params
str_params
String parameters.
Definition: BCP_cg_param.hpp:61
BCP_cg_par::CgVerb_First
@ CgVerb_First
Just a marker for the first CgVerb.
Definition: BCP_cg_param.hpp:24
BCP_cg_par::str_array_params
str_array_params
There are no string array parameters.
Definition: BCP_cg_param.hpp:72
BCP_cg_par::end_of_str_params
@ end_of_str_params
Definition: BCP_cg_param.hpp:68