Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <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:


Construction and destruction


TWspField()

inline TWspField();

Description

Constructor


TWspField(RStringF,TPtrC8)

inline TWspField(RStringF aHdrName, TPtrC8 aValBuf);

Description

Constructor

Parameters

RStringF aHdrName

In - The Header Name. This must be an opened RStringF

TPtrC8 aValBuf

In - the Buffer containing the header value in its raw format

[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

The raw value buffer - Note: Not owned by this