strusBase  0.17
strus::ProgramOptions Member List

This is the complete list of members for strus::ProgramOptions, including all inherited members.

argv() const strus::ProgramOptions
asDouble(const std::string &optname) const strus::ProgramOptions
asInt(const std::string &optname) const strus::ProgramOptions
asUint(const std::string &optname) const strus::ProgramOptions
list(const std::string &optname) const strus::ProgramOptions
nofargs() const strus::ProgramOptions
operator()(const std::string &optname) const strus::ProgramOptions
operator[](std::size_t idx) const strus::ProgramOptions
operator[](const std::string &optname) const strus::ProgramOptions
print(std::ostream &out)strus::ProgramOptions
ProgramOptions(ErrorBufferInterface *errorhnd_)strus::ProgramOptionsinline
ProgramOptions(const ProgramOptions &o)strus::ProgramOptionsinline
ProgramOptions(ErrorBufferInterface *errorhnd_, int argc_, const char **argv_, int nofopt,...)strus::ProgramOptions