17 #ifndef IMPRESOURCEDIR_H_INCLUDED
18 #define IMPRESOURCEDIR_H_INCLUDED
20 #include <boost/shared_ptr.hpp>
28 class IMPResourceDirImpl;
55 boost::shared_ptr<IMPResourceDirImpl>
m_impl;
60 #endif // IMPRESOURCEDIR_H_INCLUDED
boost::shared_ptr< WPXInputStream > getNameStream() const
Get OLE stream for this resource directory.
Definition: IMPResourceDir.cpp:181
Read the resource tree and provide access to it as an OLE stream.
Definition: IMPResourceDir.h:32
boost::shared_ptr< WPXInputStream > getTypeStream() const
Get OLE stream for this resource directory.
Definition: IMPResourceDir.cpp:188
IMPResourceDir(WPXInputStream *input, const IMPHeader &header)
Definition: IMPResourceDir.cpp:174
boost::shared_ptr< IMPResourceDirImpl > m_impl
Definition: IMPResourceDir.h:55