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

Method Append

RenderSystems/GLES2/src/GLSLES/src/OgreGLSLESPreprocessor.cpp:55–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 }
54
55 void CPreprocessor::Token::Append (const char *iString, size_t iLength)
56 {
57 Token t (Token::TK_TEXT, iString, iLength);
58 Append (t);
59 }
60
61 void CPreprocessor::Token::Append (const Token &iOther)
62 {

Callers 3

GetArgumentMethod · 0.45
HandleDirectiveMethod · 0.45
ParseMethod · 0.45

Calls 1

ClosestPow2Function · 0.70

Tested by

no test coverage detected