Example #1
0
	def __init__(self, datatype = 'char', sizetype = 'int', sizeformat = None):
		FixedInputOutputBufferType.__init__(self, "0", datatype, sizetype, sizeformat)
Example #2
0
	def cleanup(self, name):
		Output("free(%s__out__);", name)
		FixedInputOutputBufferType.cleanup(self, name)
Example #3
0
# Buffers allocated on the heap