| 40 | |
| 41 | |
| 42 | inline OPENDDS_STRING toString(yard::TreeBuildingParser<char>::Node* iter) |
| 43 | { |
| 44 | return iter ? OPENDDS_STRING(iter->GetFirstToken(), iter->GetLastToken()) : ""; |
| 45 | } |
| 46 | |
| 47 | |
| 48 | /// keeps the details of yard out of the FilterEvaluator header file |
no test coverage detected