|
PST File Format SDK v0.4
|
Defines a transform from a row to an attachment object. More...
#include <message.h>
Collaboration diagram for pstsdk::attachment_transform:Public Member Functions | |
| attachment_transform (const node &n) | |
| Construct the transform object. | |
| attachment_transform (attachment_transform &&other) | |
| Move constructor for transform objects. | |
| attachment | operator() (const const_table_row &row) const |
| Perform the transform. | |
| attachment_transform (const attachment_transform &other) | |
Defines a transform from a row to an attachment object.
Used by the boost iterator library to provide iterators over attachment objects
|
inline |
|
inline |
|
inline |