MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / addElement

Method addElement

src/StateDataSet.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25namespace libRSF
26{
27 void StateDataSet::addElement(Data &Element)
28 {
29 addElement(Element.getName(),Element);
30 }
31
32 void StateDataSet::addElement(std::string Name, Data &Element)
33 {

Callers 15

CreateGraphAndSolveFunction · 0.45
CreateGraphAndSolveFunction · 0.45
CreateGraphAndSolveFunction · 0.45
CreateGraphAndSolveFunction · 0.45
mainFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
ReadDataFromFileFunction · 0.45

Calls 4

checkIDMethod · 0.80
emplaceMethod · 0.80
getTimestampMethod · 0.80
getNameMethod · 0.45

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36