コード例 #1
0
 def add_forward(self, type, id):
     return C._Forward('static %s const' % type,'%s' % (id))
コード例 #2
0
 def add_array_forward(self, type, id, dim):
     return C._Forward('static %s const' % type,'%s[%s]' % (id, dim))