#include <WsfComponentFactoryList.hpp>
◆ Iterator()
template<typename PARENT_TYPE>
An iterator for iterating over the factories that apply to the class PARENT_TYPE.
Referenced by operator++().
◆ AtEnd()
template<typename PARENT_TYPE>
◆ operator*()
template<typename PARENT_TYPE>
Return the pointer to the factory currently addressed by the iterator.
- Returns
- Pointer to the factory, cast to the proper type.
◆ operator++()
template<typename PARENT_TYPE>
Pre-increment operator. This must never be called if the iterator is already at the end of the list.
References Iterator().
The documentation for this class was generated from the following file: