235 ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag [class] |
235 ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag [class] |
236 module.add_class('SocketSetDontFragmentTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
236 module.add_class('SocketSetDontFragmentTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
237 ## nstime.h (module 'core'): ns3::Time [class] |
237 ## nstime.h (module 'core'): ns3::Time [class] |
238 module.add_class('Time', import_from_module='ns.core') |
238 module.add_class('Time', import_from_module='ns.core') |
239 ## nstime.h (module 'core'): ns3::Time::Unit [enumeration] |
239 ## nstime.h (module 'core'): ns3::Time::Unit [enumeration] |
240 module.add_enum('Unit', ['S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core') |
240 module.add_enum('Unit', ['Y', 'D', 'H', 'MIN', 'S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core') |
241 ## nstime.h (module 'core'): ns3::Time [class] |
241 ## nstime.h (module 'core'): ns3::Time [class] |
242 root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t']) |
242 root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t']) |
243 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class] |
243 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class] |
244 module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
244 module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
245 ## trailer.h (module 'network'): ns3::Trailer [class] |
245 ## trailer.h (module 'network'): ns3::Trailer [class] |
1727 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
1727 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
1728 cls.add_method('IsEqual', |
1728 cls.add_method('IsEqual', |
1729 'bool', |
1729 'bool', |
1730 [param('ns3::Ipv6Address const &', 'other')], |
1730 [param('ns3::Ipv6Address const &', 'other')], |
1731 is_const=True) |
1731 is_const=True) |
1732 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() [member function] |
1732 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() const [member function] |
1733 cls.add_method('IsIpv4MappedAddress', |
1733 cls.add_method('IsIpv4MappedAddress', |
1734 'bool', |
1734 'bool', |
1735 []) |
1735 [], |
|
1736 is_const=True) |
1736 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
1737 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
1737 cls.add_method('IsLinkLocal', |
1738 cls.add_method('IsLinkLocal', |
1738 'bool', |
1739 'bool', |
1739 [], |
1740 [], |
1740 is_const=True) |
1741 is_const=True) |
4449 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
4450 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
4450 cls.add_method('FromInteger', |
4451 cls.add_method('FromInteger', |
4451 'ns3::Time', |
4452 'ns3::Time', |
4452 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4453 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4453 is_static=True) |
4454 is_static=True) |
|
4455 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
|
4456 cls.add_method('GetDays', |
|
4457 'double', |
|
4458 [], |
|
4459 is_const=True) |
4454 ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function] |
4460 ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function] |
4455 cls.add_method('GetDouble', |
4461 cls.add_method('GetDouble', |
4456 'double', |
4462 'double', |
4457 [], |
4463 [], |
4458 is_const=True) |
4464 is_const=True) |
4459 ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function] |
4465 ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function] |
4460 cls.add_method('GetFemtoSeconds', |
4466 cls.add_method('GetFemtoSeconds', |
4461 'int64_t', |
4467 'int64_t', |
4462 [], |
4468 [], |
4463 is_const=True) |
4469 is_const=True) |
|
4470 ## nstime.h (module 'core'): double ns3::Time::GetHours() const [member function] |
|
4471 cls.add_method('GetHours', |
|
4472 'double', |
|
4473 [], |
|
4474 is_const=True) |
4464 ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function] |
4475 ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function] |
4465 cls.add_method('GetInteger', |
4476 cls.add_method('GetInteger', |
4466 'int64_t', |
4477 'int64_t', |
4467 [], |
4478 [], |
4468 is_const=True) |
4479 is_const=True) |
4474 ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function] |
4485 ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function] |
4475 cls.add_method('GetMilliSeconds', |
4486 cls.add_method('GetMilliSeconds', |
4476 'int64_t', |
4487 'int64_t', |
4477 [], |
4488 [], |
4478 is_const=True) |
4489 is_const=True) |
|
4490 ## nstime.h (module 'core'): double ns3::Time::GetMinutes() const [member function] |
|
4491 cls.add_method('GetMinutes', |
|
4492 'double', |
|
4493 [], |
|
4494 is_const=True) |
4479 ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function] |
4495 ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function] |
4480 cls.add_method('GetNanoSeconds', |
4496 cls.add_method('GetNanoSeconds', |
4481 'int64_t', |
4497 'int64_t', |
4482 [], |
4498 [], |
4483 is_const=True) |
4499 is_const=True) |
4497 [], |
4513 [], |
4498 is_const=True) |
4514 is_const=True) |
4499 ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function] |
4515 ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function] |
4500 cls.add_method('GetTimeStep', |
4516 cls.add_method('GetTimeStep', |
4501 'int64_t', |
4517 'int64_t', |
|
4518 [], |
|
4519 is_const=True) |
|
4520 ## nstime.h (module 'core'): double ns3::Time::GetYears() const [member function] |
|
4521 cls.add_method('GetYears', |
|
4522 'double', |
4502 [], |
4523 [], |
4503 is_const=True) |
4524 is_const=True) |
4504 ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function] |
4525 ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function] |
4505 cls.add_method('IsNegative', |
4526 cls.add_method('IsNegative', |
4506 'bool', |
4527 'bool', |