3349 cls.add_constructor([param('unsigned int', 'v')]) |
3349 cls.add_constructor([param('unsigned int', 'v')]) |
3350 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3350 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3351 cls.add_constructor([param('long unsigned int', 'v')]) |
3351 cls.add_constructor([param('long unsigned int', 'v')]) |
3352 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3352 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3353 cls.add_constructor([param('long long unsigned int', 'v')]) |
3353 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
3354 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
3355 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
3354 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3356 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3355 cls.add_constructor([param('std::string const &', 's')]) |
3357 cls.add_constructor([param('std::string const &', 's')]) |
3356 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
3357 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
3358 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3358 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3359 cls.add_method('As', |
3359 cls.add_method('As', |
3360 'ns3::TimeWithUnit', |
3360 'ns3::TimeWithUnit', |
3361 [param('ns3::Time::Unit const', 'unit')], |
3361 [param('ns3::Time::Unit const', 'unit')], |
3362 is_const=True) |
3362 is_const=True) |
3363 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3363 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3364 cls.add_method('Compare', |
3364 cls.add_method('Compare', |
3365 'int', |
3365 'int', |
3366 [param('ns3::Time const &', 'o')], |
3366 [param('ns3::Time const &', 'o')], |
3367 is_const=True) |
3367 is_const=True) |
3368 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
3369 cls.add_method('From', |
|
3370 'ns3::Time', |
|
3371 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
3372 is_static=True) |
|
3373 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3368 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3374 cls.add_method('From', |
3369 cls.add_method('From', |
3375 'ns3::Time', |
3370 'ns3::Time', |
3376 [param('ns3::int64x64_t const &', 'value')], |
3371 [param('ns3::int64x64_t const &', 'value')], |
3377 is_static=True) |
3372 is_static=True) |
3378 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
3373 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
3374 cls.add_method('From', |
|
3375 'ns3::Time', |
|
3376 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
3377 is_static=True) |
|
3378 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
3379 cls.add_method('FromDouble', |
3379 cls.add_method('FromDouble', |
3380 'ns3::Time', |
3380 'ns3::Time', |
3381 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3381 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
3382 is_static=True) |
3382 is_static=True) |
3383 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
3383 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
3384 cls.add_method('FromInteger', |
3384 cls.add_method('FromInteger', |
3385 'ns3::Time', |
3385 'ns3::Time', |
3386 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3386 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
3387 is_static=True) |
3387 is_static=True) |
3388 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3388 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3389 cls.add_method('GetDays', |
3389 cls.add_method('GetDays', |
3390 'double', |
3390 'double', |
3391 [], |
3391 [], |
3498 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3498 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3499 cls.add_method('StaticInit', |
3499 cls.add_method('StaticInit', |
3500 'bool', |
3500 'bool', |
3501 [], |
3501 [], |
3502 is_static=True) |
3502 is_static=True) |
3503 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
3503 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
3504 cls.add_method('To', |
3504 cls.add_method('To', |
3505 'ns3::int64x64_t', |
3505 'ns3::int64x64_t', |
3506 [param('ns3::Time::Unit', 'timeUnit')], |
3506 [param('ns3::Time::Unit', 'unit')], |
3507 is_const=True) |
3507 is_const=True) |
3508 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
3508 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
3509 cls.add_method('ToDouble', |
3509 cls.add_method('ToDouble', |
3510 'double', |
3510 'double', |
3511 [param('ns3::Time::Unit', 'timeUnit')], |
3511 [param('ns3::Time::Unit', 'unit')], |
3512 is_const=True) |
3512 is_const=True) |
3513 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
3513 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
3514 cls.add_method('ToInteger', |
3514 cls.add_method('ToInteger', |
3515 'int64_t', |
3515 'int64_t', |
3516 [param('ns3::Time::Unit', 'timeUnit')], |
3516 [param('ns3::Time::Unit', 'unit')], |
3517 is_const=True) |
3517 is_const=True) |
3518 return |
3518 return |
3519 |
3519 |
3520 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3520 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3521 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
3521 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |