| 93 | |
| 94 | bool SetBoolCaseFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 95 | EMITTER_MANIP GetBoolCaseFormat() const { return m_boolCaseFmt.get(); } |
| 96 | |
| 97 | bool SetNullFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 98 | EMITTER_MANIP GetNullFormat() const { return m_nullFmt.get(); } |
no test coverage detected