Mantid
|
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... | |
Provides a concrete type to wrap & return AlgorithmIDs that are actually just typedefs for void*.
Definition at line 17 of file AlgorithmIDProxy.h.
|
inlineexplicit |
Construct with existing pointer.
Definition at line 19 of file AlgorithmIDProxy.h.
|
inline |
Definition at line 21 of file AlgorithmIDProxy.h.
References rhs.
API::AlgorithmID Mantid::PythonInterface::AlgorithmIDProxy::id |
held ID value
Definition at line 23 of file AlgorithmIDProxy.h.