MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / WriteLine

Method WriteLine

Source/Engine/Utilities/TextWriter.h:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 /// </summary>
58 template<class Q = CharType>
59 typename std::enable_if<std::is_same<Q, char>::value, void>::type WriteLine()
60 {
61 _buffer.WriteChar('\n');
62 }
63
64 /// <summary>
65 /// Write line terminator sign

Callers 13

GenerateSamplersMethod · 0.80
eatMaterialGraphBoxMethod · 0.80
ExportMethod · 0.80
MainMethod · 0.80
GetHelpMethod · 0.80
WriteMethod · 0.80
CleanupMethod · 0.80
RunMethod · 0.80
GitRepositoryExistsMethod · 0.80

Calls 5

LengthFunction · 0.50
formatFunction · 0.50
WriteBytesMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected