Structure returned by Darknet::parse_arguments(). More...
#include "darknet.hpp"
Public Attributes | |
int | idx |
Index into the original argv [] array. | |
std::string | original |
The original text for this parameter. Use string instead. | |
std::string | string |
The value to use for this parameter. | |
EParmType | type |
What we determined this parameter represents. | |
int Darknet::Parm::idx |
Index into the original argv
[] array.
std::string Darknet::Parm::original |
The original text for this parameter. Use string instead.
std::string Darknet::Parm::string |
The value to use for this parameter.
EParmType Darknet::Parm::type |
What we determined this parameter represents.