3791 cls.add_constructor([param('unsigned int', 'v')]) |
3791 cls.add_constructor([param('unsigned int', 'v')]) |
3792 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3792 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3793 cls.add_constructor([param('long unsigned int', 'v')]) |
3793 cls.add_constructor([param('long unsigned int', 'v')]) |
3794 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3794 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3795 cls.add_constructor([param('long long unsigned int', 'v')]) |
3795 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
3796 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
3797 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
3796 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3798 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3797 cls.add_constructor([param('std::string const &', 's')]) |
3799 cls.add_constructor([param('std::string const &', 's')]) |
3798 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
3799 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
3800 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3800 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3801 cls.add_method('As', |
3801 cls.add_method('As', |
3802 'ns3::TimeWithUnit', |
3802 'ns3::TimeWithUnit', |
3803 [param('ns3::Time::Unit const', 'unit')], |
3803 [param('ns3::Time::Unit const', 'unit')], |
3804 is_const=True) |
3804 is_const=True) |
3805 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3805 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3806 cls.add_method('Compare', |
3806 cls.add_method('Compare', |
3807 'int', |
3807 'int', |
3808 [param('ns3::Time const &', 'o')], |
3808 [param('ns3::Time const &', 'o')], |
3809 is_const=True) |
3809 is_const=True) |
3810 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
3811 cls.add_method('From', |
|
3812 'ns3::Time', |
|
3813 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
3814 is_static=True) |
|
3815 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3810 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3816 cls.add_method('From', |
3811 cls.add_method('From', |
3817 'ns3::Time', |
3812 'ns3::Time', |
3818 [param('ns3::int64x64_t const &', 'value')], |
3813 [param('ns3::int64x64_t const &', 'value')], |
3819 is_static=True) |
3814 is_static=True) |
3820 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
3815 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
3816 cls.add_method('From', |
|
3817 'ns3::Time', |
|
3818 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
3819 is_static=True) |
|
3820 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
3821 cls.add_method('FromDouble', |
3821 cls.add_method('FromDouble', |
3822 'ns3::Time', |
3822 'ns3::Time', |
3823 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3823 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
3824 is_static=True) |
3824 is_static=True) |
3825 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
3825 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
3826 cls.add_method('FromInteger', |
3826 cls.add_method('FromInteger', |
3827 'ns3::Time', |
3827 'ns3::Time', |
3828 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3828 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
3829 is_static=True) |
3829 is_static=True) |
3830 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3830 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3831 cls.add_method('GetDays', |
3831 cls.add_method('GetDays', |
3832 'double', |
3832 'double', |
3833 [], |
3833 [], |
3940 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3940 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3941 cls.add_method('StaticInit', |
3941 cls.add_method('StaticInit', |
3942 'bool', |
3942 'bool', |
3943 [], |
3943 [], |
3944 is_static=True) |
3944 is_static=True) |
3945 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
3945 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
3946 cls.add_method('To', |
3946 cls.add_method('To', |
3947 'ns3::int64x64_t', |
3947 'ns3::int64x64_t', |
3948 [param('ns3::Time::Unit', 'timeUnit')], |
3948 [param('ns3::Time::Unit', 'unit')], |
3949 is_const=True) |
3949 is_const=True) |
3950 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
3950 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
3951 cls.add_method('ToDouble', |
3951 cls.add_method('ToDouble', |
3952 'double', |
3952 'double', |
3953 [param('ns3::Time::Unit', 'timeUnit')], |
3953 [param('ns3::Time::Unit', 'unit')], |
3954 is_const=True) |
3954 is_const=True) |
3955 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
3955 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
3956 cls.add_method('ToInteger', |
3956 cls.add_method('ToInteger', |
3957 'int64_t', |
3957 'int64_t', |
3958 [param('ns3::Time::Unit', 'timeUnit')], |
3958 [param('ns3::Time::Unit', 'unit')], |
3959 is_const=True) |
3959 is_const=True) |
3960 return |
3960 return |
3961 |
3961 |
3962 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3962 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3963 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
3963 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |