TWspField Class Reference

class TWspField

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.

Constructor & Destructor Documentation

TWspField()

TWspField ( ) [inline]

Constructor

TWspField(RStringF, TPtrC8)

TWspField ( RStringF aHdrName,
TPtrC8 aValBuf
) [inline]

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

Member Data Documentation

RStringF iHdrName

RStringF iHdrName

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

TPtrC8 iValBuffer

TPtrC8 iValBuffer

The raw value buffer - Note: Not owned by this