[#CompactSizeReader] = CompactSizeReader :mrdocs: Reads a CompactSize value from a stream into a referenced integer. == Synopsis Declared in `<serialize.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CompactSizeReader; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CompactSizeReader/2constructor.adoc[`CompactSizeReader`] [.small]#[constructor]# | Construct a reader bound to the destination integer. | xref:CompactSizeReader/Unserialize.adoc[`Unserialize`] | Read a CompactSize value from the stream into the referenced integer. |=== == Protected Data Members [cols="1,4"] |=== | Name| Description | xref:CompactSizeReader/n.adoc[`n`] | Reference to the integer that receives the decoded value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#