#ifndef PROCESSOR_HH #define PROCESSOR_HH #include "macros.hh" #include #include #include namespace modxml { namespace sax { class DecoderFactory; class Delegate; class Processor; std::unique_ptr HIDDEN create_processor( std::shared_ptr delegate, std::shared_ptr decoder_factory, std::optional force_encoding, std::optional default_buffer_size, std::optional max_buffer_size); } // namespace sax } // namespace modxml #endif // PROCESSOR_HH