Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ add_long
Method
add_long
tests/Utils/Options.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void
62
Arguments::add_long(const std::string& param, long val)
63
{
64
add<long>(param, val);
65
}
66
67
void
68
Arguments::add_bool(const std::string& param, bool val)
Callers
4
ACE_TMAIN
Function · 0.80
ACE_TMAIN
Function · 0.80
ACE_TMAIN
Function · 0.80
ACE_TMAIN
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected