Get the current stream pointer, in the raw buffer. */
| 2018 | |
| 2019 | /** Get the current stream pointer, in the raw buffer. */ |
| 2020 | const char *get_ptr() |
| 2021 | { |
| 2022 | return m_ptr; |
| 2023 | } |
| 2024 | |
| 2025 | /** Get the current stream pointer, in the pre-processed buffer. */ |
| 2026 | const char *get_cpp_ptr() |
no outgoing calls
no test coverage detected