3132 cls.add_constructor([param('unsigned int', 'v')]) |
3132 cls.add_constructor([param('unsigned int', 'v')]) |
3133 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3133 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
3134 cls.add_constructor([param('long unsigned int', 'v')]) |
3134 cls.add_constructor([param('long unsigned int', 'v')]) |
3135 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3135 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
3136 cls.add_constructor([param('long long unsigned int', 'v')]) |
3136 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
3137 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
3138 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
3137 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3139 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
3138 cls.add_constructor([param('std::string const &', 's')]) |
3140 cls.add_constructor([param('std::string const &', 's')]) |
3139 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
3140 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
3141 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3141 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
3142 cls.add_method('As', |
3142 cls.add_method('As', |
3143 'ns3::TimeWithUnit', |
3143 'ns3::TimeWithUnit', |
3144 [param('ns3::Time::Unit const', 'unit')], |
3144 [param('ns3::Time::Unit const', 'unit')], |
3145 is_const=True) |
3145 is_const=True) |
3146 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3146 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
3147 cls.add_method('Compare', |
3147 cls.add_method('Compare', |
3148 'int', |
3148 'int', |
3149 [param('ns3::Time const &', 'o')], |
3149 [param('ns3::Time const &', 'o')], |
3150 is_const=True) |
3150 is_const=True) |
3151 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
3152 cls.add_method('From', |
|
3153 'ns3::Time', |
|
3154 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
3155 is_static=True) |
|
3156 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3151 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
3157 cls.add_method('From', |
3152 cls.add_method('From', |
3158 'ns3::Time', |
3153 'ns3::Time', |
3159 [param('ns3::int64x64_t const &', 'value')], |
3154 [param('ns3::int64x64_t const &', 'value')], |
3160 is_static=True) |
3155 is_static=True) |
3161 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
3156 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
3157 cls.add_method('From', |
|
3158 'ns3::Time', |
|
3159 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
3160 is_static=True) |
|
3161 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
3162 cls.add_method('FromDouble', |
3162 cls.add_method('FromDouble', |
3163 'ns3::Time', |
3163 'ns3::Time', |
3164 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3164 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
3165 is_static=True) |
3165 is_static=True) |
3166 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
3166 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
3167 cls.add_method('FromInteger', |
3167 cls.add_method('FromInteger', |
3168 'ns3::Time', |
3168 'ns3::Time', |
3169 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
3169 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
3170 is_static=True) |
3170 is_static=True) |
3171 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3171 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
3172 cls.add_method('GetDays', |
3172 cls.add_method('GetDays', |
3173 'double', |
3173 'double', |
3174 [], |
3174 [], |
3281 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3281 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
3282 cls.add_method('StaticInit', |
3282 cls.add_method('StaticInit', |
3283 'bool', |
3283 'bool', |
3284 [], |
3284 [], |
3285 is_static=True) |
3285 is_static=True) |
3286 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
3286 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
3287 cls.add_method('To', |
3287 cls.add_method('To', |
3288 'ns3::int64x64_t', |
3288 'ns3::int64x64_t', |
3289 [param('ns3::Time::Unit', 'timeUnit')], |
3289 [param('ns3::Time::Unit', 'unit')], |
3290 is_const=True) |
3290 is_const=True) |
3291 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
3291 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
3292 cls.add_method('ToDouble', |
3292 cls.add_method('ToDouble', |
3293 'double', |
3293 'double', |
3294 [param('ns3::Time::Unit', 'timeUnit')], |
3294 [param('ns3::Time::Unit', 'unit')], |
3295 is_const=True) |
3295 is_const=True) |
3296 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
3296 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
3297 cls.add_method('ToInteger', |
3297 cls.add_method('ToInteger', |
3298 'int64_t', |
3298 'int64_t', |
3299 [param('ns3::Time::Unit', 'timeUnit')], |
3299 [param('ns3::Time::Unit', 'unit')], |
3300 is_const=True) |
3300 is_const=True) |
3301 return |
3301 return |
3302 |
3302 |
3303 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3303 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
3304 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
3304 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |