MCPcopy Create free account
hub / github.com/carbonengine/trinity / AddChild

Method AddChild

shadercompiler/ASTNode.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52void ASTNode::AddChild( ASTNode* child )
53{
54 m_children.push_back( child );
55}
56
57void ASTNode::InsertChild( size_t place, ASTNode* child )
58{

Callers 15

ReplaceFloatModuloFunction · 0.80
AddStructDotPrefixFunction · 0.80
CollectGlobalsFunction · 0.80
NewStructMemberFunction · 0.80
GatherFieldsFunction · 0.80
GatherSystemFieldsFunction · 0.80
GatherInputsFunction · 0.80
GatherSystemInputsFunction · 0.80
GatherOutputsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected