MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / curr

Method curr

erpcgen/src/options.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131OptArgvIter::~OptArgvIter(void) {}
132
133const char *OptArgvIter::curr(void)
134{
135 return ((ndx == ac) || (av[ndx] == NULL)) ? NULLSTR : av[ndx];
136}
137
138void OptArgvIter::next(void)
139{

Callers 3

parse_optMethod · 0.80
parse_longoptMethod · 0.80
operator()Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected