libnebular::PluginIterator Class Reference
[Plugin API]
C++ iterator, ForwardIterator
, iterates through registered PicHandlerMgr
classes.
More...
#include <libnebular-plugin.hpp>
List of all members.
Detailed Description
C++ iterator, ForwardIterator
, iterates through registered PicHandlerMgr
classes.
Mainly used by Picture
for search of appropriate handler. Can be used e.g. to get some info about registered PicHandlerMgr
-s.
Definition at line 212 of file libnebular-plugin.hpp.
Constructor & Destructor Documentation
libnebular::PluginIterator::PluginIterator |
( |
|
) |
|
libnebular::PluginIterator::~PluginIterator |
( |
|
) |
|
libnebular::PluginIterator::PluginIterator |
( |
const PluginIterator & |
src |
) |
|
Member Function Documentation
bool libnebular::PluginIterator::operator!= |
( |
const PluginIterator & |
b |
) |
const |
PluginIterator::value_type & libnebular::PluginIterator::operator* |
( |
|
) |
|
PluginIterator::value_type * libnebular::PluginIterator::operator-> |
( |
|
) |
|
bool libnebular::PluginIterator::operator== |
( |
const PluginIterator & |
b |
) |
const |
Friends And Related Function Documentation
The documentation for this class was generated from the following files: