removeAll overloads
Declared in <bdlcc_objectcatalog.h>
Remove all objects that are currently held in this catalog and optionally load into the optionally specified buffer the removed objects.
void
removeAll();
» more...
Same as the preceding overload, loading removed objects into the specified buffer.
void
removeAll(bsl::vector<TYPE>* buffer);
» more...
Same as the preceding overload, loading removed objects into the specified buffer.
void
removeAll(std::pmr::vector<TYPE>* buffer);
» more...
Same as the preceding overload, loading removed objects into the specified buffer.
void
removeAll(std::vector<TYPE>* buffer);
» more...