equal
deleted
inserted
replaced
4461 ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function] |
4461 ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function] |
4462 cls.add_method('GetTxAvailable', |
4462 cls.add_method('GetTxAvailable', |
4463 'uint32_t', |
4463 'uint32_t', |
4464 [], |
4464 [], |
4465 is_pure_virtual=True, is_const=True, is_virtual=True) |
4465 is_pure_virtual=True, is_const=True, is_virtual=True) |
|
4466 ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function] |
|
4467 cls.add_method('IsRecvPktInfo', |
|
4468 'bool', |
|
4469 [], |
|
4470 is_const=True) |
4466 ## socket.h (module 'network'): int ns3::Socket::Listen() [member function] |
4471 ## socket.h (module 'network'): int ns3::Socket::Listen() [member function] |
4467 cls.add_method('Listen', |
4472 cls.add_method('Listen', |
4468 'int', |
4473 'int', |
4469 [], |
4474 [], |
4470 is_pure_virtual=True, is_virtual=True) |
4475 is_pure_virtual=True, is_virtual=True) |