Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Layout conventions


Overview

Similarly to the naming conventions, Symbian platform 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 platform 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 platform code uses the following conventions for laying out class declarations:


General


Virtual functions


Inline functions