MCPcopy Create free account
hub / github.com/audeering/opensmile / setCmdparser

Method setCmdparser

src/include/core/configManager.hpp:462–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460 public:
461 cConfigReader(const char *_inputPath, int _inputId=-1, cCommandlineParser *cmdparser_=NULL);
462 void setCmdparser(cCommandlineParser *_parser) { cmdparser = _parser; }
463 virtual void setId(int _id) { if (_id>=0) inputId = _id; }
464 virtual int openInput(const char*name, int *idx0=NULL) { return 0; }
465 virtual int closeInput() { return 0; }

Callers 1

addReaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected