PDI 1.9.3

the PDI data interface

PDI::Context::Iterator Class Reference

An iterator used to go through the descriptor store. More...

#include <context.h>

Public Member Functions

Data_descriptoroperator-> ()
Data_descriptoroperator* ()
Iterator & operator++ ()
bool operator!= (const Iterator &)
bool operator== (const Iterator &)

Friends

class Context

Detailed Description

An iterator used to go through the descriptor store.

Member Function Documentation

◆ operator->()

Data_descriptor * PDI::Context::Iterator::operator-> ( )

◆ operator*()

Data_descriptor & PDI::Context::Iterator::operator* ( )

◆ operator++()

Iterator & PDI::Context::Iterator::operator++ ( )

◆ operator!=()

bool PDI::Context::Iterator::operator!= ( const Iterator & )

◆ operator==()

bool PDI::Context::Iterator::operator== ( const Iterator & )

◆ Context

friend class Context
friend

The documentation for this class was generated from the following file: