Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
OptArgvIter::~OptArgvIter(void) {}
132
133
const char *OptArgvIter::curr(void)
134
{
135
return ((ndx == ac) || (av[ndx] == NULL)) ? NULLSTR : av[ndx];
136
}
137
138
void OptArgvIter::next(void)
139
{
Callers
3
parse_opt
Method · 0.80
parse_longopt
Method · 0.80
operator()
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected