2248 cls.add_constructor([param('unsigned int', 'v')]) |
2248 cls.add_constructor([param('unsigned int', 'v')]) |
2249 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
2249 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
2250 cls.add_constructor([param('long unsigned int', 'v')]) |
2250 cls.add_constructor([param('long unsigned int', 'v')]) |
2251 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
2251 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
2252 cls.add_constructor([param('long long unsigned int', 'v')]) |
2252 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
2253 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
2254 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
2253 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
2255 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
2254 cls.add_constructor([param('std::string const &', 's')]) |
2256 cls.add_constructor([param('std::string const &', 's')]) |
2255 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
2256 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
2257 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
2257 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
2258 cls.add_method('As', |
2258 cls.add_method('As', |
2259 'ns3::TimeWithUnit', |
2259 'ns3::TimeWithUnit', |
2260 [param('ns3::Time::Unit const', 'unit')], |
2260 [param('ns3::Time::Unit const', 'unit')], |
2261 is_const=True) |
2261 is_const=True) |
2262 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
2262 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
2263 cls.add_method('Compare', |
2263 cls.add_method('Compare', |
2264 'int', |
2264 'int', |
2265 [param('ns3::Time const &', 'o')], |
2265 [param('ns3::Time const &', 'o')], |
2266 is_const=True) |
2266 is_const=True) |
2267 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
2268 cls.add_method('From', |
|
2269 'ns3::Time', |
|
2270 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
2271 is_static=True) |
|
2272 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
2267 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
2273 cls.add_method('From', |
2268 cls.add_method('From', |
2274 'ns3::Time', |
2269 'ns3::Time', |
2275 [param('ns3::int64x64_t const &', 'value')], |
2270 [param('ns3::int64x64_t const &', 'value')], |
2276 is_static=True) |
2271 is_static=True) |
2277 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
2272 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
2273 cls.add_method('From', |
|
2274 'ns3::Time', |
|
2275 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
2276 is_static=True) |
|
2277 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
2278 cls.add_method('FromDouble', |
2278 cls.add_method('FromDouble', |
2279 'ns3::Time', |
2279 'ns3::Time', |
2280 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
2280 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
2281 is_static=True) |
2281 is_static=True) |
2282 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
2282 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
2283 cls.add_method('FromInteger', |
2283 cls.add_method('FromInteger', |
2284 'ns3::Time', |
2284 'ns3::Time', |
2285 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
2285 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
2286 is_static=True) |
2286 is_static=True) |
2287 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
2287 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
2288 cls.add_method('GetDays', |
2288 cls.add_method('GetDays', |
2289 'double', |
2289 'double', |
2290 [], |
2290 [], |
2397 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
2397 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
2398 cls.add_method('StaticInit', |
2398 cls.add_method('StaticInit', |
2399 'bool', |
2399 'bool', |
2400 [], |
2400 [], |
2401 is_static=True) |
2401 is_static=True) |
2402 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
2402 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
2403 cls.add_method('To', |
2403 cls.add_method('To', |
2404 'ns3::int64x64_t', |
2404 'ns3::int64x64_t', |
2405 [param('ns3::Time::Unit', 'timeUnit')], |
2405 [param('ns3::Time::Unit', 'unit')], |
2406 is_const=True) |
2406 is_const=True) |
2407 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
2407 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
2408 cls.add_method('ToDouble', |
2408 cls.add_method('ToDouble', |
2409 'double', |
2409 'double', |
2410 [param('ns3::Time::Unit', 'timeUnit')], |
2410 [param('ns3::Time::Unit', 'unit')], |
2411 is_const=True) |
2411 is_const=True) |
2412 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
2412 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
2413 cls.add_method('ToInteger', |
2413 cls.add_method('ToInteger', |
2414 'int64_t', |
2414 'int64_t', |
2415 [param('ns3::Time::Unit', 'timeUnit')], |
2415 [param('ns3::Time::Unit', 'unit')], |
2416 is_const=True) |
2416 is_const=True) |
2417 return |
2417 return |
2418 |
2418 |
2419 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
2419 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
2420 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
2420 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |