Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: s32buf.h
Link against: estor.lib

operator+()

TStreamPos operator+(TInt anOffset,TStreamPos aPos);

Support

Supported from 5.0

Description

Gets a stream position object whose value is the sum of the specified value and the specified stream position.

Parameters

TInt anOffset

The value to be added.

TStreamPos aPos

The stream position object.

Return value

TStreamPos

A stream position object whose value is the sum of the two specified values.