Clears the current "written" code.
| 44 | |
| 45 | // Clears the current "written" code. |
| 46 | void Clear() { |
| 47 | stream_.str(""); |
| 48 | stream_.clear(); |
| 49 | } |
| 50 | |
| 51 | // Associates a key with a value. All subsequent calls to operator+=, where |
| 52 | // the specified key is contained in {{ and }} delimiters will be replaced by |