src/mpi/bindings/modulegen__gcc_ILP32.py
changeset 7724 df7a2f30d5a8
parent 7449 c9d877350d13
child 7798 c21653ccde09
equal deleted inserted replaced
7723:dfd109d5caf0 7724:df7a2f30d5a8
  1314                    [param('ns3::TypeId', 'other')], 
  1314                    [param('ns3::TypeId', 'other')], 
  1315                    is_const=True)
  1315                    is_const=True)
  1316     ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]
  1316     ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]
  1317     cls.add_method('LookupAttributeByName', 
  1317     cls.add_method('LookupAttributeByName', 
  1318                    'bool', 
  1318                    'bool', 
  1319                    [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info')], 
  1319                    [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info', transfer_ownership=False)], 
  1320                    is_const=True)
  1320                    is_const=True)
  1321     ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function]
  1321     ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function]
  1322     cls.add_method('LookupByName', 
  1322     cls.add_method('LookupByName', 
  1323                    'ns3::TypeId', 
  1323                    'ns3::TypeId', 
  1324                    [param('std::string', 'name')], 
  1324                    [param('std::string', 'name')],