|
WSF
|
#include <WsfObjectTypeListBase.hpp>


Public Member Functions | |
| WsfObjectTypeListFwd (WsfObjectTypeListBaseI *aActualTypeListPtr) | |
| ~WsfObjectTypeListFwd () override | |
| void | Clear () override |
| bool | ProcessInput (UtInput &aInput) override |
| void | CompleteLoad () override |
| T * | Clone (WsfStringId aId) const override |
| T * | Find (WsfStringId aId) const override |
| const std::string & | GetBlockName () const override |
| void | GetTypeIds (TypeIdList &aListOfIds) const override |
| Public Member Functions inherited from WsfObjectTypeListBaseI | |
| virtual | ~WsfObjectTypeListBaseI ()=default |
Protected Member Functions | |
| WsfObjectTypeList< T > * | TypeList () |
Protected Attributes | |
| WsfObjectTypeListBaseI * | mActualTypeListPtr |
Additional Inherited Members | |
| Public Types inherited from WsfObjectTypeListBaseI | |
| typedef std::vector< WsfStringId > | TypeIdList |
Provides the interface of WsfObjectTypeListBaseI by forwarding calls to an underlying implementation. This is used to provide an inline, non-dll-exported interface.
|
inline |
References mActualTypeListPtr.
|
inlineoverride |
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Reimplemented from WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineoverridevirtual |
Implements WsfObjectTypeListBaseI.
References mActualTypeListPtr.
|
inlineprotected |
References mActualTypeListPtr.
|
protected |
Referenced by Clear(), Clone(), CompleteLoad(), Find(), GetBlockName(), GetTypeIds(), ProcessInput(), TypeList(), WsfObjectTypeListFwd(), and ~WsfObjectTypeListFwd().