MCPcopy Create free account
hub / github.com/Kitware/CMake / GetStdPipesUTF8

Method GetStdPipesUTF8

Source/cmCustomCommand.h:67–67  ·  view source on GitHub ↗

Get a value indicating if the command uses UTF-8 output pipes. */

Source from the content-addressed store, hash-verified

65
66 /** Get a value indicating if the command uses UTF-8 output pipes. */
67 bool GetStdPipesUTF8() const { return this->StdPipesUTF8; }
68 void SetStdPipesUTF8(bool stdPipesUTF8)
69 {
70 this->StdPipesUTF8 = stdPipesUTF8;

Callers 3

WriteCustomRuleMethod · 0.80
WriteEventMethod · 0.80
WriteSdkStyleEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected