Jetson Inference
DNN Vision Library
|
This is the complete list of members for commandLine, including all inherited members.
AddArg(const char *arg) | commandLine | |
AddArgs(const char **args) | commandLine | |
AddFlag(const char *flag) | commandLine | |
argc | commandLine | |
argv | commandLine | |
commandLine(const int argc, char **argv, const char *extraFlag=NULL) | commandLine | |
commandLine(const int argc, char **argv, const char **extraArgs) | commandLine | |
GetFlag(const char *argName, bool allowOtherDelimiters=true) const | commandLine | |
GetFloat(const char *argName, float defaultValue=0.0f, bool allowOtherDelimiters=true) const | commandLine | |
GetInt(const char *argName, int defaultValue=0, bool allowOtherDelimiters=true) const | commandLine | |
GetPosition(unsigned int position, const char *defaultValue=NULL) const | commandLine | |
GetPositionArgs() const | commandLine | |
GetString(const char *argName, const char *defaultValue=NULL, bool allowOtherDelimiters=true) const | commandLine | |
GetUnsignedInt(const char *argName, uint32_t defaultValue=0, bool allowOtherDelimiters=true) const | commandLine | |
Print() const | commandLine |