| 234 | void EmitterState::ClearModifiedSettings() { m_modifiedSettings.clear(); } |
| 235 | |
| 236 | void EmitterState::RestoreGlobalModifiedSettings() { |
| 237 | m_globalModifiedSettings.restore(); |
| 238 | } |
| 239 | |
| 240 | bool EmitterState::SetOutputCharset(EMITTER_MANIP value, |
| 241 | FmtScope::value scope) { |