|
PST File Format SDK v0.4
|
Functor to determine if an object is of the specified node type. More...
#include <folder.h>
Collaboration diagram for pstsdk::is_nid_type< Type >:Public Member Functions | |
| bool | operator() (const node_info &info) |
| bool | operator() (const const_table_row &row) |
Functor to determine if an object is of the specified node type.
This functor is used to build filters for use by the boost iterator library. It has overloads for both node_info objects (when filtering over the NBT) and for const_table_rows (when filtering over a table). It is used by both the PST Layer object and the folder object.
| Type | The node type to identify |
|
inline |
|
inline |