MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / parse_argument

Function parse_argument

common/src/parse.cpp:106–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106int
107parse_argument (int argc, const char * const * argv, const char * str, long int &val) noexcept
108{
109 const auto strtol_10 = [](const char *str, char **str_end){ return strtol(str, str_end, 10); };
110 return parse_generic(strtol_10, argc, argv, str, val);
111}
112
113int
114parse_argument (int argc, const char * const * argv, const char * str, long long int &val) noexcept

Callers 15

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls 3

parse_genericFunction · 0.85
minFunction · 0.50
maxFunction · 0.50

Tested by 13

TESTFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68
mainFunction · 0.68