| 131 | } |
| 132 | |
| 133 | bool StatusVector::ImplStatusVector::compare(const StatusVector& v) const throw() |
| 134 | { |
| 135 | return length() == v.length() && fb_utils::cmpStatus(length(), value(), v.value()); |
| 136 | } |
| 137 | |
| 138 | void StatusVector::ImplStatusVector::assign(const StatusVector& v) throw() |
| 139 | { |