| 84 | |
| 85 | bool SetStringFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 86 | EMITTER_MANIP GetStringFormat() const { return m_strFmt.get(); } |
| 87 | |
| 88 | bool SetBoolFormat(EMITTER_MANIP value, FmtScope::value scope); |
| 89 | EMITTER_MANIP GetBoolFormat() const { return m_boolFmt.get(); } |