145 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
145 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
146 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')) |
146 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')) |
147 ## socket.h (module 'network'): ns3::Socket [class] |
147 ## socket.h (module 'network'): ns3::Socket [class] |
148 module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object']) |
148 module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object']) |
149 ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration] |
149 ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration] |
150 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') |
150 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') |
151 ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration] |
151 ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration] |
152 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') |
152 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') |
153 ## socket.h (module 'network'): ns3::SocketAddressTag [class] |
153 ## socket.h (module 'network'): ns3::SocketAddressTag [class] |
154 module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
154 module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
155 ## socket.h (module 'network'): ns3::SocketIpTtlTag [class] |
155 ## socket.h (module 'network'): ns3::SocketIpTtlTag [class] |
2065 ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
2065 ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
2066 cls.add_method('MustHideFromDocumentation', |
2066 cls.add_method('MustHideFromDocumentation', |
2067 'bool', |
2067 'bool', |
2068 [], |
2068 [], |
2069 is_const=True) |
2069 is_const=True) |
2070 ## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function] |
|
2071 cls.add_method('ResetInitialValues', |
|
2072 'void', |
|
2073 [], |
|
2074 is_static=True) |
|
2075 ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function] |
2070 ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function] |
2076 cls.add_method('SetAttributeInitialValue', |
2071 cls.add_method('SetAttributeInitialValue', |
2077 'bool', |
2072 'bool', |
2078 [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')]) |
2073 [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')]) |
2079 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |
2074 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |