libxml++
2.42.2
|
#include <libxml++/io/istreamparserinputbuffer.h>
Public Member Functions | |
LIBXMLPP_API | IStreamParserInputBuffer (std::istream& input) |
LIBXMLPP_API | ~IStreamParserInputBuffer () override |
![]() | |
LIBXMLPP_API | ParserInputBuffer () |
LIBXMLPP_API | ~ParserInputBuffer () override |
LIBXMLPP_API _xmlParserInputBuffer* | cobj () |
gives an access to the underlying libxml structure to the children More... | |
LIBXMLPP_API const _xmlParserInputBuffer* | cobj () const |
gives an access to the underlying libxml structure to the children More... | |
Additional Inherited Members | |
![]() | |
NonCopyable () | |
NonCopyable (const NonCopyable&)=delete | |
virtual | ~NonCopyable () |
NonCopyable& | operator= (const NonCopyable&)=delete |
LIBXMLPP_API xmlpp::IStreamParserInputBuffer::IStreamParserInputBuffer | ( | std::istream & | input | ) |
input | The istream datas will be read from |
|
override |