PST File Format SDK v0.4
Loading...
Searching...
No Matches
pst.h File Reference

PST implementation. More...

#include <boost/noncopyable.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <boost/iterator/transform_iterator.hpp>
#include "pstsdk/ndb/database.h"
#include "pstsdk/ndb/database_iface.h"
#include "pstsdk/ndb/node.h"
#include "pstsdk/ltp/propbag.h"
#include "pstsdk/ltp/nameid.h"
#include "pstsdk/pst/folder.h"
#include "pstsdk/pst/message.h"
#include "pstsdk/util/primitives.h"
+ Include dependency graph for pst.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  pstsdk::pst
 A PST file. More...
 

Namespaces

namespace  pstsdk
 Contains the definition of all in memory representations of disk structures.
 

Detailed Description

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.

Author
Terry Mahaffey

Definition in file pst.h.