]> Creatis software - clitk.git/blob - cmake/gengetopt/skels/multiple_opt_list.cc
Added FindGengetopt.cmake which compiles gengetopt if not installed.
[clitk.git] / cmake / gengetopt / skels / multiple_opt_list.cc
1 /*
2  * File automatically generated by
3  * gengen 1.2 by Lorenzo Bettini 
4  * http://www.gnu.org/software/gengen
5  */
6
7 #include "multiple_opt_list.h"
8
9 void
10 multiple_opt_list_gen_class::generate_multiple_opt_list(ostream &stream, unsigned int indent)
11 {
12   string indent_str (indent, ' ');
13   indent = 0;
14
15   stream << "struct generic_list * ";
16   generate_string (arg_name, stream, indent + indent_str.length ());
17   stream << "_list = NULL;";
18 }