equal
deleted
inserted
replaced
1920 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1920 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1921 cls.add_method('Compare', |
1921 cls.add_method('Compare', |
1922 'int', |
1922 'int', |
1923 [param('ns3::Time const &', 'o')], |
1923 [param('ns3::Time const &', 'o')], |
1924 is_const=True) |
1924 is_const=True) |
1925 ## nstime.h (module 'core'): static void ns3::Time::FreezeResolution() [member function] |
|
1926 cls.add_method('FreezeResolution', |
|
1927 'void', |
|
1928 [], |
|
1929 is_static=True) |
|
1930 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
1925 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
1931 cls.add_method('From', |
1926 cls.add_method('From', |
1932 'ns3::Time', |
1927 'ns3::Time', |
1933 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
1928 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
1934 is_static=True) |
1929 is_static=True) |