ARTS
1.0.222
|
Template for Wsv Pointers. More...
#include <wsv_aux.h>
Public Member Functions | |
WsvPointer (T *x) | |
operator T* () | |
![]() | |
virtual | operator Index * () |
virtual | operator Numeric * () |
virtual | operator String * () |
virtual | operator Vector * () |
virtual | operator Matrix * () |
virtual | operator ArrayOfIndex * () |
virtual | operator ArrayOfString * () |
virtual | operator ArrayOfVector * () |
virtual | operator ArrayOfMatrix * () |
virtual | operator ArrayOfLineRecord * () |
virtual | operator ArrayOfArrayOfLineRecord * () |
virtual | operator ArrayOfLineshapeSpec * () |
virtual | operator TagGroups * () |
virtual | operator Los * () |
virtual | ~WsvP () |
Private Attributes | |
T * | mx |
Template for Wsv Pointers.
This defines for each pointer class the conversion operator back to the type that it is pointing to.
This makes it possible to store arbitrary pointers in an array of pointers to WsvP.
|
inline |
|
inline |
|
private |