This allows subclasses to inject code before callbacks but after parse. This does not run if any errors or help is thrown.
| 923 | /// |
| 924 | /// This does not run if any errors or help is thrown. |
| 925 | virtual void pre_callback() {} |
| 926 | |
| 927 | ///@} |
| 928 | /// @name Parsing |
nothing calls this directly
no outgoing calls
no test coverage detected