Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]


Layout conventions

[Top]


Overview

Similarly to the naming conventions, Symbian OS code is laid out in a standard way. Developers and organisations usually have existing preferences for these issues. This information is provided to help you to read Symbian OS code, even if you do not choose to adopt the same layout yourself.

[Top]


Headers

// EG.H
//
// Copyright notice
//

#ifndef _EG_H_
#define _EG_H_
//...include files and declarations
#endif

[Top]


Class layout

Symbian OS code uses the following conventions for laying out class declarations:


General


Virtual functions


Inline functions