MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / append

Method append

src/common/StatusArg.h:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170 void clear() throw() { implementation->clear(); }
171 void append(const StatusVector& v) throw() { implementation->append(v); }
172 void prepend(const StatusVector& v) throw() { implementation->prepend(v); }
173 void assign(const StatusVector& v) throw() { implementation->assign(v); }
174 void assign(const Exception& ex) throw() { implementation->assign(ex); }

Callers 1

StatusVectorClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected