equal
deleted
inserted
replaced
3119 ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function] |
3119 ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function] |
3120 cls.add_method('GetTxAvailable', |
3120 cls.add_method('GetTxAvailable', |
3121 'uint32_t', |
3121 'uint32_t', |
3122 [], |
3122 [], |
3123 is_pure_virtual=True, is_const=True, is_virtual=True) |
3123 is_pure_virtual=True, is_const=True, is_virtual=True) |
|
3124 ## socket.h (module 'network'): static ns3::TypeId ns3::Socket::GetTypeId() [member function] |
|
3125 cls.add_method('GetTypeId', |
|
3126 'ns3::TypeId', |
|
3127 [], |
|
3128 is_static=True) |
3124 ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function] |
3129 ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function] |
3125 cls.add_method('IsRecvPktInfo', |
3130 cls.add_method('IsRecvPktInfo', |
3126 'bool', |
3131 'bool', |
3127 [], |
3132 [], |
3128 is_const=True) |
3133 is_const=True) |