MCPcopy Create free account
hub / github.com/apache/qpid-proton / clear

Method clear

cpp/src/map.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185
186template <class K, class T>
187void map<K,T>::clear() {
188 map_.reset(); // Must invalidate the cache on clear()
189 value_.clear();
190}
191
192template <class K, class T>
193bool map<K,T>::empty() const {

Callers 15

setMethod · 0.45
test_useFunction · 0.45
test_cppmapFunction · 0.45
decoder.cppFile · 0.45
get_multipleFunction · 0.45
waitMethod · 0.45
map.cppFile · 0.45
valueMethod · 0.45
message_decodeFunction · 0.45
nextMethod · 0.45
closeMethod · 0.45
assertionEndedMethod · 0.45

Calls 1

resetMethod · 0.45

Tested by 4

test_useFunction · 0.36
test_cppmapFunction · 0.36
waitMethod · 0.36
log_lastMethod · 0.36