| 352 | } |
| 353 | |
| 354 | bool Node::operator==( const std::string& value ) const |
| 355 | { |
| 356 | return Value() == value ; |
| 357 | } |
| 358 | |
| 359 | std::ostream& operator<<( std::ostream& os, const Node& node ) |
| 360 | { |
nothing calls this directly
no outgoing calls
no test coverage detected