-------------------------------------------------------------------------
| 36 | |
| 37 | //------------------------------------------------------------------------- |
| 38 | void* Address::GetValue() const |
| 39 | { |
| 40 | return value_; |
| 41 | } |
| 42 | |
| 43 | //------------------------------------------------------------------------- |
| 44 | bool Address::operator<(const Address& other) const |
no outgoing calls
no test coverage detected