PST File Format SDK v0.4
Loading...
Searching...
No Matches
+ Collaboration diagram for Node:

Classes

class  pstsdk::node_impl
 The node implementation. More...
 
class  pstsdk::subnode_transform_info
 Defines a transform from a subnode_info to an actual node object. More...
 
class  pstsdk::node_stream_device
 Defines a stream device for a node for use by boost iostream. More...
 
class  pstsdk::node
 An in memory representation of the "node" concept in a PST data file. More...
 

Typedefs

typedef boost::iostreams::stream< node_stream_devicepstsdk::node_stream
 The actual node stream, defined using the boost iostream library and the node_stream_device.
 

Detailed Description

Typedef Documentation

◆ node_stream

typedef boost::iostreams::stream<node_stream_device> pstsdk::node_stream

The actual node stream, defined using the boost iostream library and the node_stream_device.

Definition at line 294 of file node.h.