| 90 | |
| 91 | bool SetBoolLengthFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 92 | EMITTER_MANIP GetBoolLengthFormat() const { return m_boolLengthFmt.get(); } |
| 93 | |
| 94 | bool SetBoolCaseFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 95 | EMITTER_MANIP GetBoolCaseFormat() const { return m_boolCaseFmt.get(); } |
no test coverage detected