Called when a submessage is completed, that is, whenever a '}' is found.
| 58 | |
| 59 | // Called when a submessage is completed, that is, whenever a '}' is found. |
| 60 | virtual void Finish() {} |
| 61 | |
| 62 | protected: |
| 63 | // Takes ownership of the given pointer. Subclasses can use this method if |
no outgoing calls