equal
deleted
inserted
replaced
3937 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3937 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3938 cls.add_method('Compare', |
3938 cls.add_method('Compare', |
3939 'int', |
3939 'int', |
3940 [param('ns3::Time const &', 'o')], |
3940 [param('ns3::Time const &', 'o')], |
3941 is_const=True) |
3941 is_const=True) |
3942 ## nstime.h (module 'core'): static void ns3::Time::FreezeResolution() [member function] |
|
3943 cls.add_method('FreezeResolution', |
|
3944 'void', |
|
3945 [], |
|
3946 is_static=True) |
|
3947 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
3942 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
3948 cls.add_method('From', |
3943 cls.add_method('From', |
3949 'ns3::Time', |
3944 'ns3::Time', |
3950 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
3945 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
3951 is_static=True) |
3946 is_static=True) |