1621 cls.add_constructor([param('unsigned int', 'v')]) |
1621 cls.add_constructor([param('unsigned int', 'v')]) |
1622 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1622 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1623 cls.add_constructor([param('long unsigned int', 'v')]) |
1623 cls.add_constructor([param('long unsigned int', 'v')]) |
1624 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1624 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1625 cls.add_constructor([param('long long unsigned int', 'v')]) |
1625 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
1626 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
1627 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
1626 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1628 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1627 cls.add_constructor([param('std::string const &', 's')]) |
1629 cls.add_constructor([param('std::string const &', 's')]) |
1628 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
1629 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
1630 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1630 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1631 cls.add_method('As', |
1631 cls.add_method('As', |
1632 'ns3::TimeWithUnit', |
1632 'ns3::TimeWithUnit', |
1633 [param('ns3::Time::Unit const', 'unit')], |
1633 [param('ns3::Time::Unit const', 'unit')], |
1634 is_const=True) |
1634 is_const=True) |
1635 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1635 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1636 cls.add_method('Compare', |
1636 cls.add_method('Compare', |
1637 'int', |
1637 'int', |
1638 [param('ns3::Time const &', 'o')], |
1638 [param('ns3::Time const &', 'o')], |
1639 is_const=True) |
1639 is_const=True) |
1640 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
1641 cls.add_method('From', |
|
1642 'ns3::Time', |
|
1643 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
1644 is_static=True) |
|
1645 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1640 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1646 cls.add_method('From', |
1641 cls.add_method('From', |
1647 'ns3::Time', |
1642 'ns3::Time', |
1648 [param('ns3::int64x64_t const &', 'value')], |
1643 [param('ns3::int64x64_t const &', 'value')], |
1649 is_static=True) |
1644 is_static=True) |
1650 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
1645 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
1646 cls.add_method('From', |
|
1647 'ns3::Time', |
|
1648 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
1649 is_static=True) |
|
1650 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
1651 cls.add_method('FromDouble', |
1651 cls.add_method('FromDouble', |
1652 'ns3::Time', |
1652 'ns3::Time', |
1653 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1653 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
1654 is_static=True) |
1654 is_static=True) |
1655 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
1655 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
1656 cls.add_method('FromInteger', |
1656 cls.add_method('FromInteger', |
1657 'ns3::Time', |
1657 'ns3::Time', |
1658 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1658 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
1659 is_static=True) |
1659 is_static=True) |
1660 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1660 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1661 cls.add_method('GetDays', |
1661 cls.add_method('GetDays', |
1662 'double', |
1662 'double', |
1663 [], |
1663 [], |
1770 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1770 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1771 cls.add_method('StaticInit', |
1771 cls.add_method('StaticInit', |
1772 'bool', |
1772 'bool', |
1773 [], |
1773 [], |
1774 is_static=True) |
1774 is_static=True) |
1775 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
1775 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
1776 cls.add_method('To', |
1776 cls.add_method('To', |
1777 'ns3::int64x64_t', |
1777 'ns3::int64x64_t', |
1778 [param('ns3::Time::Unit', 'timeUnit')], |
1778 [param('ns3::Time::Unit', 'unit')], |
1779 is_const=True) |
1779 is_const=True) |
1780 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
1780 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
1781 cls.add_method('ToDouble', |
1781 cls.add_method('ToDouble', |
1782 'double', |
1782 'double', |
1783 [param('ns3::Time::Unit', 'timeUnit')], |
1783 [param('ns3::Time::Unit', 'unit')], |
1784 is_const=True) |
1784 is_const=True) |
1785 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
1785 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
1786 cls.add_method('ToInteger', |
1786 cls.add_method('ToInteger', |
1787 'int64_t', |
1787 'int64_t', |
1788 [param('ns3::Time::Unit', 'timeUnit')], |
1788 [param('ns3::Time::Unit', 'unit')], |
1789 is_const=True) |
1789 is_const=True) |
1790 return |
1790 return |
1791 |
1791 |
1792 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1792 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1793 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
1793 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |