コード例 #1
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_CMakeModule,
         attributes={'name': self.__name,
                     'lines': self.__lines},
         version={'BuildInfo_CMakeModule': 1})
コード例 #2
0
ファイル: buildinfo.py プロジェクト: ssi-schaefer/confix
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_IDL_Native,
         attributes={
             'filename': self.filename_,
             'includes': self.includes_
         },
         version={'BuildInfo_IDL_Native': 1})
コード例 #3
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_Library_External_AM,
         attributes={
             'libpath': self.__libpath,
             'libs': self.__libs
         },
         version={'BuildInfo_Library_External_AM': 1})
コード例 #4
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_ACInclude_m4,
         attributes={
             'lines': self.__lines,
             'md5': self.__md5
         },
         version={'BuildInfo_ACInclude_m4': 2})
コード例 #5
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_Configure_in,
         attributes={
             'lines': self.__lines,
             'order': self.__order,
             'md5': self.__md5
         },
         version={'BuildInfo_Configure_in': 2})
コード例 #6
0
ファイル: buildinfo.py プロジェクト: ssi-schaefer/confix
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInfo_IDL_Native.get_marshalling_data(self),
         generating_class=BuildInfo_IDL_NativeInstalled,
         attributes={},
         version={'BuildInfo_IDL_NativeInstalled': 1})
コード例 #7
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_CXXFLAGS,
         attributes={'cxxflags': self.__cxxflags},
         version={'BuildInfo_CXXFLAGS': 1})
コード例 #8
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_CommandlineMacros,
         attributes={'macros': self.__macros},
         version={'BuildInfo_CommandlineMacros': 1})
コード例 #9
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_CLibrary_NativeInstalled,
         attributes={'basename': self.__basename},
         version={'BuildInfo_CLibrary_NativeInstalled': 1})
コード例 #10
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_IncludePath_External_AM,
         attributes={'incpath': self.incpath_},
         version={'BuildInfo_IncludePath_External_AM': 1})
コード例 #11
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_Toplevel_CMakeLists_FindCall,
         attributes={'find_call': self.__find_call},
         version={'BuildInfo_Toplevel_CMakeLists_FindCall': 1})
コード例 #12
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=BuildInformation.get_marshalling_data(self),
         generating_class=BuildInfo_Toplevel_CMakeLists_Include,
         attributes={'include': self.__include},
         version={'BuildInfo_Toplevel_CMakeLists_Include': 1})
コード例 #13
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=Provide.get_marshalling_data(self),
         generating_class=Provide_CInclude,
         attributes={},
         version={'Provide_CInclude': 1})
コード例 #14
0
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=Require.get_marshalling_data(self),
         generating_class=Require_IDL,
         attributes={},
         version={'Require_IDL': 1})
コード例 #15
0
ファイル: dependency.py プロジェクト: ssi-schaefer/confix
 def get_marshalling_data(self):
     return update_marshalling_data(
         marshalling_data=Provide.get_marshalling_data(self),
         generating_class=ProvideRelocatedHeader,
         attributes={},
         version={'ProvideRelocatedHeader': 1})