
![]() |
![]() |
|
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()
Constructor TWspField(RStringF,TPtrC8)
ConstructoriHdrName
The header name of a opened RStringF - *Not Owned* This is externally opened. It...iValBuffer
The raw value buffer - Note: Not owned by this 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;
The raw value buffer - Note: Not owned by this