#include <ExportPluginRegistry.h>
Definition at line 25 of file ExportPluginRegistry.h.
◆ difference_type
◆ iterator_category
◆ pointer
◆ reference
◆ value_type
◆ ConstIterator()
ExportPluginRegistry::ConstIterator::ConstIterator |
( |
ExportPlugins::const_iterator |
pluginIt, |
|
|
int |
formatIndex |
|
) |
| |
|
inline |
◆ operator*()
reference ExportPluginRegistry::ConstIterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++() [1/2]
◆ operator++() [2/2]
ConstIterator ExportPluginRegistry::ConstIterator::operator++ |
( |
int |
| ) |
|
|
inline |
◆ operator->()
pointer ExportPluginRegistry::ConstIterator::operator-> |
( |
| ) |
const |
|
inline |
◆ operator!=
Definition at line 66 of file ExportPluginRegistry.h.
67 {
68 return a.mPluginIt != b.mPluginIt ||
a.mFormatIndex != b.mFormatIndex;
69 }
std::vector< bool >::const_iterator a
◆ operator==
Definition at line 61 of file ExportPluginRegistry.h.
62 {
63 return a.mPluginIt == b.mPluginIt &&
a.mFormatIndex == b.mFormatIndex;
64 }
◆ mFormatIndex
int ExportPluginRegistry::ConstIterator::mFormatIndex |
|
private |
◆ mPluginIt
ExportPlugins::const_iterator ExportPluginRegistry::ConstIterator::mPluginIt |
|
private |
The documentation for this class was generated from the following files: