MkBufferStreamC - various functions to create and destroy a MkBufferStreamC … More...
MkBufferStreamC - various functions to create and destroy a MkBufferStreamC …
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::Create ?size:int32=0?]
create and initialize an MkBufferStreamC instance …
Definition at line 722 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::Create1024 ?size:int32=0?]
call the BufferStreamCreate with default type MkBufferStream1024S (1024 byte) …
Definition at line 743 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::Create16384 ?size:int32=0?]
call the BufferStreamCreate with default type MkBufferStream16384S (16384 byte) …
Definition at line 763 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::Create256 ?size:int32=0?]
call the BufferStreamCreate with default type MkBufferStream256S (256 byte) …
Definition at line 783 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::Create64 ?size:int32=0?]
call the BufferStreamCreate with default type MkBufferStream64S (64 byte) …
Definition at line 803 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (static) MkBufferStreamC [MkBufferStreamC::CreateTLS tlsName:string ?resetB:bool=true?]
same as BufferStreamCreate but require no cleanup …
Definition at line 825 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor,static) MkBufferStreamC [MkBufferStreamC::CTOR ?size:int32=0?]
create and initialize an MkBufferStreamC instance …
Definition at line 702 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor) MkBufferStreamC [MkBufferStreamC::Dup $src]
Dup-Constructor - create a new MkBufferStreamC instance as copy from an existing MkBufferStreamC instance …
Definition at line 682 of file MkBufferStreamC_atl.c.
|
static |
Atl:
→ C-API (constructor) MkBufferStreamC [MkBufferStreamC::Merge $bus]
Merge-Constructor - create a new MkBufferStreamC as a merge from an existing object …
Definition at line 662 of file MkBufferStreamC_atl.c.