CoderContext :: Destructor |
01 | Closes a coder context. |
02 |
[C++] ~CoderContext(); |
03 |
If the version of the context was not 0, the current position of the coder
will be set to the end of the serialized context. If the coder is an encoder, the dataSize of the stored data will be written during this sequence. |
04 | The logical end position of the coder will be reset to the value that was set before the constructor realigned it. |
05 |
Reference: net::semys Implementation: Semys Architecture See Also: Arch Coder Sub-System, CoderContext, Constructor() |
Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details. |