Go to the source code of this file.
#define mImpPtrManPointerAccess |
( |
|
qual, |
|
|
|
type |
|
) |
| |
Value:inline qual type* ptr() qual { return this->ptr_; } \
inline operator qual type*() qual { return this->ptr_; }\
inline qual type* operator ->() qual { return this->ptr_; } \
inline qual type&
operator *() qual {
return *this->ptr_; }
Coord3 operator*(double f, const Coord3 &b)
Definition: coord.h:130
template<class T >
T* createObjectArray |
( |
int64_t |
sz | ) |
|
template<class T >
T* createSingleObject |
( |
| ) |
|
template<class T >
void deleteAndZeroArrPtr |
( |
T *& |
ptr, |
|
|
bool |
isowner = true |
|
) |
| |
template<class T >
void deleteAndZeroPtr |
( |
T *& |
ptr, |
|
|
bool |
isowner = true |
|
) |
| |
Convenience function to delete and zero pointer.