| 99 | |
| 100 | bool SetIntFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 101 | EMITTER_MANIP GetIntFormat() const { return m_intFmt.get(); } |
| 102 | |
| 103 | bool SetIndent(std::size_t value, FmtScope::value scope); |
| 104 | std::size_t GetIndent() const { return m_indent.get(); } |
no test coverage detected