| 87 | |
| 88 | bool SetBoolFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 89 | EMITTER_MANIP GetBoolFormat() const { return m_boolFmt.get(); } |
| 90 | |
| 91 | bool SetBoolLengthFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 92 | EMITTER_MANIP GetBoolLengthFormat() const { return m_boolLengthFmt.get(); } |
no test coverage detected