MCPcopy 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
61void
62Arguments::add_long(const std::string& param, long val)
63{
64 add<long>(param, val);
65}
66
67void
68Arguments::add_bool(const std::string& param, bool val)

Callers 4

ACE_TMAINFunction · 0.80
ACE_TMAINFunction · 0.80
ACE_TMAINFunction · 0.80
ACE_TMAINFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected