| 163 | ~StatusVector() { } |
| 164 | |
| 165 | const ISC_STATUS* value() const throw() { return implementation->value(); } |
| 166 | unsigned int length() const throw() { return implementation->length(); } |
| 167 | bool hasData() const throw() { return implementation->hasData(); } |
| 168 | bool isEmpty() const throw() { return !implementation->hasData(); } |
no outgoing calls
no test coverage detected