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