MkBufferStreamC - various functions to create and destroy a MkBufferStreamS … More...
Functions | |
MkBufferStreamC * | ccmkkernel::MkBufferStreamC::Copy (const MkBufferStreamC *src) const |
C++: → C-API copy the MkBufferStreamC from src to bus … | |
MkBufferStreamC * | ccmkkernel::MkBufferStreamC::Copy (const MkBufferStreamC &src) const |
C++: → C-API copy the MkBufferStreamC from src to bus … | |
MkBufferStreamC * | ccmkkernel::MkBufferStreamC::Reset () |
C++: → C-API reset a MkBufferStreamC to the length zero … | |
MkBufferListC * | ccmkkernel::MkBufferStreamC::ToBFL () const |
C++: → C-API convert the bus into a MkBufferListC … | |
void | ccmkkernel::MkBufferStreamC::PosToStart () |
C++: → C-API set the current-access-position to the start of MkBufferStreamC … | |
void | ccmkkernel::MkBufferStreamC::ResetFull () |
C++: → C-API reset a MkBufferStreamC to the length zero and free allocated storage… | |
MkBufferStreamC - various functions to create and destroy a MkBufferStreamS …
|
inline |
C++:
→ C-API MkBufferStreamC* bus.Copy(const MkBufferStreamC* src)
copy the MkBufferStreamC from src to bus …
Definition at line 136 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferStreamC* bus.Copy(const MkBufferStreamC* src)
copy the MkBufferStreamC from src to bus …
Definition at line 128 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.PosToStart()
set the current-access-position to the start of MkBufferStreamC …
Definition at line 164 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferStreamC* bus.Reset()
reset a MkBufferStreamC to the length zero …
Definition at line 144 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API bus.ResetFull()
reset a MkBufferStreamC to the length zero and free allocated storage…
Definition at line 170 of file MkBufferStreamC_inline_cc.hh.
|
inline |
C++:
→ C-API MkBufferListC* bus.ToBFL()
convert the bus into a MkBufferListC …
Definition at line 151 of file MkBufferStreamC_inline_cc.hh.