Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

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



Location: e32std.h
Link against:

Typedef TLex

#if defined(_UNICODE)
    typedef TLex16 TLex;
#else
    typedef TLex8 TLex;
#endif

Support

Supported from 5.0

Description

Provides access to general string-parsing functions suitable for numeric format conversions and syntactical-element parsing. It maps directly to either a TLex16 for a Unicode build or a TLex8 for a non-Unicode build.

The build independent type should always be used unless an explicit 16 bit or 8 bit build variant is required.

See also: