MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / print_options

Function print_options

src/ifcconvert/IfcConvert.cpp:147–158  ·  view source on GitHub ↗

@todo Add help for single option

Source from the content-addressed store, hash-verified

145
146/// @todo Add help for single option
147void print_options(const po::options_description& options)
148{
149#if defined(_MSC_VER) && defined(_UNICODE)
150 // See issue https://svn.boost.org/trac10/ticket/10952
151 std::ostringstream temp;
152 temp << options;
153 cout_ << "\n" << temp.str().c_str();
154#else
155 cout_ << "\n" << options;
156#endif
157 cout_ << std::endl;
158}
159
160template <typename T>
161T change_extension(const T& fn, const T& ext) {

Callers 1

IfcConvert.cppFile · 0.85

Calls 1

strMethod · 0.45

Tested by

no test coverage detected