3860 cls.add_constructor([param('unsigned int', 'v')]) |
3860 cls.add_constructor([param('unsigned int', 'v')]) |
3861 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3861 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3862 cls.add_constructor([param('long unsigned int', 'v')]) |
3862 cls.add_constructor([param('long unsigned int', 'v')]) |
3863 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3863 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3864 cls.add_constructor([param('long long unsigned int', 'v')]) |
3864 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
3865 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
3866 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
3865 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3867 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3866 cls.add_constructor([param('std::string const &', 's')]) |
3868 cls.add_constructor([param('std::string const &', 's')]) |
3867 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
3868 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
3869 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3869 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3870 cls.add_method('As', |
3870 cls.add_method('As', |
3871 'ns3::TimeWithUnit', |
3871 'ns3::TimeWithUnit', |
3872 [param('ns3::Time::Unit const', 'unit')], |
3872 [param('ns3::Time::Unit const', 'unit')], |
3873 is_const=True) |
3873 is_const=True) |
3874 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3874 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3875 cls.add_method('Compare', |
3875 cls.add_method('Compare', |
3876 'int', |
3876 'int', |
3877 [param('ns3::Time const &', 'o')], |
3877 [param('ns3::Time const &', 'o')], |
3878 is_const=True) |
3878 is_const=True) |
3879 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
3880 cls.add_method('From', |
|
3881 'ns3::Time', |
|
3882 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
3883 is_static=True) |
|
3884 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3879 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3885 cls.add_method('From', |
3880 cls.add_method('From', |
3886 'ns3::Time', |
3881 'ns3::Time', |
3887 [param('ns3::int64x64_t const &', 'value')], |
3882 [param('ns3::int64x64_t const &', 'value')], |
3888 is_static=True) |
3883 is_static=True) |
3889 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
3884 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
3885 cls.add_method('From', |
|
3886 'ns3::Time', |
|
3887 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
3888 is_static=True) |
|
3889 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
3890 cls.add_method('FromDouble', |
3890 cls.add_method('FromDouble', |
3891 'ns3::Time', |
3891 'ns3::Time', |
3892 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3892 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
3893 is_static=True) |
3893 is_static=True) |
3894 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
3894 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
3895 cls.add_method('FromInteger', |
3895 cls.add_method('FromInteger', |
3896 'ns3::Time', |
3896 'ns3::Time', |
3897 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3897 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
3898 is_static=True) |
3898 is_static=True) |
3899 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3899 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3900 cls.add_method('GetDays', |
3900 cls.add_method('GetDays', |
3901 'double', |
3901 'double', |
3902 [], |
3902 [], |
4009 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4009 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
4010 cls.add_method('StaticInit', |
4010 cls.add_method('StaticInit', |
4011 'bool', |
4011 'bool', |
4012 [], |
4012 [], |
4013 is_static=True) |
4013 is_static=True) |
4014 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
4014 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
4015 cls.add_method('To', |
4015 cls.add_method('To', |
4016 'ns3::int64x64_t', |
4016 'ns3::int64x64_t', |
4017 [param('ns3::Time::Unit', 'timeUnit')], |
4017 [param('ns3::Time::Unit', 'unit')], |
4018 is_const=True) |
4018 is_const=True) |
4019 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
4019 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
4020 cls.add_method('ToDouble', |
4020 cls.add_method('ToDouble', |
4021 'double', |
4021 'double', |
4022 [param('ns3::Time::Unit', 'timeUnit')], |
4022 [param('ns3::Time::Unit', 'unit')], |
4023 is_const=True) |
4023 is_const=True) |
4024 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
4024 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
4025 cls.add_method('ToInteger', |
4025 cls.add_method('ToInteger', |
4026 'int64_t', |
4026 'int64_t', |
4027 [param('ns3::Time::Unit', 'timeUnit')], |
4027 [param('ns3::Time::Unit', 'unit')], |
4028 is_const=True) |
4028 is_const=True) |
4029 return |
4029 return |
4030 |
4030 |
4031 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4031 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
4032 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
4032 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |