OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
|
A pointer to an array expression. More...
#include <Expressions.h>
Public Member Functions | |
PtrToArray (OArray< T > *rhs) | |
Constructor from object just created. More... | |
PtrToArray () | |
PtrToArray (const PtrToArray &rhs) | |
~PtrToArray () | |
PtrToArray & | operator= (const PtrToArray< T > &)=default |
Public Member Functions inherited from OwnPtr< OArray< T > > | |
OwnPtr () | |
Default constructor. More... | |
OwnPtr (const OwnPtr &) | |
Copy constructor. More... | |
OwnPtr (OArray< T > *) | |
Constructor. More... | |
~OwnPtr () | |
Destructor. More... | |
OwnPtr & | operator= (const OwnPtr &) |
Assign. More... | |
OwnPtr & | operator= (OArray< T > *) |
Assign. More... | |
OArray< T > * | operator-> () const |
Delegation operator. More... | |
OArray< T > & | operator* () const |
Dereferencing operator. More... | |
bool | isValid () const |
Test for validity. More... | |
OArray< T > * | release () |
Release ownership. More... | |
A pointer to an array expression.
Definition at line 179 of file Expressions.h.
|
inline |
Constructor from object just created.
Definition at line 381 of file Expressions.h.
|
inline |
Definition at line 369 of file Expressions.h.
|
inline |
Definition at line 375 of file Expressions.h.
|
inline |
Definition at line 387 of file Expressions.h.
|
default |