4769 cls.add_constructor([param('unsigned int', 'v')]) |
4769 cls.add_constructor([param('unsigned int', 'v')]) |
4770 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
4770 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
4771 cls.add_constructor([param('long unsigned int', 'v')]) |
4771 cls.add_constructor([param('long unsigned int', 'v')]) |
4772 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
4772 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
4773 cls.add_constructor([param('long long unsigned int', 'v')]) |
4773 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
4774 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
4775 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
4774 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
4776 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
4775 cls.add_constructor([param('std::string const &', 's')]) |
4777 cls.add_constructor([param('std::string const &', 's')]) |
4776 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
4777 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
4778 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
4778 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
4779 cls.add_method('As', |
4779 cls.add_method('As', |
4780 'ns3::TimeWithUnit', |
4780 'ns3::TimeWithUnit', |
4781 [param('ns3::Time::Unit const', 'unit')], |
4781 [param('ns3::Time::Unit const', 'unit')], |
4782 is_const=True) |
4782 is_const=True) |
4783 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4783 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
4784 cls.add_method('Compare', |
4784 cls.add_method('Compare', |
4785 'int', |
4785 'int', |
4786 [param('ns3::Time const &', 'o')], |
4786 [param('ns3::Time const &', 'o')], |
4787 is_const=True) |
4787 is_const=True) |
4788 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
4789 cls.add_method('From', |
|
4790 'ns3::Time', |
|
4791 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
4792 is_static=True) |
|
4793 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
4788 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
4794 cls.add_method('From', |
4789 cls.add_method('From', |
4795 'ns3::Time', |
4790 'ns3::Time', |
4796 [param('ns3::int64x64_t const &', 'value')], |
4791 [param('ns3::int64x64_t const &', 'value')], |
4797 is_static=True) |
4792 is_static=True) |
4798 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
4793 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
4794 cls.add_method('From', |
|
4795 'ns3::Time', |
|
4796 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
4797 is_static=True) |
|
4798 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
4799 cls.add_method('FromDouble', |
4799 cls.add_method('FromDouble', |
4800 'ns3::Time', |
4800 'ns3::Time', |
4801 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4801 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
4802 is_static=True) |
4802 is_static=True) |
4803 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
4803 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
4804 cls.add_method('FromInteger', |
4804 cls.add_method('FromInteger', |
4805 'ns3::Time', |
4805 'ns3::Time', |
4806 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
4806 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
4807 is_static=True) |
4807 is_static=True) |
4808 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
4808 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
4809 cls.add_method('GetDays', |
4809 cls.add_method('GetDays', |
4810 'double', |
4810 'double', |
4811 [], |
4811 [], |
4918 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4918 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4919 cls.add_method('StaticInit', |
4919 cls.add_method('StaticInit', |
4920 'bool', |
4920 'bool', |
4921 [], |
4921 [], |
4922 is_static=True) |
4922 is_static=True) |
4923 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
4923 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
4924 cls.add_method('To', |
4924 cls.add_method('To', |
4925 'ns3::int64x64_t', |
4925 'ns3::int64x64_t', |
4926 [param('ns3::Time::Unit', 'timeUnit')], |
4926 [param('ns3::Time::Unit', 'unit')], |
4927 is_const=True) |
4927 is_const=True) |
4928 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
4928 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
4929 cls.add_method('ToDouble', |
4929 cls.add_method('ToDouble', |
4930 'double', |
4930 'double', |
4931 [param('ns3::Time::Unit', 'timeUnit')], |
4931 [param('ns3::Time::Unit', 'unit')], |
4932 is_const=True) |
4932 is_const=True) |
4933 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
4933 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
4934 cls.add_method('ToInteger', |
4934 cls.add_method('ToInteger', |
4935 'int64_t', |
4935 'int64_t', |
4936 [param('ns3::Time::Unit', 'timeUnit')], |
4936 [param('ns3::Time::Unit', 'unit')], |
4937 is_const=True) |
4937 is_const=True) |
4938 return |
4938 return |
4939 |
4939 |
4940 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4940 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4941 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
4941 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |