TWspField Class Reference

#include <wspdecoder.h>

class TWspField
Public Attributes
RStringF iHdrName
TPtrC8 iValBuffer
Public Member Functions
TWspField()
TWspField(RStringF, TPtrC8)

Detailed Description

DeprecatedTWspField 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.

Member Attribute Documentation

iHdrName

RStringF iHdrName

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

iValBuffer

TPtrC8 iValBuffer

The raw value buffer - Note: Not owned by this

Constructor & Destructor Documentation

TWspField ( )

TWspField()[inline]

Constructor

TWspField ( RStringF, TPtrC8 )

TWspField(RStringFaHdrName,
TPtrC8aValBuf
)[inline]

Constructor

Parameters
aHdrNameIn - The Header Name. This must be an opened RStringF
aValBufIn - the Buffer containing the header value in its raw format