libnebular::PluginIterator Class Reference
[Plugin API]

C++ iterator, ForwardIterator, iterates through registered PicHandlerMgr classes. More...

#include <libnebular-plugin.hpp>

List of all members.

Public Member Functions

 PluginIterator ()
 ~PluginIterator ()
 PluginIterator (const PluginIterator &)
PluginIteratoroperator= (const PluginIterator &)
PluginIteratoroperator++ ()
PluginIterator operator++ (int)
bool operator!= (const PluginIterator &) const
bool operator== (const PluginIterator &) const
value_type & operator* ()
value_type * operator-> ()

Friends

class PluginIteratorImpl_
PluginIterator pluginBegin ()
PluginIterator pluginEnd ()

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 (  ) 

Definition at line 351 of file core.cpp.

libnebular::PluginIterator::~PluginIterator (  ) 

Definition at line 354 of file core.cpp.

libnebular::PluginIterator::PluginIterator ( const PluginIterator src  ) 

Definition at line 356 of file core.cpp.


Member Function Documentation

bool libnebular::PluginIterator::operator!= ( const PluginIterator b  )  const

Definition at line 379 of file core.cpp.

PluginIterator::value_type & libnebular::PluginIterator::operator* (  ) 

Definition at line 385 of file core.cpp.

PluginIterator libnebular::PluginIterator::operator++ ( int   ) 

Definition at line 374 of file core.cpp.

PluginIterator & libnebular::PluginIterator::operator++ (  ) 

Definition at line 370 of file core.cpp.

PluginIterator::value_type * libnebular::PluginIterator::operator-> (  ) 

Definition at line 388 of file core.cpp.

PluginIterator & libnebular::PluginIterator::operator= ( const PluginIterator src  ) 

Definition at line 363 of file core.cpp.

bool libnebular::PluginIterator::operator== ( const PluginIterator b  )  const

Definition at line 382 of file core.cpp.


Friends And Related Function Documentation

PluginIterator pluginBegin (  )  [friend]
PluginIterator pluginEnd (  )  [friend]
friend class PluginIteratorImpl_ [friend]

Definition at line 218 of file libnebular-plugin.hpp.


The documentation for this class was generated from the following files:
Generated on Sun May 29 18:23:56 2011 for libnebular by  doxygen 1.6.3