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