1693 cls.add_constructor([param('unsigned int', 'v')]) |
1693 cls.add_constructor([param('unsigned int', 'v')]) |
1694 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1694 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1695 cls.add_constructor([param('long unsigned int', 'v')]) |
1695 cls.add_constructor([param('long unsigned int', 'v')]) |
1696 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1696 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1697 cls.add_constructor([param('long long unsigned int', 'v')]) |
1697 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
1698 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
1699 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
1698 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1700 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1699 cls.add_constructor([param('std::string const &', 's')]) |
1701 cls.add_constructor([param('std::string const &', 's')]) |
1700 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
1701 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
1702 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1702 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1703 cls.add_method('As', |
1703 cls.add_method('As', |
1704 'ns3::TimeWithUnit', |
1704 'ns3::TimeWithUnit', |
1705 [param('ns3::Time::Unit const', 'unit')], |
1705 [param('ns3::Time::Unit const', 'unit')], |
1706 is_const=True) |
1706 is_const=True) |
1707 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1707 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1708 cls.add_method('Compare', |
1708 cls.add_method('Compare', |
1709 'int', |
1709 'int', |
1710 [param('ns3::Time const &', 'o')], |
1710 [param('ns3::Time const &', 'o')], |
1711 is_const=True) |
1711 is_const=True) |
1712 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
1713 cls.add_method('From', |
|
1714 'ns3::Time', |
|
1715 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
1716 is_static=True) |
|
1717 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1712 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1718 cls.add_method('From', |
1713 cls.add_method('From', |
1719 'ns3::Time', |
1714 'ns3::Time', |
1720 [param('ns3::int64x64_t const &', 'value')], |
1715 [param('ns3::int64x64_t const &', 'value')], |
1721 is_static=True) |
1716 is_static=True) |
1722 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
1717 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
1718 cls.add_method('From', |
|
1719 'ns3::Time', |
|
1720 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
1721 is_static=True) |
|
1722 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
1723 cls.add_method('FromDouble', |
1723 cls.add_method('FromDouble', |
1724 'ns3::Time', |
1724 'ns3::Time', |
1725 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1725 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
1726 is_static=True) |
1726 is_static=True) |
1727 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
1727 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
1728 cls.add_method('FromInteger', |
1728 cls.add_method('FromInteger', |
1729 'ns3::Time', |
1729 'ns3::Time', |
1730 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1730 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
1731 is_static=True) |
1731 is_static=True) |
1732 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1732 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1733 cls.add_method('GetDays', |
1733 cls.add_method('GetDays', |
1734 'double', |
1734 'double', |
1735 [], |
1735 [], |
1842 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1842 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1843 cls.add_method('StaticInit', |
1843 cls.add_method('StaticInit', |
1844 'bool', |
1844 'bool', |
1845 [], |
1845 [], |
1846 is_static=True) |
1846 is_static=True) |
1847 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
1847 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
1848 cls.add_method('To', |
1848 cls.add_method('To', |
1849 'ns3::int64x64_t', |
1849 'ns3::int64x64_t', |
1850 [param('ns3::Time::Unit', 'timeUnit')], |
1850 [param('ns3::Time::Unit', 'unit')], |
1851 is_const=True) |
1851 is_const=True) |
1852 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
1852 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
1853 cls.add_method('ToDouble', |
1853 cls.add_method('ToDouble', |
1854 'double', |
1854 'double', |
1855 [param('ns3::Time::Unit', 'timeUnit')], |
1855 [param('ns3::Time::Unit', 'unit')], |
1856 is_const=True) |
1856 is_const=True) |
1857 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
1857 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
1858 cls.add_method('ToInteger', |
1858 cls.add_method('ToInteger', |
1859 'int64_t', |
1859 'int64_t', |
1860 [param('ns3::Time::Unit', 'timeUnit')], |
1860 [param('ns3::Time::Unit', 'unit')], |
1861 is_const=True) |
1861 is_const=True) |
1862 return |
1862 return |
1863 |
1863 |
1864 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1864 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1865 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
1865 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |