コード例 #1
0
def myBogusArrayType(buffer, type, copy):
    return Ice.createArray(buffer, 1024, copy)
コード例 #2
0
def myFloatSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #3
0
def myDoubleSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #4
0
def myShortSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #5
0
def myLongSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #6
0
def myBogusArrayType(buffer, type, copy):
    return Ice.createArray(buffer, 1024, copy)
コード例 #7
0
def myByteSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #8
0
def myDoubleSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #9
0
def myFloatSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #10
0
def myLongSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #11
0
def myShortSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)
コード例 #12
0
def myByteSeq(buffer, type, copy):
    return Ice.createArray(buffer, type, copy)