MCPcopy Create free account
hub / github.com/comaps/comaps / PrintType

Method PrintType

libs/kml/pykmlib/bindings.cpp:250–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249template <>
250void VectorAdapter<uint8_t>::PrintType(std::ostringstream & out, uint8_t const & t)
251{
252 out << static_cast<uint32_t>(t);
253}
254
255template <>
256void VectorAdapter<std::string>::PrintType(std::ostringstream & out, std::string const & s)

Callers

nothing calls this directly

Calls 5

TrackLayerToStringFunction · 0.85
BookmarkDataToStringFunction · 0.85
TrackDataToStringFunction · 0.85
CategoryDataToStringFunction · 0.85
ToStringFunction · 0.50

Tested by

no test coverage detected