| 26 | bool Emitter::good() const { return m_pState->good(); } |
| 27 | |
| 28 | const std::string Emitter::GetLastError() const { |
| 29 | return m_pState->GetLastError(); |
| 30 | } |
| 31 | |
| 32 | // global setters |
| 33 | bool Emitter::SetOutputCharset(EMITTER_MANIP value) { |
no outgoing calls