WSF
WsfBMUnmanagedTypeWrapper< tWrappedType > Class Template Reference

#include <WsfBMGenericTypeWrapper.hpp>

Inheritance diagram for WsfBMUnmanagedTypeWrapper< tWrappedType >:
Collaboration diagram for WsfBMUnmanagedTypeWrapper< tWrappedType >:

Public Member Functions

 WsfBMUnmanagedTypeWrapper (const std::string &script_class_name)
 WsfBMUnmanagedTypeWrapper (const std::string &script_class_name, tWrappedType *data_to_wrap)
virtual void SetData (tWrappedType *data_to_wrap)
Public Member Functions inherited from WsfBMTypeWrapper< tWrappedType, tWrappedType * >
 WsfBMTypeWrapper (const std::string &script_class_name)
virtual WsfBMTypeWrapperClone () const
virtual const char * GetScriptClassName () const
virtual tType GetRawPtr () const
virtual bool IsValidRef () const
Public Member Functions inherited from WsfObject
 WsfObject ()
 This is the constructor for the WsfObject class.
 ~WsfObject () override
 This is the destructor for the WsfObject class.
const char * GetScriptClassName () const override
virtual bool ProcessInput (UtInput &aInput)
const std::string & GetType () const
WsfStringId GetTypeId () const
 Get the string ID of the 'type' of the object.
void SetType (WsfStringId aType)
const std::string & GetBaseType () const
WsfStringId GetBaseTypeId () const
const TypeListGetTypeList () const
bool IsA_TypeOf (WsfStringId aType) const
WsfObjectoperator= (const WsfObject &aRhs)
 Assignment operator.
template<typename T>
void Serialize (T &aBuff)
 For XIO (de)serialization.
const std::string & GetName () const
WsfStringId GetNameId () const
void SetName (WsfStringId aName)

Additional Inherited Members

Public Types inherited from WsfBMTypeWrapper< tWrappedType, tWrappedType * >
typedef tWrappedType * tType
Public Types inherited from WsfObject
typedef std::vector< WsfStringIdTypeList
 The list of types returned by GetTypeList.
 WsfObject (const WsfObject &aSrc)
 Copy constructor (for Clone()).
Protected Attributes inherited from WsfBMTypeWrapper< tWrappedType, tWrappedType * >
std::string m_script_class_name
tWrappedType * m_wrapped_ptr

Constructor & Destructor Documentation

◆ WsfBMUnmanagedTypeWrapper() [1/2]

template<typename tWrappedType>
WsfBMUnmanagedTypeWrapper< tWrappedType >::WsfBMUnmanagedTypeWrapper ( const std::string & script_class_name)
inline

◆ WsfBMUnmanagedTypeWrapper() [2/2]

template<typename tWrappedType>
WsfBMUnmanagedTypeWrapper< tWrappedType >::WsfBMUnmanagedTypeWrapper ( const std::string & script_class_name,
tWrappedType * data_to_wrap )
inline

Member Function Documentation

◆ SetData()

template<typename tWrappedType>
virtual void WsfBMUnmanagedTypeWrapper< tWrappedType >::SetData ( tWrappedType * data_to_wrap)
inlinevirtual

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