MCPcopy Create free account
hub / github.com/daniele77/cli / CoutPtr

Method CoutPtr

include/cli/cli.h:192–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190 friend class CliSession;
191
192 static std::shared_ptr<OutStream> CoutPtr()
193 {
194 static std::shared_ptr<OutStream> s = std::make_shared<OutStream>();
195 return s;
196 }
197
198 Menu* RootMenu() { return rootMenu.get(); }
199

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected