Iterator to use with Property Container. More...
#include <property_container.h>
Public Member Functions | |
int | get_tag () |
Get Property Tag of the Property Value this operator points to. | |
int | get_type () |
Get Property Tag Type. | |
bool | operator!= (const property_container_iterator &rhs) const |
operator!= | |
const void * | operator* () |
operator* | |
property_container_iterator & | operator++ () |
operator++ | |
property_container_iterator | operator++ (int postfix) |
operator++ postfix | |
bool | operator== (const property_container_iterator &rhs) const |
operator== | |
property_container_iterator () | |
Default Constructor. Creates an invalid iterator. | |
property_container_iterator (mapi_SPropValue *mapi_property_values) | |
property_container_iterator (SPropValue *property_values) | |
Iterator to use with Property Container.
|
inline |
Default Constructor. Creates an invalid iterator.
Referenced by operator!=(), operator++(), operator++(), and operator==().
|
inline |
|
inline |
|
inline |
Get Property Tag of the Property Value this operator points to.
|
inline |
Get Property Tag Type.
|
inline |
operator!=
References property_container_iterator().
|
inline |
|
inline |
operator++
References property_container_iterator().
|
inline |
operator++ postfix
References property_container_iterator().
|
inline |
operator==
References property_container_iterator().
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |