|
Squid Web Cache master
|
Public Member Functions | |
| Entry (const char *str) | |
| void | genParse (std::ostream &fout) const |
Public Attributes | |
| std::string | name |
| EntryAliasList | alias |
| std::string | type |
| std::string | loc |
| DefaultValues | defaults |
| std::string | comment |
| std::string | ifdef |
| LineList | doc |
| LineList | cfgLines |
| between CONFIG_START and CONFIG_END | |
| int | array_flag = 0 |
| TYPE is a raw array[] declaration. | |
Private Member Functions | |
| void | genParseAlias (const std::string &, std::ostream &) const |
| void Entry::genParse | ( | std::ostream & | fout | ) | const |
Definition at line 630 of file cf_gen.cc.
References alias, genParseAlias(), and name.
|
private |
Definition at line 596 of file cf_gen.cc.
References array_flag, available_if(), doc, ifdef, loc, name, and type.
Referenced by genParse().
| EntryAliasList Entry::alias |
Definition at line 90 of file cf_gen.cc.
Referenced by genParse().
| int Entry::array_flag = 0 |
Definition at line 98 of file cf_gen.cc.
Referenced by genParseAlias(), and main().
| DefaultValues Entry::defaults |
| LineList Entry::doc |
Definition at line 96 of file cf_gen.cc.
Referenced by genParseAlias().
| std::string Entry::ifdef |
Definition at line 95 of file cf_gen.cc.
Referenced by genParseAlias(), and main().
| std::string Entry::loc |
Definition at line 92 of file cf_gen.cc.
Referenced by genParseAlias(), and main().
| std::string Entry::name |
Definition at line 89 of file cf_gen.cc.
Referenced by genParse(), genParseAlias(), and main().
| std::string Entry::type |
Definition at line 91 of file cf_gen.cc.
Referenced by genParseAlias(), and main().