1014 []) |
1014 []) |
1015 ## flow-monitor-helper.h (module 'flow-monitor'): ns3::Ptr<ns3::FlowClassifier> ns3::FlowMonitorHelper::GetClassifier() [member function] |
1015 ## flow-monitor-helper.h (module 'flow-monitor'): ns3::Ptr<ns3::FlowClassifier> ns3::FlowMonitorHelper::GetClassifier() [member function] |
1016 cls.add_method('GetClassifier', |
1016 cls.add_method('GetClassifier', |
1017 'ns3::Ptr< ns3::FlowClassifier >', |
1017 'ns3::Ptr< ns3::FlowClassifier >', |
1018 []) |
1018 []) |
|
1019 ## flow-monitor-helper.h (module 'flow-monitor'): void ns3::FlowMonitorHelper::SerializeToXmlStream(std::ostream & os, int indent, bool enableHistograms, bool enableProbes) [member function] |
|
1020 cls.add_method('SerializeToXmlStream', |
|
1021 'void', |
|
1022 [param('std::ostream &', 'os'), param('int', 'indent'), param('bool', 'enableHistograms'), param('bool', 'enableProbes')]) |
|
1023 ## flow-monitor-helper.h (module 'flow-monitor'): std::string ns3::FlowMonitorHelper::SerializeToXmlString(int indent, bool enableHistograms, bool enableProbes) [member function] |
|
1024 cls.add_method('SerializeToXmlString', |
|
1025 'std::string', |
|
1026 [param('int', 'indent'), param('bool', 'enableHistograms'), param('bool', 'enableProbes')]) |
|
1027 ## flow-monitor-helper.h (module 'flow-monitor'): void ns3::FlowMonitorHelper::SerializeToXmlFile(std::string fileName, bool enableHistograms, bool enableProbes) [member function] |
|
1028 cls.add_method('SerializeToXmlFile', |
|
1029 'void', |
|
1030 [param('std::string', 'fileName'), param('bool', 'enableHistograms'), param('bool', 'enableProbes')]) |
1019 return |
1031 return |
1020 |
1032 |
1021 def register_Ns3Hasher_methods(root_module, cls): |
1033 def register_Ns3Hasher_methods(root_module, cls): |
1022 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor] |
1034 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor] |
1023 cls.add_constructor([param('ns3::Hasher const &', 'arg0')]) |
1035 cls.add_constructor([param('ns3::Hasher const &', 'arg0')]) |
4548 ## ipv4-l3-protocol.h (module 'internet'): bool ns3::Ipv4L3Protocol::IsForwarding(uint32_t i) const [member function] |
4560 ## ipv4-l3-protocol.h (module 'internet'): bool ns3::Ipv4L3Protocol::IsForwarding(uint32_t i) const [member function] |
4549 cls.add_method('IsForwarding', |
4561 cls.add_method('IsForwarding', |
4550 'bool', |
4562 'bool', |
4551 [param('uint32_t', 'i')], |
4563 [param('uint32_t', 'i')], |
4552 is_const=True, is_virtual=True) |
4564 is_const=True, is_virtual=True) |
|
4565 ## ipv4-l3-protocol.h (module 'internet'): bool ns3::Ipv4L3Protocol::IsUnicast(ns3::Ipv4Address ad) const [member function] |
|
4566 cls.add_method('IsUnicast', |
|
4567 'bool', |
|
4568 [param('ns3::Ipv4Address', 'ad')], |
|
4569 is_const=True) |
4553 ## ipv4-l3-protocol.h (module 'internet'): bool ns3::Ipv4L3Protocol::IsUp(uint32_t i) const [member function] |
4570 ## ipv4-l3-protocol.h (module 'internet'): bool ns3::Ipv4L3Protocol::IsUp(uint32_t i) const [member function] |
4554 cls.add_method('IsUp', |
4571 cls.add_method('IsUp', |
4555 'bool', |
4572 'bool', |
4556 [param('uint32_t', 'i')], |
4573 [param('uint32_t', 'i')], |
4557 is_const=True, is_virtual=True) |
4574 is_const=True, is_virtual=True) |
5412 ## packet.h (module 'network'): uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function] |
5429 ## packet.h (module 'network'): uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function] |
5413 cls.add_method('Serialize', |
5430 cls.add_method('Serialize', |
5414 'uint32_t', |
5431 'uint32_t', |
5415 [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], |
5432 [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], |
5416 is_const=True) |
5433 is_const=True) |
5417 ## packet.h (module 'network'): void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> arg0) [member function] |
5434 ## packet.h (module 'network'): void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> nixVector) [member function] |
5418 cls.add_method('SetNixVector', |
5435 cls.add_method('SetNixVector', |
5419 'void', |
5436 'void', |
5420 [param('ns3::Ptr< ns3::NixVector >', 'arg0')]) |
5437 [param('ns3::Ptr< ns3::NixVector >', 'nixVector')]) |
5421 return |
5438 return |
5422 |
5439 |
5423 def register_Ns3TimeValue_methods(root_module, cls): |
5440 def register_Ns3TimeValue_methods(root_module, cls): |
5424 ## nstime.h (module 'core'): ns3::TimeValue::TimeValue() [constructor] |
5441 ## nstime.h (module 'core'): ns3::TimeValue::TimeValue() [constructor] |
5425 cls.add_constructor([]) |
5442 cls.add_constructor([]) |