| 602 | } |
| 603 | |
| 604 | bool cEncoder::AllowWhiteSpace() const |
| 605 | { |
| 606 | return (0 != (m_fFlags & ALLOW_WHITESPACE)); |
| 607 | } |
| 608 | |
| 609 | ////////////////////////////////////////////////////////////////////////////// |
| 610 | // ENCODER BASIC FUNCTIONALITY |
nothing calls this directly
no outgoing calls
no test coverage detected