SYMBIAN OS V9.3
» Symbian OS v9.3 » Symbian OS reference » C++ component reference » Base E32_EKA2 » PtrAdd()
Location: e32cmn.h
e32cmn.h
PtrAdd()
inline T *PtrAdd(T *aPtr, S aVal);
Adds a value to a pointer.
T *aPtr
Pointer to an object of type T.
S aVal
The value to be added.
T *
The resulting pointer value, as a pointer to a type T.
Copyright ©2008 Symbian Software Ltd.