SILC_STR_BUFFER

NAME

    #define SILC_STR_BUFFER() ...
    #define SILC_STR_BUFFER_ALLOC() ...

DESCRIPTION

SilcBuffer formatting.

     Formatting:    SILC_STR_BUFFER(SilcBuffer)
     Unformatting:  SILC_STR_BUFFER(SilcBuffer)

This type can be used to format and unformat SilcBuffer. Note that, the length of the buffer will be automatically encoded into the buffer as a 32-bit integer. In unformatting the SilcBuffer context must be pre-allocated.

_ALLOC routines automatically allocates memory inside SilcBuffer in unformatting.