MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / swap

Method swap

gui/cppchecklibrarydata.h:231–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 }
230
231 void swap(CppcheckLibraryData &other) noexcept {
232 containers.swap(other.containers);
233 defines.swap(other.defines);
234 undefines.swap(other.undefines);
235 functions.swap(other.functions);
236 memoryresource.swap(other.memoryresource);
237 podtypes.swap(other.podtypes);
238 smartPointers.swap(other.smartPointers);
239 typeChecks.swap(other.typeChecks);
240 platformTypes.swap(other.platformTypes);
241 reflections.swap(other.reflections);
242 markups.swap(other.markups);
243 entrypoints.swap(other.entrypoints);
244 }
245
246 QString open(QIODevice &file);
247 QString toString() const;

Callers 12

runMethod · 0.45
openCfgMethod · 0.45
podtypeValidMethod · 0.45
typechecksValidMethod · 0.45
smartPointerValidMethod · 0.45
platformTypeValidMethod · 0.45
memoryResourceValidMethod · 0.45
defineValidMethod · 0.45
undefineValidMethod · 0.45
reflectionValidMethod · 0.45
markupValidMethod · 0.45
containerValidMethod · 0.45

Calls

no outgoing calls

Tested by 10

podtypeValidMethod · 0.36
typechecksValidMethod · 0.36
smartPointerValidMethod · 0.36
platformTypeValidMethod · 0.36
memoryResourceValidMethod · 0.36
defineValidMethod · 0.36
undefineValidMethod · 0.36
reflectionValidMethod · 0.36
markupValidMethod · 0.36
containerValidMethod · 0.36