[#CompactSizeWriter] = CompactSizeWriter :mrdocs: Writes a fixed integer value to a stream in CompactSize format. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CompactSizeWriter; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CompactSizeWriter/2constructor.adoc[`CompactSizeWriter`] [.small]#[constructor]# | Construct a writer holding the value to serialize. | xref:CompactSizeWriter/Serialize.adoc[`Serialize`] | Write the held value to the stream in CompactSize format. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:CompactSizeWriter/n.adoc[`n`] | The value to write as a CompactSize. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#