Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32def.h
Link against:

_LIT8

#define _LIT8(name,s) const static TLitC8<sizeof(s)> name={sizeof(s)-1,s}

Support

Supported from 5.0

Description

Constructs a constant literal descriptor of type TLitC8<TInt> with a specified name and text.

The 8 bit build variant is generated for both a non-Unicode and Unicode builds.

Parameters

name

The name of the C++ variable to be generated.

s

The literal text enlosed within a pair of double quotes.

See also: