WSF
WsfObjectTypeList< T >::LoadResult Struct Reference

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
ObjectTypemObjectTypePtr
 The object loaded. Null if no object was loaded.

Detailed Description

template<class T>
struct WsfObjectTypeList< T >::LoadResult

Result of a LoadType() operation.

Constructor & Destructor Documentation

◆ LoadResult()

template<class T>
WsfObjectTypeList< T >::LoadResult::LoadResult ( )
inline

Member Function Documentation

◆ operator bool()

template<class T>
WsfObjectTypeList< T >::LoadResult::operator bool ( ) const
inline

Returns 'true' if the input was processed by this type list.

References mIsCommandProcessed.

Member Data Documentation

◆ mIsCommandProcessed

template<class T>
bool WsfObjectTypeList< T >::LoadResult::mIsCommandProcessed

Referenced by LoadResult(), and operator bool().

◆ mObjectTypePtr

template<class T>
ObjectType* WsfObjectTypeList< T >::LoadResult::mObjectTypePtr

The object loaded. Null if no object was loaded.

Referenced by LoadResult().


The documentation for this struct was generated from the following file:
Copyrights Multiple, All Rights Reserved