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. More... | |
int | get_type () |
Get Property Tag Type. More... | |
bool | operator!= (const property_container_iterator &rhs) const |
operator!= More... | |
const void * | operator* () |
operator* More... | |
property_container_iterator & | operator++ () |
operator++ More... | |
property_container_iterator | operator++ (int postfix) |
operator++ postfix More... | |
bool | operator== (const property_container_iterator &rhs) const |
operator== More... | |
property_container_iterator () | |
Default Constructor. Creates an invalid iterator. More... | |
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.
|
inline |
|
inline |
|
inline |
Get Property Tag of the Property Value this operator points to.
|
inline |
Get Property Tag Type.
|
inline |
operator!=
|
inline |
|
inline |
operator++
|
inline |
operator++ postfix
|
inline |
operator==
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |