|
WSF
|
Result of a LoadType() operation. More...
#include <WsfObjectTypeList.hpp>
Public Member Functions | |
| LoadResult () | |
| operator bool () const | |
| Returns 'true' if the input was processed by this type list. | |
Public Attributes | |
| bool | mIsCommandProcessed |
| ObjectType * | mObjectTypePtr |
| The object loaded. Null if no object was loaded. | |
Result of a LoadType() operation.
|
inline |
References mIsCommandProcessed, and mObjectTypePtr.
|
inline |
Returns 'true' if the input was processed by this type list.
References mIsCommandProcessed.
| bool WsfObjectTypeList< T >::LoadResult::mIsCommandProcessed |
Referenced by LoadResult(), and operator bool().
| ObjectType* WsfObjectTypeList< T >::LoadResult::mObjectTypePtr |
The object loaded. Null if no object was loaded.
Referenced by LoadResult().