4810 cls.add_constructor([param('unsigned int', 'v')]) |
4810 cls.add_constructor([param('unsigned int', 'v')]) |
4811 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
4811 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
4812 cls.add_constructor([param('long unsigned int', 'v')]) |
4812 cls.add_constructor([param('long unsigned int', 'v')]) |
4813 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
4813 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
4814 cls.add_constructor([param('long long unsigned int', 'v')]) |
4814 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
4815 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
4816 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
4815 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
4817 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
4816 cls.add_constructor([param('std::string const &', 's')]) |
4818 cls.add_constructor([param('std::string const &', 's')]) |
4817 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
4818 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
4819 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
4819 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
4820 cls.add_method('As', |
4820 cls.add_method('As', |
4821 'ns3::TimeWithUnit', |
4821 'ns3::TimeWithUnit', |
4822 [param('ns3::Time::Unit const', 'unit')], |
4822 [param('ns3::Time::Unit const', 'unit')], |
4823 is_const=True) |
4823 is_const=True) |
4824 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4824 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4825 cls.add_method('Compare', |
4825 cls.add_method('Compare', |
4826 'int', |
4826 'int', |
4827 [param('ns3::Time const &', 'o')], |
4827 [param('ns3::Time const &', 'o')], |
4828 is_const=True) |
4828 is_const=True) |
4829 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
4830 cls.add_method('From', |
|
4831 'ns3::Time', |
|
4832 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
4833 is_static=True) |
|
4834 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
4829 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
4835 cls.add_method('From', |
4830 cls.add_method('From', |
4836 'ns3::Time', |
4831 'ns3::Time', |
4837 [param('ns3::int64x64_t const &', 'value')], |
4832 [param('ns3::int64x64_t const &', 'value')], |
4838 is_static=True) |
4833 is_static=True) |
4839 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
4834 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
4835 cls.add_method('From', |
|
4836 'ns3::Time', |
|
4837 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
4838 is_static=True) |
|
4839 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
4840 cls.add_method('FromDouble', |
4840 cls.add_method('FromDouble', |
4841 'ns3::Time', |
4841 'ns3::Time', |
4842 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4842 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
4843 is_static=True) |
4843 is_static=True) |
4844 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
4844 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
4845 cls.add_method('FromInteger', |
4845 cls.add_method('FromInteger', |
4846 'ns3::Time', |
4846 'ns3::Time', |
4847 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4847 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
4848 is_static=True) |
4848 is_static=True) |
4849 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
4849 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
4850 cls.add_method('GetDays', |
4850 cls.add_method('GetDays', |
4851 'double', |
4851 'double', |
4852 [], |
4852 [], |
4959 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4959 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4960 cls.add_method('StaticInit', |
4960 cls.add_method('StaticInit', |
4961 'bool', |
4961 'bool', |
4962 [], |
4962 [], |
4963 is_static=True) |
4963 is_static=True) |
4964 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
4964 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
4965 cls.add_method('To', |
4965 cls.add_method('To', |
4966 'ns3::int64x64_t', |
4966 'ns3::int64x64_t', |
4967 [param('ns3::Time::Unit', 'timeUnit')], |
4967 [param('ns3::Time::Unit', 'unit')], |
4968 is_const=True) |
4968 is_const=True) |
4969 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
4969 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
4970 cls.add_method('ToDouble', |
4970 cls.add_method('ToDouble', |
4971 'double', |
4971 'double', |
4972 [param('ns3::Time::Unit', 'timeUnit')], |
4972 [param('ns3::Time::Unit', 'unit')], |
4973 is_const=True) |
4973 is_const=True) |
4974 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
4974 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
4975 cls.add_method('ToInteger', |
4975 cls.add_method('ToInteger', |
4976 'int64_t', |
4976 'int64_t', |
4977 [param('ns3::Time::Unit', 'timeUnit')], |
4977 [param('ns3::Time::Unit', 'unit')], |
4978 is_const=True) |
4978 is_const=True) |
4979 return |
4979 return |
4980 |
4980 |
4981 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4981 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4982 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
4982 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |