Fairport
v1.0.38
|
PST implementation. More...
#include <boost/noncopyable.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include "fairport/ndb/database.h"
#include "fairport/ndb/database_iface.h"
#include "fairport/ndb/node.h"
#include "fairport/ltp/propbag.h"
#include "fairport/ltp/nameid.h"
#include "fairport/pst/folder.h"
#include "fairport/pst/message.h"
#include "fairport/pst/pstutil.h"
Go to the source code of this file.
Classes | |
class | fairport::pst |
A PST file. More... | |
Namespaces | |
namespace | fairport |
Contains the definition of all in memory representations of disk structures. |
PST implementation.
This file contains the implementation of the "pst" object, the object that most users of the library will be most familiar with. It's the entry point to the pst file, allowing you to search for, enumerate over, and directly open the sub objects which contain the actual data.
Named property resolution was also exposed on this object.
Definition in file pst.h.