Difference between revisions of "CBitStream::opAssign"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> </onlyinclude> <syntaxhighlight lang="cpp"> void writeBitStream(CBitStream@ bitstream, int index, int bits) </syntaxhighlight> Object method of: [[CBitStrea...")
 
 
Line 5: Line 5:
 
<syntaxhighlight lang="cpp">
 
<syntaxhighlight lang="cpp">
  
void writeBitStream(CBitStream@ bitstream, int index, int bits)
+
CBitStream& opAssign(const CBitStream &in)
  
 
</syntaxhighlight>
 
</syntaxhighlight>

Latest revision as of 09:12, 10 September 2012



CBitStream& opAssign(const CBitStream &in)

Object method of: CBitStream