Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
allocate ( uint size, int numElements ) : |
||
finalizeChunk ( |
||
findNameForPointer ( |
||
findPointer ( |
||
finishSerialization ( ) : void | ||
getBufferPointer ( ) : |
||
getCurrentBufferSize ( ) : int | ||
getSerializationFlags ( ) : int | ||
getUniquePointer ( |
||
registerNameForPointer ( |
||
serializeName ( string ptr ) : void | ||
setSerializationFlags ( int flags ) : void | ||
startSerialization ( ) : void |
Method | Description | |
---|---|---|
btSerializer ( |
||
getCPtr ( |
public allocate ( uint size, int numElements ) : |
||
size | uint | |
numElements | int | |
return |
public finalizeChunk ( |
||
chunk | ||
structType | string | |
chunkCode | int | |
oldPtr | ||
return | void |
public findNameForPointer ( |
||
ptr | ||
return | string |
public findPointer ( |
||
oldPtr | ||
return |
public getBufferPointer ( ) : |
||
return |
public getUniquePointer ( |
||
oldPtr | ||
return |
public registerNameForPointer ( |
||
ptr | ||
name | string | |
return | void |
public setSerializationFlags ( int flags ) : void | ||
flags | int | |
return | void |