Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
186
template <class K, class T>
187
void map<K,T>::clear() {
188
map_.reset(); // Must invalidate the cache on clear()
189
value_.clear();
190
}
191
192
template <class K, class T>
193
bool map<K,T>::empty() const {
Callers
15
set
Method · 0.45
test_use
Function · 0.45
test_cppmap
Function · 0.45
decoder.cpp
File · 0.45
get_multiple
Function · 0.45
wait
Method · 0.45
map.cpp
File · 0.45
value
Method · 0.45
message_decode
Function · 0.45
next
Method · 0.45
close
Method · 0.45
assertionEnded
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
4
test_use
Function · 0.36
test_cppmap
Function · 0.36
wait
Method · 0.36
log_last
Method · 0.36