#include <mlITKMLBaseWrapper.h>
Public Member Functions | |
| WrapperSuperStructPtrs (const std::string *const nameStringsArg, const WrapperSuperStructPtrs *const pSSArgs) | |
| Default constructor. | |
| WrapperSuperStructPtrs (const std::string *const nameStringsArg, const WrapperSuperStructPtrs *const pSSArgs) | |
| Default constructor. | |
Public Attributes | |
| const std::string *const | nameStrings |
| Pointer to the type name and parent type name strings. | |
| const WrapperSuperStructPtrs *const | parentSuperStruct |
| Pointer to the WrapperSuperStructPtrs of the parent class. | |
Definition at line 44 of file mlITKMLBaseWrapper.h.
| ml::WrapperSuperStructPtrs::WrapperSuperStructPtrs | ( | const std::string *const | nameStringsArg, | |
| const WrapperSuperStructPtrs *const | pSSArgs | |||
| ) | [inline] |
| ml::WrapperSuperStructPtrs::WrapperSuperStructPtrs | ( | const std::string *const | nameStringsArg, | |
| const WrapperSuperStructPtrs *const | pSSArgs | |||
| ) | [inline] |
| const std::string *const ml::WrapperSuperStructPtrs::nameStrings |
Pointer to the type name and parent type name strings.
Definition at line 51 of file mlITKMLBaseWrapper.h.
Referenced by ml::ITKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >::hasSuperClass().
Pointer to the WrapperSuperStructPtrs of the parent class.
Definition at line 54 of file mlITKMLBaseWrapper.h.
Referenced by ml::ITKMLBaseWrapper< OBJ_TYPE, OBJ_TYPE_POINTER, WRAPPER_CLASS_NAME >::hasSuperClass().
1.5.8