MCPcopy Create free account
hub / github.com/SoarGroup/Soar / find

Method find

IDE Projects/include/sml_ObjectMap.h:124–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 DataType find(char const* pName) const
125 {
126 InternalMapConstIter mapIter = m_Map.find(pName);
127
128 if (mapIter == m_Map.end())
129 {
130 return NULL ;
131 }
132
133 return mapIter->second ;
134 }
135
136 bool remove(char const* pName, bool deleteObject = true)
137 {

Callers 5

normalize_separatorsFunction · 0.45
removeMethod · 0.45
getListMethod · 0.45
InternalConvertToEventFunction · 0.45
InternalConvertToStringFunction · 0.45

Calls 1

endMethod · 0.80

Tested by

no test coverage detected