2326 cls.add_constructor([param('unsigned int', 'v')]) |
2326 cls.add_constructor([param('unsigned int', 'v')]) |
2327 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
2327 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
2328 cls.add_constructor([param('long unsigned int', 'v')]) |
2328 cls.add_constructor([param('long unsigned int', 'v')]) |
2329 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
2329 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
2330 cls.add_constructor([param('long long unsigned int', 'v')]) |
2330 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
2331 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
2332 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
2331 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
2333 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
2332 cls.add_constructor([param('std::string const &', 's')]) |
2334 cls.add_constructor([param('std::string const &', 's')]) |
2333 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
2334 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
2335 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
2335 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
2336 cls.add_method('As', |
2336 cls.add_method('As', |
2337 'ns3::TimeWithUnit', |
2337 'ns3::TimeWithUnit', |
2338 [param('ns3::Time::Unit const', 'unit')], |
2338 [param('ns3::Time::Unit const', 'unit')], |
2339 is_const=True) |
2339 is_const=True) |
2340 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
2340 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
2341 cls.add_method('Compare', |
2341 cls.add_method('Compare', |
2342 'int', |
2342 'int', |
2343 [param('ns3::Time const &', 'o')], |
2343 [param('ns3::Time const &', 'o')], |
2344 is_const=True) |
2344 is_const=True) |
2345 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
2346 cls.add_method('From', |
|
2347 'ns3::Time', |
|
2348 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
2349 is_static=True) |
|
2350 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
2345 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
2351 cls.add_method('From', |
2346 cls.add_method('From', |
2352 'ns3::Time', |
2347 'ns3::Time', |
2353 [param('ns3::int64x64_t const &', 'value')], |
2348 [param('ns3::int64x64_t const &', 'value')], |
2354 is_static=True) |
2349 is_static=True) |
2355 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
2350 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
2351 cls.add_method('From', |
|
2352 'ns3::Time', |
|
2353 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
2354 is_static=True) |
|
2355 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
2356 cls.add_method('FromDouble', |
2356 cls.add_method('FromDouble', |
2357 'ns3::Time', |
2357 'ns3::Time', |
2358 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
2358 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
2359 is_static=True) |
2359 is_static=True) |
2360 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
2360 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
2361 cls.add_method('FromInteger', |
2361 cls.add_method('FromInteger', |
2362 'ns3::Time', |
2362 'ns3::Time', |
2363 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
2363 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
2364 is_static=True) |
2364 is_static=True) |
2365 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
2365 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
2366 cls.add_method('GetDays', |
2366 cls.add_method('GetDays', |
2367 'double', |
2367 'double', |
2368 [], |
2368 [], |
2475 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
2475 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
2476 cls.add_method('StaticInit', |
2476 cls.add_method('StaticInit', |
2477 'bool', |
2477 'bool', |
2478 [], |
2478 [], |
2479 is_static=True) |
2479 is_static=True) |
2480 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
2480 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
2481 cls.add_method('To', |
2481 cls.add_method('To', |
2482 'ns3::int64x64_t', |
2482 'ns3::int64x64_t', |
2483 [param('ns3::Time::Unit', 'timeUnit')], |
2483 [param('ns3::Time::Unit', 'unit')], |
2484 is_const=True) |
2484 is_const=True) |
2485 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
2485 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
2486 cls.add_method('ToDouble', |
2486 cls.add_method('ToDouble', |
2487 'double', |
2487 'double', |
2488 [param('ns3::Time::Unit', 'timeUnit')], |
2488 [param('ns3::Time::Unit', 'unit')], |
2489 is_const=True) |
2489 is_const=True) |
2490 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
2490 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
2491 cls.add_method('ToInteger', |
2491 cls.add_method('ToInteger', |
2492 'int64_t', |
2492 'int64_t', |
2493 [param('ns3::Time::Unit', 'timeUnit')], |
2493 [param('ns3::Time::Unit', 'unit')], |
2494 is_const=True) |
2494 is_const=True) |
2495 return |
2495 return |
2496 |
2496 |
2497 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
2497 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
2498 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
2498 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |