| 276 | } |
| 277 | |
| 278 | bool EmitterState::SetBoolLengthFormat(EMITTER_MANIP value, |
| 279 | FmtScope::value scope) { |
| 280 | switch (value) { |
| 281 | case LongBool: |
| 282 | case ShortBool: |
| 283 | _Set(m_boolLengthFmt, value, scope); |
| 284 | return true; |
| 285 | default: |
| 286 | return false; |
| 287 | } |
| 288 | } |
| 289 | |
| 290 | bool EmitterState::SetBoolCaseFormat(EMITTER_MANIP value, |
| 291 | FmtScope::value scope) { |