1217 cls.add_constructor([param('unsigned int', 'v')]) |
1217 cls.add_constructor([param('unsigned int', 'v')]) |
1218 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1218 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
1219 cls.add_constructor([param('long unsigned int', 'v')]) |
1219 cls.add_constructor([param('long unsigned int', 'v')]) |
1220 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1220 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
1221 cls.add_constructor([param('long long unsigned int', 'v')]) |
1221 cls.add_constructor([param('long long unsigned int', 'v')]) |
|
1222 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor] |
|
1223 cls.add_constructor([param('ns3::int64x64_t const &', 'v')]) |
1222 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1224 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
1223 cls.add_constructor([param('std::string const &', 's')]) |
1225 cls.add_constructor([param('std::string const &', 's')]) |
1224 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
|
1225 cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
|
1226 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1226 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function] |
1227 cls.add_method('As', |
1227 cls.add_method('As', |
1228 'ns3::TimeWithUnit', |
1228 'ns3::TimeWithUnit', |
1229 [param('ns3::Time::Unit const', 'unit')], |
1229 [param('ns3::Time::Unit const', 'unit')], |
1230 is_const=True) |
1230 is_const=True) |
1231 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1231 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
1232 cls.add_method('Compare', |
1232 cls.add_method('Compare', |
1233 'int', |
1233 'int', |
1234 [param('ns3::Time const &', 'o')], |
1234 [param('ns3::Time const &', 'o')], |
1235 is_const=True) |
1235 is_const=True) |
1236 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
|
1237 cls.add_method('From', |
|
1238 'ns3::Time', |
|
1239 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
|
1240 is_static=True) |
|
1241 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1236 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
1242 cls.add_method('From', |
1237 cls.add_method('From', |
1243 'ns3::Time', |
1238 'ns3::Time', |
1244 [param('ns3::int64x64_t const &', 'value')], |
1239 [param('ns3::int64x64_t const &', 'value')], |
1245 is_static=True) |
1240 is_static=True) |
1246 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
1241 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function] |
|
1242 cls.add_method('From', |
|
1243 'ns3::Time', |
|
1244 [param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')], |
|
1245 is_static=True) |
|
1246 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function] |
1247 cls.add_method('FromDouble', |
1247 cls.add_method('FromDouble', |
1248 'ns3::Time', |
1248 'ns3::Time', |
1249 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1249 [param('double', 'value'), param('ns3::Time::Unit', 'unit')], |
1250 is_static=True) |
1250 is_static=True) |
1251 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
1251 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function] |
1252 cls.add_method('FromInteger', |
1252 cls.add_method('FromInteger', |
1253 'ns3::Time', |
1253 'ns3::Time', |
1254 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
1254 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')], |
1255 is_static=True) |
1255 is_static=True) |
1256 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1256 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function] |
1257 cls.add_method('GetDays', |
1257 cls.add_method('GetDays', |
1258 'double', |
1258 'double', |
1259 [], |
1259 [], |
1366 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1366 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function] |
1367 cls.add_method('StaticInit', |
1367 cls.add_method('StaticInit', |
1368 'bool', |
1368 'bool', |
1369 [], |
1369 [], |
1370 is_static=True) |
1370 is_static=True) |
1371 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
1371 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function] |
1372 cls.add_method('To', |
1372 cls.add_method('To', |
1373 'ns3::int64x64_t', |
1373 'ns3::int64x64_t', |
1374 [param('ns3::Time::Unit', 'timeUnit')], |
1374 [param('ns3::Time::Unit', 'unit')], |
1375 is_const=True) |
1375 is_const=True) |
1376 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
1376 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function] |
1377 cls.add_method('ToDouble', |
1377 cls.add_method('ToDouble', |
1378 'double', |
1378 'double', |
1379 [param('ns3::Time::Unit', 'timeUnit')], |
1379 [param('ns3::Time::Unit', 'unit')], |
1380 is_const=True) |
1380 is_const=True) |
1381 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
1381 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function] |
1382 cls.add_method('ToInteger', |
1382 cls.add_method('ToInteger', |
1383 'int64_t', |
1383 'int64_t', |
1384 [param('ns3::Time::Unit', 'timeUnit')], |
1384 [param('ns3::Time::Unit', 'unit')], |
1385 is_const=True) |
1385 is_const=True) |
1386 return |
1386 return |
1387 |
1387 |
1388 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1388 def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
1389 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
1389 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |