Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: e32def.h
Link against:

_FOFF

#define _FOFF(c,f) ((TInt)(&((c *)0)->f))

Support

Supported from 5.0

Description

Calculates the offset of member f within class c.

This is used in the TSglQue and TDblQue constructors to set the offset of the link object from the start of a list element.

Parameters

c

The name of the class.

f

The name of the member within the specified class.

See also: