MCPcopy Create free account
hub / github.com/MyGUI/mygui / print

Method print

MyGUIEngine/src/MyGUI_Colour.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 }
55
56 std::string Colour::print() const
57 {
58 std::ostringstream stream;
59 stream << *this;
60 return stream.str();
61 }
62
63 Colour Colour::parse(std::string_view _value)
64 {

Callers 5

convertAlignToDirectionFunction · 0.45
convertRectToCoordFunction · 0.45
getLastErrorMethod · 0.45
recalcIndexesMethod · 0.45
logMethod · 0.45

Calls 1

strMethod · 0.80

Tested by

no test coverage detected