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. |
Iterator to use with Property Container.
|
inline |
Get Property Tag of the Property Value this operator points to.
|
inline |
Get Property Tag Type.
|
inline |
operator*
![]() ![]() ![]() |
This content is licensed under the Creative Commons Attribution ShareAlike License v. 3.0: http://creativecommons.org/licenses/by-sa/3.0/ |