185 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
185 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
186 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')) |
186 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')) |
187 ## socket.h (module 'network'): ns3::Socket [class] |
187 ## socket.h (module 'network'): ns3::Socket [class] |
188 module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object']) |
188 module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object']) |
189 ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration] |
189 ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration] |
190 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') |
190 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') |
191 ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration] |
191 ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration] |
192 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') |
192 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') |
193 ## socket.h (module 'network'): ns3::SocketAddressTag [class] |
193 ## socket.h (module 'network'): ns3::SocketAddressTag [class] |
194 module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
194 module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
195 ## socket.h (module 'network'): ns3::SocketIpTtlTag [class] |
195 ## socket.h (module 'network'): ns3::SocketIpTtlTag [class] |
2377 ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
2377 ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
2378 cls.add_method('MustHideFromDocumentation', |
2378 cls.add_method('MustHideFromDocumentation', |
2379 'bool', |
2379 'bool', |
2380 [], |
2380 [], |
2381 is_const=True) |
2381 is_const=True) |
2382 ## type-id.h (module 'core'): static void ns3::TypeId::ResetInitialValues() [member function] |
|
2383 cls.add_method('ResetInitialValues', |
|
2384 'void', |
|
2385 [], |
|
2386 is_static=True) |
|
2387 ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function] |
2382 ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function] |
2388 cls.add_method('SetAttributeInitialValue', |
2383 cls.add_method('SetAttributeInitialValue', |
2389 'bool', |
2384 'bool', |
2390 [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')]) |
2385 [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')]) |
2391 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |
2386 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |