equal
deleted
inserted
replaced
3926 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3926 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3927 cls.add_method('Compare', |
3927 cls.add_method('Compare', |
3928 'int', |
3928 'int', |
3929 [param('ns3::Time const &', 'o')], |
3929 [param('ns3::Time const &', 'o')], |
3930 is_const=True) |
3930 is_const=True) |
3931 ## nstime.h (module 'core'): static void ns3::Time::FreezeResolution() [member function] |
|
3932 cls.add_method('FreezeResolution', |
|
3933 'void', |
|
3934 [], |
|
3935 is_static=True) |
|
3936 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
3931 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
3937 cls.add_method('From', |
3932 cls.add_method('From', |
3938 'ns3::Time', |
3933 'ns3::Time', |
3939 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
3934 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
3940 is_static=True) |
3935 is_static=True) |