MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / writeString

Method writeString

OgreMain/src/OgreRenderSystemCapabilitiesSerializer.cpp:183–192  ·  view source on GitHub ↗

-----------------------------------------------------------------------

Source from the content-addressed store, hash-verified

181
182 //-----------------------------------------------------------------------
183 String RenderSystemCapabilitiesSerializer::writeString(const RenderSystemCapabilities* caps, const String &name)
184 {
185 using namespace std;
186
187 stringstream stream;
188
189 write(caps, name, stream);
190
191 return stream.str();
192 }
193
194 //-----------------------------------------------------------------------
195 void RenderSystemCapabilitiesSerializer::parseScript(DataStreamPtr& stream)

Callers

nothing calls this directly

Calls 1

writeFunction · 0.70

Tested by

no test coverage detected