1345 ## ipv4-routing-helper.h (module 'internet'): ns3::Ptr<ns3::Ipv4RoutingProtocol> ns3::Ipv4RoutingHelper::Create(ns3::Ptr<ns3::Node> node) const [member function] |
1345 ## ipv4-routing-helper.h (module 'internet'): ns3::Ptr<ns3::Ipv4RoutingProtocol> ns3::Ipv4RoutingHelper::Create(ns3::Ptr<ns3::Node> node) const [member function] |
1346 cls.add_method('Create', |
1346 cls.add_method('Create', |
1347 'ns3::Ptr< ns3::Ipv4RoutingProtocol >', |
1347 'ns3::Ptr< ns3::Ipv4RoutingProtocol >', |
1348 [param('ns3::Ptr< ns3::Node >', 'node')], |
1348 [param('ns3::Ptr< ns3::Node >', 'node')], |
1349 is_pure_virtual=True, is_const=True, is_virtual=True) |
1349 is_pure_virtual=True, is_const=True, is_virtual=True) |
|
1350 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintNeighborCacheAllAt(ns3::Time printTime, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
|
1351 cls.add_method('PrintNeighborCacheAllAt', |
|
1352 'void', |
|
1353 [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
|
1354 is_const=True) |
|
1355 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintNeighborCacheAllEvery(ns3::Time printInterval, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
|
1356 cls.add_method('PrintNeighborCacheAllEvery', |
|
1357 'void', |
|
1358 [param('ns3::Time', 'printInterval'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
|
1359 is_const=True) |
|
1360 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintNeighborCacheAt(ns3::Time printTime, ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
|
1361 cls.add_method('PrintNeighborCacheAt', |
|
1362 'void', |
|
1363 [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
|
1364 is_const=True) |
|
1365 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintNeighborCacheEvery(ns3::Time printInterval, ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
|
1366 cls.add_method('PrintNeighborCacheEvery', |
|
1367 'void', |
|
1368 [param('ns3::Time', 'printInterval'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
|
1369 is_const=True) |
1350 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintRoutingTableAllAt(ns3::Time printTime, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
1370 ## ipv4-routing-helper.h (module 'internet'): void ns3::Ipv4RoutingHelper::PrintRoutingTableAllAt(ns3::Time printTime, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
1351 cls.add_method('PrintRoutingTableAllAt', |
1371 cls.add_method('PrintRoutingTableAllAt', |
1352 'void', |
1372 'void', |
1353 [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
1373 [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
1354 is_const=True) |
1374 is_const=True) |
2351 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')]) |
2371 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')]) |
2352 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, uint32_t flags, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
2372 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, uint32_t flags, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
2353 cls.add_method('AddAttribute', |
2373 cls.add_method('AddAttribute', |
2354 'ns3::TypeId', |
2374 'ns3::TypeId', |
2355 [param('std::string', 'name'), param('std::string', 'help'), param('uint32_t', 'flags'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')]) |
2375 [param('std::string', 'name'), param('std::string', 'help'), param('uint32_t', 'flags'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')]) |
2356 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor) [member function] |
2376 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor, std::string callback="(not yet documented)") [member function] |
2357 cls.add_method('AddTraceSource', |
2377 cls.add_method('AddTraceSource', |
2358 'ns3::TypeId', |
2378 'ns3::TypeId', |
2359 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor')]) |
2379 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor'), param('std::string', 'callback', default_value='"(not yet documented)"')]) |
2360 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation ns3::TypeId::GetAttribute(uint32_t i) const [member function] |
2380 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation ns3::TypeId::GetAttribute(uint32_t i) const [member function] |
2361 cls.add_method('GetAttribute', |
2381 cls.add_method('GetAttribute', |
2362 'ns3::TypeId::AttributeInformation', |
2382 'ns3::TypeId::AttributeInformation', |
2363 [param('uint32_t', 'i')], |
2383 [param('uint32_t', 'i')], |
2364 is_const=True) |
2384 is_const=True) |
2515 cls.add_constructor([]) |
2535 cls.add_constructor([]) |
2516 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation(ns3::TypeId::TraceSourceInformation const & arg0) [copy constructor] |
2536 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation(ns3::TypeId::TraceSourceInformation const & arg0) [copy constructor] |
2517 cls.add_constructor([param('ns3::TypeId::TraceSourceInformation const &', 'arg0')]) |
2537 cls.add_constructor([param('ns3::TypeId::TraceSourceInformation const &', 'arg0')]) |
2518 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::accessor [variable] |
2538 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::accessor [variable] |
2519 cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::TraceSourceAccessor const >', is_const=False) |
2539 cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::TraceSourceAccessor const >', is_const=False) |
|
2540 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::callback [variable] |
|
2541 cls.add_instance_attribute('callback', 'std::string', is_const=False) |
2520 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::help [variable] |
2542 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::help [variable] |
2521 cls.add_instance_attribute('help', 'std::string', is_const=False) |
2543 cls.add_instance_attribute('help', 'std::string', is_const=False) |
2522 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::name [variable] |
2544 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::name [variable] |
2523 cls.add_instance_attribute('name', 'std::string', is_const=False) |
2545 cls.add_instance_attribute('name', 'std::string', is_const=False) |
2524 return |
2546 return |