Mantid
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Mantid::PythonInterface::AlgorithmIDProxy Struct Reference

Provides a concrete type to wrap & return AlgorithmIDs that are actually just typedefs for void*. More...

#include <AlgorithmIDProxy.h>

Public Member Functions

 AlgorithmIDProxy (API::AlgorithmID p)
 Construct with existing pointer. More...
 
bool operator== (const AlgorithmIDProxy &rhs)
 

Public Attributes

API::AlgorithmID id
 held ID value More...
 

Detailed Description

Provides a concrete type to wrap & return AlgorithmIDs that are actually just typedefs for void*.

Definition at line 17 of file AlgorithmIDProxy.h.

Constructor & Destructor Documentation

◆ AlgorithmIDProxy()

Mantid::PythonInterface::AlgorithmIDProxy::AlgorithmIDProxy ( API::AlgorithmID  p)
inlineexplicit

Construct with existing pointer.

Definition at line 19 of file AlgorithmIDProxy.h.

Member Function Documentation

◆ operator==()

bool Mantid::PythonInterface::AlgorithmIDProxy::operator== ( const AlgorithmIDProxy rhs)
inline

Definition at line 21 of file AlgorithmIDProxy.h.

References rhs.

Member Data Documentation

◆ id

API::AlgorithmID Mantid::PythonInterface::AlgorithmIDProxy::id

held ID value

Definition at line 23 of file AlgorithmIDProxy.h.


The documentation for this struct was generated from the following file: