For inserting the first variable.
| 165 | ~CheckOpMessageBuilder(); |
| 166 | // For inserting the first variable. |
| 167 | std::ostream* ForVar1() { return stream_; } |
| 168 | // For inserting the second variable (adds an intermediate " vs. "). |
| 169 | std::ostream* ForVar2(); |
| 170 | // Get the result (inserts the closing ")"). |