MCPcopy Create free account
hub / github.com/PDAL/PDAL / space

Function space

plugins/e57/libE57Format/src/StringFunctions.h:39–42  ·  view source on GitHub ↗

@brief Create whitespace of given length, for indenting printouts in dump() functions

Source from the content-addressed store, hash-verified

37{
38 /// @brief Create whitespace of given length, for indenting printouts in dump() functions
39 inline std::string space( size_t n )
40 {
41 return std::string( n, ' ' );
42 }
43
44 /// @brief Convert number to decimal string
45 template <class T> std::string toString( T x )

Callers 15

writeXmlMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
dumpMethod · 0.85
writeXmlMethod · 0.85
dumpMethod · 0.85
writeXmlMethod · 0.85
dumpMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected