示例#1
0
 def _get_byte_align(self):
     if self.compiler == compilers.MSVC_PDB_9:
         compilers.on_missing_functionality(self.compiler, "byte align")
     return self._byte_align
示例#2
0
文件: enumeration.py 项目: alekob/tce
 def _get_byte_align(self):
     if self.compiler == compilers.MSVC_PDB_9:
         compilers.on_missing_functionality( self.compiler, "byte align" )
     return self._byte_align