removeAll overloads

Synopses

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();

Same as the preceding overload, loading removed objects into the specified buffer.

void
removeAll(bsl::vector<TYPE>* buffer);

Same as the preceding overload, loading removed objects into the specified buffer.

void
removeAll(std::pmr::vector<TYPE>* buffer);

Same as the preceding overload, loading removed objects into the specified buffer.

void
removeAll(std::vector<TYPE>* buffer);

Parameters

Name

Description

buffer

vector that receives the removed objects

Created with MrDocs