10 #ifndef IMPRESOURCEDIR_H_INCLUDED
11 #define IMPRESOURCEDIR_H_INCLUDED
13 #include <boost/shared_ptr.hpp>
20 class IMPResourceDirImpl;
36 boost::shared_ptr<librevenge::RVNGInputStream>
getNameStream()
const;
44 boost::shared_ptr<librevenge::RVNGInputStream>
getTypeStream()
const;
47 boost::shared_ptr<IMPResourceDirImpl>
m_impl;
52 #endif // IMPRESOURCEDIR_H_INCLUDED
Definition: EBOOKHTMLToken.h:91
IMPResourceDir(librevenge::RVNGInputStream *input, const IMPHeader &header)
Definition: IMPResourceDir.cpp:202
boost::shared_ptr< librevenge::RVNGInputStream > getNameStream() const
Get OLE stream for this resource directory.
Definition: IMPResourceDir.cpp:209
Read the resource tree and provide access to it as an OLE stream.
Definition: IMPResourceDir.h:24
boost::shared_ptr< librevenge::RVNGInputStream > getTypeStream() const
Get OLE stream for this resource directory.
Definition: IMPResourceDir.cpp:216
Definition: EBOOKHTMLToken.h:84
Definition: CHMParser.cpp:20
boost::shared_ptr< IMPResourceDirImpl > m_impl
Definition: IMPResourceDir.h:47