1 /*
2  * File automatically generated by
3  * gengen 1.4.2 by Lorenzo Bettini
4  * http://www.gnu.org/software/gengen
5  */
6 
7 #ifndef CUSTOM_GETOPT_GEN_GEN_CLASS_H
8 #define CUSTOM_GETOPT_GEN_GEN_CLASS_H
9 
10 #include <string>
11 #include <iostream>
12 
13 using std::string;
14 using std::ostream;
15 
16 class custom_getopt_gen_gen_class
17 {
18  protected:
19 
20  public:
custom_getopt_gen_gen_class()21   custom_getopt_gen_gen_class()
22   {
23   }
24 
25 
26   void generate_custom_getopt_gen(ostream &stream, unsigned int indent = 0);
27 
28 };
29 
30 #endif // CUSTOM_GETOPT_GEN_GEN_CLASS_H
31