Poco::Manifest

class Iterator

File Information

Library: Foundation
Package: SharedLibrary
Header: Poco/Manifest.h

Description

The Manifest's very own iterator class.

Member Summary

Member Functions: operator !=, operator *, operator ++, operator =, operator ==, operator->

Constructors

Iterator inline

Iterator(
    const typename MetaMap::const_iterator & it
);

Iterator inline

Iterator(
    const Iterator & it
);

Destructor

~Iterator inline

~Iterator();

Member Functions

operator != inline

inline bool operator != (
    const Iterator & it
) const;

operator * inline

inline const Meta * operator * () const;

operator ++ inline

Iterator & operator ++ ();

operator ++ inline

Iterator operator ++ (
    int
);

operator = inline

Iterator & operator = (
    const Iterator & it
);

operator == inline

inline bool operator == (
    const Iterator & it
) const;

operator-> inline

inline const Meta * operator-> () const;