src/internet/bindings/modulegen__gcc_LP64.py
changeset 7449 c9d877350d13
parent 7403 423566595b8a
child 7586 c94d841b44fb
equal deleted inserted replaced
7448:7278b00bf5ba 7449:c9d877350d13
   391     ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class]
   391     ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class]
   392     module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::TraceSourceAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
   392     module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::TraceSourceAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
   393     ## socket.h (module 'network'): ns3::Socket [class]
   393     ## socket.h (module 'network'): ns3::Socket [class]
   394     module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object'])
   394     module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object'])
   395     ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration]
   395     ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration]
   396     module.add_enum('SocketErrno', ['ERROR_NOTERROR', 'ERROR_ISCONN', 'ERROR_NOTCONN', 'ERROR_MSGSIZE', 'ERROR_AGAIN', 'ERROR_SHUTDOWN', 'ERROR_OPNOTSUPP', 'ERROR_AFNOSUPPORT', 'ERROR_INVAL', 'ERROR_BADF', 'ERROR_NOROUTETOHOST', 'ERROR_NODEV', 'ERROR_ADDRNOTAVAIL', 'SOCKET_ERRNO_LAST'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network')
   396     module.add_enum('SocketErrno', ['ERROR_NOTERROR', 'ERROR_ISCONN', 'ERROR_NOTCONN', 'ERROR_MSGSIZE', 'ERROR_AGAIN', 'ERROR_SHUTDOWN', 'ERROR_OPNOTSUPP', 'ERROR_AFNOSUPPORT', 'ERROR_INVAL', 'ERROR_BADF', 'ERROR_NOROUTETOHOST', 'ERROR_NODEV', 'ERROR_ADDRNOTAVAIL', 'ERROR_ADDRINUSE', 'SOCKET_ERRNO_LAST'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network')
   397     ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration]
   397     ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration]
   398     module.add_enum('SocketType', ['NS3_SOCK_STREAM', 'NS3_SOCK_SEQPACKET', 'NS3_SOCK_DGRAM', 'NS3_SOCK_RAW'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network')
   398     module.add_enum('SocketType', ['NS3_SOCK_STREAM', 'NS3_SOCK_SEQPACKET', 'NS3_SOCK_DGRAM', 'NS3_SOCK_RAW'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network')
   399     ## socket.h (module 'network'): ns3::SocketAddressTag [class]
   399     ## socket.h (module 'network'): ns3::SocketAddressTag [class]
   400     module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag'])
   400     module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag'])
   401     ## socket-factory.h (module 'network'): ns3::SocketFactory [class]
   401     ## socket-factory.h (module 'network'): ns3::SocketFactory [class]
  4463     ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function]
  4463     ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function]
  4464     cls.add_method('MustHideFromDocumentation', 
  4464     cls.add_method('MustHideFromDocumentation', 
  4465                    'bool', 
  4465                    'bool', 
  4466                    [], 
  4466                    [], 
  4467                    is_const=True)
  4467                    is_const=True)
  4468     ## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function]
       
  4469     cls.add_method('ResetInitialValues', 
       
  4470                    'void', 
       
  4471                    [], 
       
  4472                    is_static=True)
       
  4473     ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
  4468     ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
  4474     cls.add_method('SetAttributeInitialValue', 
  4469     cls.add_method('SetAttributeInitialValue', 
  4475                    'bool', 
  4470                    'bool', 
  4476                    [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')])
  4471                    [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')])
  4477     ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function]
  4472     ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function]