3298 cls.add_constructor([param('unsigned int', 'v')]) |
3298 cls.add_constructor([param('unsigned int', 'v')]) |
3299 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3299 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3300 cls.add_constructor([param('long unsigned int', 'v')]) |
3300 cls.add_constructor([param('long unsigned int', 'v')]) |
3301 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3301 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3302 cls.add_constructor([param('long long unsigned int', 'v')]) |
3302 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
3303 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
3304 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
3303 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3305 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3304 cls.add_constructor([param('std::string const &', 's')]) |
3306 cls.add_constructor([param('std::string const &', 's')]) |
3305 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
3306 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
3307 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3307 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3308 cls.add_method('As', |
3308 cls.add_method('As', |
3309 'ns3::TimeWithUnit', |
3309 'ns3::TimeWithUnit', |
3310 [param('ns3::Time::Unit const', 'unit')], |
3310 [param('ns3::Time::Unit const', 'unit')], |
3311 is_const=True) |
3311 is_const=True) |
3312 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3312 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3313 cls.add_method('Compare', |
3313 cls.add_method('Compare', |
3314 'int', |
3314 'int', |
3315 [param('ns3::Time const &', 'o')], |
3315 [param('ns3::Time const &', 'o')], |
3316 is_const=True) |
3316 is_const=True) |
3317 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
3318 cls.add_method('From', |
|
3319 'ns3::Time', |
|
3320 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
3321 is_static=True) |
|
3322 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3317 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3323 cls.add_method('From', |
3318 cls.add_method('From', |
3324 'ns3::Time', |
3319 'ns3::Time', |
3325 [param('ns3::int64x64_t const &', 'value')], |
3320 [param('ns3::int64x64_t const &', 'value')], |
3326 is_static=True) |
3321 is_static=True) |
3327 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
3322 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
3323 cls.add_method('From', |
|
3324 'ns3::Time', |
|
3325 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
3326 is_static=True) |
|
3327 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
3328 cls.add_method('FromDouble', |
3328 cls.add_method('FromDouble', |
3329 'ns3::Time', |
3329 'ns3::Time', |
3330 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3330 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
3331 is_static=True) |
3331 is_static=True) |
3332 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
3332 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
3333 cls.add_method('FromInteger', |
3333 cls.add_method('FromInteger', |
3334 'ns3::Time', |
3334 'ns3::Time', |
3335 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3335 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
3336 is_static=True) |
3336 is_static=True) |
3337 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3337 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3338 cls.add_method('GetDays', |
3338 cls.add_method('GetDays', |
3339 'double', |
3339 'double', |
3340 [], |
3340 [], |
3447 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3447 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3448 cls.add_method('StaticInit', |
3448 cls.add_method('StaticInit', |
3449 'bool', |
3449 'bool', |
3450 [], |
3450 [], |
3451 is_static=True) |
3451 is_static=True) |
3452 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
3452 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
3453 cls.add_method('To', |
3453 cls.add_method('To', |
3454 'ns3::int64x64_t', |
3454 'ns3::int64x64_t', |
3455 [param('ns3::Time::Unit', 'timeUnit')], |
3455 [param('ns3::Time::Unit', 'unit')], |
3456 is_const=True) |
3456 is_const=True) |
3457 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
3457 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
3458 cls.add_method('ToDouble', |
3458 cls.add_method('ToDouble', |
3459 'double', |
3459 'double', |
3460 [param('ns3::Time::Unit', 'timeUnit')], |
3460 [param('ns3::Time::Unit', 'unit')], |
3461 is_const=True) |
3461 is_const=True) |
3462 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
3462 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
3463 cls.add_method('ToInteger', |
3463 cls.add_method('ToInteger', |
3464 'int64_t', |
3464 'int64_t', |
3465 [param('ns3::Time::Unit', 'timeUnit')], |
3465 [param('ns3::Time::Unit', 'unit')], |
3466 is_const=True) |
3466 is_const=True) |
3467 return |
3467 return |
3468 |
3468 |
3469 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3469 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3470 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
3470 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |