summaryrefslogtreecommitdiff
path: root/doxygen/xml/classexample_1_1_cmd_line_app.xml
blob: 98b4c2d7daaf898b2e12d6b127741b6d313b4082 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
<?xml version='1.0' encoding='UTF-8' standalone='no'?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.7.5.1">
  <compounddef id="classexample_1_1_cmd_line_app" kind="class" prot="public">
    <compoundname>example::CmdLineApp</compoundname>
    <basecompoundref refid="classcmd2_1_1_cmd" prot="public" virt="non-virtual">cmd2::Cmd</basecompoundref>
      <sectiondef kind="public-static-attrib">
      <memberdef kind="variable" id="classexample_1_1_cmd_line_app_1a7720e4d8dd45f289c3962be91c05ac33" prot="public" static="yes" mutable="no">
        <type>list</type>
        <definition>list example::CmdLineApp::multilineCommands</definition>
        <argsstring></argsstring>
        <name>multilineCommands</name>
        <reimplements refid="classcmd2_1_1_cmd_1a05fbd7501cbc1f911e9a4925e5f0804a">multilineCommands</reimplements>
        <initializer>[&apos;orate&apos;]</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="7" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="7" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classexample_1_1_cmd_line_app_1a81a94979fcdd998c72d530e47bab88e0" prot="public" static="yes" mutable="no">
        <type>int</type>
        <definition>int example::CmdLineApp::maxrepeats</definition>
        <argsstring></argsstring>
        <name>maxrepeats</name>
        <initializer>3</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="9" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="9" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classexample_1_1_cmd_line_app_1adb66a4ed5e10aa018c7e3a4da6779c76" prot="public" static="yes" mutable="no">
        <type>string</type>
        <definition>string example::CmdLineApp::redirector</definition>
        <argsstring></argsstring>
        <name>redirector</name>
        <reimplements refid="classcmd2_1_1_cmd_1a64b810574dab9ec12100c5344dc66735">redirector</reimplements>
        <initializer>&apos;-&gt;&apos;</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="10" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="10" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classexample_1_1_cmd_line_app_1a5acab19a8c4c609e944ea1cb345a5ec3" prot="public" static="yes" mutable="no">
        <type></type>
        <definition>example::CmdLineApp::do_say</definition>
        <argsstring></argsstring>
        <name>do_say</name>
        <initializer>do_speak</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="31" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="31" bodyend="-1"/>
      </memberdef>
      <memberdef kind="variable" id="classexample_1_1_cmd_line_app_1ac9058ddc022235f3876c6b410ddeb688" prot="public" static="yes" mutable="no">
        <type></type>
        <definition>example::CmdLineApp::do_orate</definition>
        <argsstring></argsstring>
        <name>do_orate</name>
        <initializer>do_speak</initializer>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="32" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="32" bodyend="-1"/>
      </memberdef>
      </sectiondef>
      <sectiondef kind="public-func">
      <memberdef kind="function" id="classexample_1_1_cmd_line_app_1afdc6e3337a734471574398731d582ec9" prot="public" static="no" const="no" explicit="no" inline="no" virt="non-virtual">
        <type>def</type>
        <definition>def example::CmdLineApp::do_speak</definition>
        <argsstring></argsstring>
        <name>do_speak</name>
        <briefdescription>
        </briefdescription>
        <detaileddescription>
<para><verbatim>Repeats what you tell me to.</verbatim> </para>        </detaileddescription>
        <inbodydescription>
        </inbodydescription>
        <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="17" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="17" bodyend="30"/>
      </memberdef>
      </sectiondef>
    <briefdescription>
    </briefdescription>
    <detaileddescription>
    </detaileddescription>
    <inheritancegraph>
      <node id="11">
        <label>example::CmdLineApp</label>
        <link refid="classexample_1_1_cmd_line_app"/>
        <childnode refid="12" relation="public-inheritance">
        </childnode>
      </node>
      <node id="12">
        <label>cmd2::Cmd</label>
        <link refid="classcmd2_1_1_cmd"/>
      </node>
    </inheritancegraph>
    <collaborationgraph>
      <node id="13">
        <label>example::CmdLineApp</label>
        <link refid="classexample_1_1_cmd_line_app"/>
        <childnode refid="14" relation="public-inheritance">
        </childnode>
      </node>
      <node id="14">
        <label>cmd2::Cmd</label>
        <link refid="classcmd2_1_1_cmd"/>
      </node>
    </collaborationgraph>
    <location file="/Users/amrogers/Developer/Projects/cmd2/example/example.py" line="7" bodyfile="/Users/amrogers/Developer/Projects/cmd2/example/example.py" bodystart="6" bodyend="34"/>
    <listofallmembers>
      <member refid="classcmd2_1_1_cmd_1afef8fbba2cb5adea45e3a22a506c8665" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>__init__</name></member>
      <member refid="classcmd2_1_1_cmd_1a810ba12198cbbc4e38643c83278956f6" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>abbrev</name></member>
      <member refid="classcmd2_1_1_cmd_1a395ee1f733c5faeb66e74b308cbc5e63" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>blankLinesAllowed</name></member>
      <member refid="classcmd2_1_1_cmd_1ab45987033aafd0458078de49d4cf1fb5" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>blankLineTerminationParser</name></member>
      <member refid="classcmd2_1_1_cmd_1a826ac7c82dd02c99be27940c179c9af3" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>blankLineTerminator</name></member>
      <member refid="classcmd2_1_1_cmd_1a10de661ca23b94cd93972c260523c8a0" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>case_insensitive</name></member>
      <member refid="classcmd2_1_1_cmd_1a0e5f32e5ab972e32273ef5d69de81afc" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>cmdloop</name></member>
      <member refid="classcmd2_1_1_cmd_1a91dd3e77a8d1f247dcfdddbfc0288b3b" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>colorcodes</name></member>
      <member refid="classcmd2_1_1_cmd_1a9c7f8fd1e7909d18a0f1d8cebf6c1966" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>colorize</name></member>
      <member refid="classcmd2_1_1_cmd_1a2ec43e734ae5b2a581216dc7914b231a" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>colors</name></member>
      <member refid="classcmd2_1_1_cmd_1ae6adde6cd440331e4add0bdf8c2c61d0" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>commentGrammars</name></member>
      <member refid="classcmd2_1_1_cmd_1a0333f71a3291354d3238a4853ec5e762" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>commentInProgress</name></member>
      <member refid="classcmd2_1_1_cmd_1a9f07c787a0f421ce9186b404fed63c54" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>complete_statement</name></member>
      <member refid="classcmd2_1_1_cmd_1a186ca22e76dc63ad9d8a95cfaeb4f7fd" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>continuation_prompt</name></member>
      <member refid="classcmd2_1_1_cmd_1a227bb0748c5c461090c98eadc35ea5e4" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>continuation_prompt</name></member>
      <member refid="classcmd2_1_1_cmd_1a549399bed9574c87901100530343ac68" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>current_script_dir</name></member>
      <member refid="classcmd2_1_1_cmd_1a7b07b64964162c07f50675b2b40160b2" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>debug</name></member>
      <member refid="classcmd2_1_1_cmd_1a3af82e64cdabf19b462cd0ddf686823d" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>default_file_name</name></member>
      <member refid="classcmd2_1_1_cmd_1a7da859e33eae87d5069b96d366cf04b4" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>default_to_shell</name></member>
      <member refid="classcmd2_1_1_cmd_1ab14061f1d84f49fb8fefcce285e7aec7" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>defaultExtension</name></member>
      <member refid="classcmd2_1_1_cmd_1a3a237dae48a4dba0daa7e114ff098e90" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do__load</name></member>
      <member refid="classcmd2_1_1_cmd_1aa084d0f962d9ea060c935ff6a9cf74a8" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do__relative_load</name></member>
      <member refid="classcmd2_1_1_cmd_1a79949284f70e1fdb7e33117cc4195f80" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_cmdenvironment</name></member>
      <member refid="classcmd2_1_1_cmd_1aebdc7ebb6dc83e9dadb8827cdab1952a" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_ed</name></member>
      <member refid="classcmd2_1_1_cmd_1a900317e58aad07d0d1fb48080dc63d5c" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_edit</name></member>
      <member refid="classcmd2_1_1_cmd_1a489ae23e2c2dc31c04eab9287c9339fa" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_eof</name></member>
      <member refid="classcmd2_1_1_cmd_1ab2783ec53899e2b4c0abda7007471e64" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_EOF</name></member>
      <member refid="classcmd2_1_1_cmd_1a7407cf3f70091dc1ade5acb856585850" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_exit</name></member>
      <member refid="classcmd2_1_1_cmd_1af112b7b704dcd8d34c389fcaa150e3d0" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_help</name></member>
      <member refid="classcmd2_1_1_cmd_1a71e16c0eab993aa6f22272e04615fa4e" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_hi</name></member>
      <member refid="classcmd2_1_1_cmd_1a46d9a5551bb0456721a0bf7dc07b0d0b" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_history</name></member>
      <member refid="classcmd2_1_1_cmd_1a978b02763d086aa3f4a278c370b6798f" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_l</name></member>
      <member refid="classcmd2_1_1_cmd_1a0be8d5c8676c2da5eacb8dbaf2e10e29" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_li</name></member>
      <member refid="classcmd2_1_1_cmd_1af278702e71cf57de45012216904d1bb5" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_list</name></member>
      <member refid="classcmd2_1_1_cmd_1a8b8c98ab5e1b98e618a5a9122c50fc74" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_load</name></member>
      <member refid="classexample_1_1_cmd_line_app_1ac9058ddc022235f3876c6b410ddeb688" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_orate</name></member>
      <member refid="classcmd2_1_1_cmd_1a468717f63c360b46dd5f5bcbae4b0c9c" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_pause</name></member>
      <member refid="classcmd2_1_1_cmd_1a5ccce52c26063115070d56b6f099223b" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_py</name></member>
      <member refid="classcmd2_1_1_cmd_1ad938266e8224edd7a6e681b9f4416cb5" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_q</name></member>
      <member refid="classcmd2_1_1_cmd_1a27f6387585848a575e95c936ce97c4cf" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_quit</name></member>
      <member refid="classcmd2_1_1_cmd_1a0a9b6e01b7ac4efb65f2957c28949e87" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_r</name></member>
      <member refid="classcmd2_1_1_cmd_1aafd86f263566aa4f2b5bd3c3ea64c678" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_run</name></member>
      <member refid="classcmd2_1_1_cmd_1a12d5262e31e148dafea6017a356ed9cd" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_save</name></member>
      <member refid="classexample_1_1_cmd_line_app_1a5acab19a8c4c609e944ea1cb345a5ec3" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_say</name></member>
      <member refid="classcmd2_1_1_cmd_1a1587bec304ebe93070072d273da9bb31" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_set</name></member>
      <member refid="classcmd2_1_1_cmd_1a734c394c38de8828960370d6d8e68004" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_shell</name></member>
      <member refid="classcmd2_1_1_cmd_1aea47330c6e0f4e5f14e2cdff41679597" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_shortcuts</name></member>
      <member refid="classcmd2_1_1_cmd_1a4816ba13212f079e4b1e865d20041983" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_show</name></member>
      <member refid="classexample_1_1_cmd_line_app_1afdc6e3337a734471574398731d582ec9" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>do_speak</name></member>
      <member refid="classcmd2_1_1_cmd_1a417779ccb5de864826f97a959bd196d3" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>echo</name></member>
      <member refid="classcmd2_1_1_cmd_1a25fe904aca52573c6f10e798dd561588" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>editor</name></member>
      <member refid="classcmd2_1_1_cmd_1a3a1abb5d4a8d42dcce7d61b04bdf9e97" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>editor</name></member>
      <member refid="classcmd2_1_1_cmd_1a35586c262b272917f6ecae8e76fca6b9" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>excludeFromHistory</name></member>
      <member refid="classcmd2_1_1_cmd_1ad571e5687af698c33a547062762a26bc" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>feedback_to_output</name></member>
      <member refid="classcmd2_1_1_cmd_1a66160524beda7b75d70070bebce69e42" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>fileimport</name></member>
      <member refid="classcmd2_1_1_cmd_1a7fbb17b136654f705387ede1fb685a3e" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>func_named</name></member>
      <member refid="classcmd2_1_1_cmd_1a9db85d1db5ea30170d540102f1206b1f" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>help</name></member>
      <member refid="classcmd2_1_1_cmd_1a666a090bc7298aae6ca55840e9418f96" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>history</name></member>
      <member refid="classcmd2_1_1_cmd_1af7cb41e066bc55be38b97ea82269e5e8" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>initial_stdout</name></member>
      <member refid="classcmd2_1_1_cmd_1a984d7a052143f938fa7894fbd44632d2" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>inputParser</name></member>
      <member refid="classcmd2_1_1_cmd_1a3f1d7fcb42b72f182eed91009e0708c3" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>intro</name></member>
      <member refid="classcmd2_1_1_cmd_1ad480d9102b3a5e4c8c5541d2c205a1ad" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>kept_state</name></member>
      <member refid="classcmd2_1_1_cmd_1a86a3b99c482252a9c9e7fc283c7eae5d" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>kept_sys</name></member>
      <member refid="classcmd2_1_1_cmd_1a8ccd464e255a798b587637f9b812dbcd" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>keywords</name></member>
      <member refid="classcmd2_1_1_cmd_1aea5c4d49c7b6f552b6123e5a981a6f49" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>last_matching</name></member>
      <member refid="classcmd2_1_1_cmd_1adaaec8df571e88463c3b8b02fefea8b2" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>lastcmd</name></member>
      <member refid="classcmd2_1_1_cmd_1a866c4b8895784a477d36bebfecfa397e" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>legalChars</name></member>
      <member refid="classcmd2_1_1_cmd_1a55e7978c792429a0a2e3321abdbd23fe" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>locals_in_py</name></member>
      <member refid="classexample_1_1_cmd_line_app_1a81a94979fcdd998c72d530e47bab88e0" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>maxrepeats</name></member>
      <member refid="classcmd2_1_1_cmd_1a295de6e6060359049be89b5cdb6c09b1" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>multilineCommand</name></member>
      <member refid="classexample_1_1_cmd_line_app_1a7720e4d8dd45f289c3962be91c05ac33" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>multilineCommands</name></member>
      <member refid="classcmd2_1_1_cmd_1a501ba802672b553037e265760319cfe1" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>multilineParser</name></member>
      <member refid="classcmd2_1_1_cmd_1a4e4d47a554f0725c2562c2bc19af1a3e" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>noSpecialParse</name></member>
      <member refid="classcmd2_1_1_cmd_1a4540b84ee5f75aa1f915042ac4f327dc" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>old_completer</name></member>
      <member refid="classcmd2_1_1_cmd_1a7b46b9fabe42bf5ec481ab5ea68effcd" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>onecmd</name></member>
      <member refid="classcmd2_1_1_cmd_1ac188a434c9c7d5c939e971a3d42c1c63" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>onecmd_plus_hooks</name></member>
      <member refid="classcmd2_1_1_cmd_1a1d2749139a96bd29ddabc6cb0dfd4c00" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>parsed</name></member>
      <member refid="classcmd2_1_1_cmd_1a60c8c9f51ca086f83a2563b7c5e93421" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>parser</name></member>
      <member refid="classcmd2_1_1_cmd_1a118c16455f28dbd3918b565bca086db4" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>perror</name></member>
      <member refid="classcmd2_1_1_cmd_1a122b67681a0db23863f5ddaa7a687975" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>pfeedback</name></member>
      <member refid="classcmd2_1_1_cmd_1aeda7fe76e7ecbc032386722e8f5cae3a" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>postparse</name></member>
      <member refid="classcmd2_1_1_cmd_1ae64756253f4ef8494ad3cd920f749eb6" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>postparsing_postcmd</name></member>
      <member refid="classcmd2_1_1_cmd_1ab021b9befbc198bc266b1a439cdc44e6" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>postparsing_precmd</name></member>
      <member refid="classcmd2_1_1_cmd_1ad8b5d33873f9b515e33f83a616d0828f" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>poutput</name></member>
      <member refid="classcmd2_1_1_cmd_1a794ce4cfd06ddd8df24df33d9f116a65" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>prefixParser</name></member>
      <member refid="classcmd2_1_1_cmd_1a794ada2c7a6027d079d6a5bae38fea2b" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>preparse</name></member>
      <member refid="classcmd2_1_1_cmd_1ae9a33dc613b00f4d5b849c0d3521f2c3" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>prompt</name></member>
      <member refid="classcmd2_1_1_cmd_1ab2b46bf4fdbb22536322417117eebf16" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>pseudo_raw_input</name></member>
      <member refid="classcmd2_1_1_cmd_1a30058e5e628d60dedf7c500e270b3e5d" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>pystate</name></member>
      <member refid="classcmd2_1_1_cmd_1a50495cbf3a3ea3467c86233ebbea4572" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>quiet</name></member>
      <member refid="classcmd2_1_1_cmd_1a2eba6d3d12d65789880959d788be2d86" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>read_file_or_url</name></member>
      <member refid="classcmd2_1_1_cmd_1ac1dac1bcd74f78671161775a95d74c0a" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>redirect</name></member>
      <member refid="classcmd2_1_1_cmd_1a46d1bc05e01f5eced432f00c9934db88" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>redirect_output</name></member>
      <member refid="classexample_1_1_cmd_line_app_1adb66a4ed5e10aa018c7e3a4da6779c76" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>redirector</name></member>
      <member refid="classcmd2_1_1_cmd_1a01befaea1ef9fa2c8b26521f7b2dfb9c" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>reserved_words</name></member>
      <member refid="classcmd2_1_1_cmd_1a8b44f9a5a3197613178b4a8fb1804ef7" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>restore_output</name></member>
      <member refid="classcmd2_1_1_cmd_1a19b932e21ac917375f16457c986ad4f6" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>run_commands_at_invocation</name></member>
      <member refid="classcmd2_1_1_cmd_1a160c7a080d222defe32c781138901d4e" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>runTranscriptTests</name></member>
      <member refid="classcmd2_1_1_cmd_1aafc3b1cd861e711c3f5e10cd00a41221" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>saveparser</name></member>
      <member refid="classcmd2_1_1_cmd_1a28cd403d962038aca658344673a5ab38" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>select</name></member>
      <member refid="classcmd2_1_1_cmd_1a6cec2f634666d15d032d4c113e654c3c" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>settable</name></member>
      <member refid="classcmd2_1_1_cmd_1ad8ccfbcd2a4eb800f040fcdbd26089df" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>shortcuts</name></member>
      <member refid="classcmd2_1_1_cmd_1a728675cc7b48ac258c5026929df0dfe4" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>shortcuts</name></member>
      <member refid="classcmd2_1_1_cmd_1a58e84cc1e072fda53b98ba9ed4376540" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>singleLineParser</name></member>
      <member refid="classcmd2_1_1_cmd_1a6f0eed071b4e9197cc4fa46a2c8f1457" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>stdin</name></member>
      <member refid="classcmd2_1_1_cmd_1a2a71ccfd9f189e17db765b603f2c9a78" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>stdout</name></member>
      <member refid="classcmd2_1_1_cmd_1a6bd95a7f702f668696ab6e88555da23d" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>terminators</name></member>
      <member refid="classcmd2_1_1_cmd_1a2d83899c5edb8c1296cb90b0fb282de7" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>timing</name></member>
      <member refid="classcmd2_1_1_cmd_1ad8c02476fc0918fde1093ce103be09de" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>urlre</name></member>
      <member refid="classcmd2_1_1_cmd_1add0217858bbc4c268a5f2f27330ad1f8" prot="public" virt="non-virtual"><scope>example::CmdLineApp</scope><name>use_rawinput</name></member>
    </listofallmembers>
  </compounddef>
</doxygen>