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

Method clone

OgreMain/src/OgreScriptCompiler.cpp:51–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 }
50
51 AbstractNode *AtomAbstractNode::clone() const
52 {
53 AtomAbstractNode *node = OGRE_NEW AtomAbstractNode( parent );
54 node->file = file;
55 node->line = line;
56 node->id = id;
57 node->type = type;
58 node->value = value;
59 return node;
60 }
61
62 String AtomAbstractNode::getValue() const { return value; }
63

Callers 1

overlayObjectMethod · 0.45

Calls 3

beginMethod · 0.45
endMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected