
Public Member Functions | |
| DummyOptions () | |
| void | Register (ParseOptions *po) |
Public Attributes | |
| int32 | my_int |
| bool | my_bool |
| std::string | my_string |
Definition at line 25 of file parse-options-test.cc.
|
inline |
Definition at line 30 of file parse-options-test.cc.
|
inline |
Definition at line 36 of file parse-options-test.cc.
References ParseOptions::Register().
Referenced by kaldi::UnitTestParseOptions().
| bool my_bool |
Definition at line 27 of file parse-options-test.cc.
Referenced by kaldi::UnitTestParseOptions().
| int32 my_int |
Definition at line 26 of file parse-options-test.cc.
| std::string my_string |
Definition at line 28 of file parse-options-test.cc.
Referenced by kaldi::UnitTestParseOptions().