Location:
WSPDecoder.h
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.
Defined in TWspField
:
TWspField()
, TWspField()
, iHdrName
, iValBuffer
inline TWspField(RStringF aHdrName, TPtrC8 aValBuf);
Constructor
|
RStringF iHdrName;
The header name of a opened RStringF
- *Not Owned* This is externally opened. It must be externally closed.
TPtrC8 iValBuffer;