Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: WSPDecoder.h

Class TWspField

class TWspField;

Description

TWspField class holds the pair <HeaderName, ValueBuffer> This is a simple class that associates these values. No ownership is handed to this class. It is up to user of this class to open and close all resources used.

Members

Defined in TWspField:
TWspField(), TWspField(), iHdrName, iValBuffer


Construction and destruction


TWspField()

inline TWspField();

Description


TWspField()

inline TWspField(RStringF aHdrName, TPtrC8 aValBuf);

Description

Constructor

Parameters

RStringF aHdrName

TPtrC8 aValBuf

[Top]


Member data


iHdrName

RStringF iHdrName;

Description

The header name of a opened RStringF - *Not Owned* This is externally opened. It must be externally closed.


iValBuffer

TPtrC8 iValBuffer;

Description