equal
deleted
inserted
replaced
4849 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4849 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4850 cls.add_method('Compare', |
4850 cls.add_method('Compare', |
4851 'int', |
4851 'int', |
4852 [param('ns3::Time const &', 'o')], |
4852 [param('ns3::Time const &', 'o')], |
4853 is_const=True) |
4853 is_const=True) |
4854 ## nstime.h (module 'core'): static void ns3::Time::FreezeResolution() [member function] |
|
4855 cls.add_method('FreezeResolution', |
|
4856 'void', |
|
4857 [], |
|
4858 is_static=True) |
|
4859 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
4854 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
4860 cls.add_method('From', |
4855 cls.add_method('From', |
4861 'ns3::Time', |
4856 'ns3::Time', |
4862 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
4857 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
4863 is_static=True) |
4858 is_static=True) |