|
PST File Format SDK v0.4
|
Defines a transform from a row of a hierarchy table to a folder. More...
#include <folder.h>
Collaboration diagram for pstsdk::folder_transform_row:Public Member Functions | |
| folder_transform_row (const shared_db_ptr &db) | |
| Construct a folder_transform_row object. | |
| folder | operator() (const const_table_row &row) const |
| Perform the transform. | |
Defines a transform from a row of a hierarchy table to a folder.
Used by the boost iterator library to provide iterators over folder objects
|
inline |
Construct a folder_transform_row object.
| [in] | db | The database pointer |
|
inline |