118 register_Ns3YansWifiChannelHelper_methods(root_module, root_module['ns3::YansWifiChannelHelper']) |
118 register_Ns3YansWifiChannelHelper_methods(root_module, root_module['ns3::YansWifiChannelHelper']) |
119 register_Ns3YansWifiPhyHelper_methods(root_module, root_module['ns3::YansWifiPhyHelper']) |
119 register_Ns3YansWifiPhyHelper_methods(root_module, root_module['ns3::YansWifiPhyHelper']) |
120 return |
120 return |
121 |
121 |
122 def register_Ns3ApplicationContainer_methods(root_module, cls): |
122 def register_Ns3ApplicationContainer_methods(root_module, cls): |
123 ## application-container.h: ns3::ApplicationContainer::ApplicationContainer(ns3::ApplicationContainer const & arg0) [copy constructor] |
|
124 cls.add_constructor([param('ns3::ApplicationContainer const &', 'arg0')]) |
|
125 ## application-container.h: ns3::ApplicationContainer::ApplicationContainer() [constructor] |
123 ## application-container.h: ns3::ApplicationContainer::ApplicationContainer() [constructor] |
126 cls.add_constructor([]) |
124 cls.add_constructor([]) |
127 ## application-container.h: ns3::ApplicationContainer::ApplicationContainer(ns3::Ptr<ns3::Application> application) [constructor] |
125 ## application-container.h: ns3::ApplicationContainer::ApplicationContainer(ns3::Ptr<ns3::Application> application) [constructor] |
128 cls.add_constructor([param('ns3::Ptr< ns3::Application >', 'application')]) |
126 cls.add_constructor([param('ns3::Ptr< ns3::Application >', 'application')]) |
129 ## application-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::Begin() const [member function] |
127 ## application-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::Begin() const [member function] |
160 [param('ns3::Time', 'start')]) |
158 [param('ns3::Time', 'start')]) |
161 ## application-container.h: void ns3::ApplicationContainer::Stop(ns3::Time stop) [member function] |
159 ## application-container.h: void ns3::ApplicationContainer::Stop(ns3::Time stop) [member function] |
162 cls.add_method('Stop', |
160 cls.add_method('Stop', |
163 'void', |
161 'void', |
164 [param('ns3::Time', 'stop')]) |
162 [param('ns3::Time', 'stop')]) |
|
163 cls.add_copy_constructor() |
165 return |
164 return |
166 |
165 |
167 def register_Ns3BridgeHelper_methods(root_module, cls): |
166 def register_Ns3BridgeHelper_methods(root_module, cls): |
168 ## bridge-helper.h: ns3::BridgeHelper::BridgeHelper(ns3::BridgeHelper const & arg0) [copy constructor] |
|
169 cls.add_constructor([param('ns3::BridgeHelper const &', 'arg0')]) |
|
170 ## bridge-helper.h: ns3::BridgeHelper::BridgeHelper() [constructor] |
167 ## bridge-helper.h: ns3::BridgeHelper::BridgeHelper() [constructor] |
171 cls.add_constructor([]) |
168 cls.add_constructor([]) |
172 ## bridge-helper.h: void ns3::BridgeHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function] |
169 ## bridge-helper.h: void ns3::BridgeHelper::SetDeviceAttribute(std::string n1, ns3::AttributeValue const & v1) [member function] |
173 cls.add_method('SetDeviceAttribute', |
170 cls.add_method('SetDeviceAttribute', |
174 'void', |
171 'void', |
175 [param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')]) |
172 [param('std::string', 'n1'), param('ns3::AttributeValue const &', 'v1')]) |
176 ## bridge-helper.h: ns3::NetDeviceContainer ns3::BridgeHelper::Install(ns3::Ptr<ns3::Node> node, ns3::NetDeviceContainer c) [member function] |
173 ## bridge-helper.h: ns3::NetDeviceContainer ns3::BridgeHelper::Install(ns3::Ptr<ns3::Node> node, ns3::NetDeviceContainer c) [member function] |
177 cls.add_method('Install', |
174 cls.add_method('Install', |
178 'ns3::NetDeviceContainer', |
175 'ns3::NetDeviceContainer', |
179 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::NetDeviceContainer', 'c')]) |
176 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::NetDeviceContainer', 'c')]) |
|
177 cls.add_copy_constructor() |
180 return |
178 return |
181 |
179 |
182 def register_Ns3CsmaHelper_methods(root_module, cls): |
180 def register_Ns3CsmaHelper_methods(root_module, cls): |
183 ## csma-helper.h: ns3::CsmaHelper::CsmaHelper(ns3::CsmaHelper const & arg0) [copy constructor] |
|
184 cls.add_constructor([param('ns3::CsmaHelper const &', 'arg0')]) |
|
185 ## csma-helper.h: ns3::CsmaHelper::CsmaHelper() [constructor] |
181 ## csma-helper.h: ns3::CsmaHelper::CsmaHelper() [constructor] |
186 cls.add_constructor([]) |
182 cls.add_constructor([]) |
187 ## csma-helper.h: void ns3::CsmaHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
183 ## csma-helper.h: void ns3::CsmaHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
188 cls.add_method('SetQueue', |
184 cls.add_method('SetQueue', |
189 'void', |
185 'void', |
268 is_const=True) |
264 is_const=True) |
269 ## csma-helper.h: void ns3::CsmaHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function] |
265 ## csma-helper.h: void ns3::CsmaHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function] |
270 cls.add_method('InstallStar', |
266 cls.add_method('InstallStar', |
271 'void', |
267 'void', |
272 [param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')]) |
268 [param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')]) |
|
269 cls.add_copy_constructor() |
273 return |
270 return |
274 |
271 |
275 def register_Ns3EmuHelper_methods(root_module, cls): |
272 def register_Ns3EmuHelper_methods(root_module, cls): |
276 ## emu-helper.h: ns3::EmuHelper::EmuHelper(ns3::EmuHelper const & arg0) [copy constructor] |
|
277 cls.add_constructor([param('ns3::EmuHelper const &', 'arg0')]) |
|
278 ## emu-helper.h: ns3::EmuHelper::EmuHelper() [constructor] |
273 ## emu-helper.h: ns3::EmuHelper::EmuHelper() [constructor] |
279 cls.add_constructor([]) |
274 cls.add_constructor([]) |
280 ## emu-helper.h: void ns3::EmuHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
275 ## emu-helper.h: void ns3::EmuHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
281 cls.add_method('SetQueue', |
276 cls.add_method('SetQueue', |
282 'void', |
277 'void', |
333 ## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::NodeContainer const & c) const [member function] |
328 ## emu-helper.h: ns3::NetDeviceContainer ns3::EmuHelper::Install(ns3::NodeContainer const & c) const [member function] |
334 cls.add_method('Install', |
329 cls.add_method('Install', |
335 'ns3::NetDeviceContainer', |
330 'ns3::NetDeviceContainer', |
336 [param('ns3::NodeContainer const &', 'c')], |
331 [param('ns3::NodeContainer const &', 'c')], |
337 is_const=True) |
332 is_const=True) |
|
333 cls.add_copy_constructor() |
338 return |
334 return |
339 |
335 |
340 def register_Ns3InternetStackHelper_methods(root_module, cls): |
336 def register_Ns3InternetStackHelper_methods(root_module, cls): |
341 ## internet-stack-helper.h: ns3::InternetStackHelper::InternetStackHelper(ns3::InternetStackHelper const & arg0) [copy constructor] |
|
342 cls.add_constructor([param('ns3::InternetStackHelper const &', 'arg0')]) |
|
343 ## internet-stack-helper.h: ns3::InternetStackHelper::InternetStackHelper() [constructor] |
337 ## internet-stack-helper.h: ns3::InternetStackHelper::InternetStackHelper() [constructor] |
344 cls.add_constructor([]) |
338 cls.add_constructor([]) |
345 ## internet-stack-helper.h: void ns3::InternetStackHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
339 ## internet-stack-helper.h: void ns3::InternetStackHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
346 cls.add_method('Install', |
340 cls.add_method('Install', |
347 'void', |
341 'void', |
369 ## internet-stack-helper.h: static void ns3::InternetStackHelper::EnablePcapAll(std::string filename) [member function] |
363 ## internet-stack-helper.h: static void ns3::InternetStackHelper::EnablePcapAll(std::string filename) [member function] |
370 cls.add_method('EnablePcapAll', |
364 cls.add_method('EnablePcapAll', |
371 'void', |
365 'void', |
372 [param('std::string', 'filename')], |
366 [param('std::string', 'filename')], |
373 is_static=True) |
367 is_static=True) |
|
368 cls.add_copy_constructor() |
374 return |
369 return |
375 |
370 |
376 def register_Ns3Ipv4AddressHelper_methods(root_module, cls): |
371 def register_Ns3Ipv4AddressHelper_methods(root_module, cls): |
377 ## ipv4-address-helper.h: ns3::Ipv4AddressHelper::Ipv4AddressHelper(ns3::Ipv4AddressHelper const & arg0) [copy constructor] |
|
378 cls.add_constructor([param('ns3::Ipv4AddressHelper const &', 'arg0')]) |
|
379 ## ipv4-address-helper.h: ns3::Ipv4AddressHelper::Ipv4AddressHelper() [constructor] |
372 ## ipv4-address-helper.h: ns3::Ipv4AddressHelper::Ipv4AddressHelper() [constructor] |
380 cls.add_constructor([]) |
373 cls.add_constructor([]) |
381 ## ipv4-address-helper.h: void ns3::Ipv4AddressHelper::SetBase(ns3::Ipv4Address network, ns3::Ipv4Mask mask, ns3::Ipv4Address base="0.0.0.1") [member function] |
374 ## ipv4-address-helper.h: void ns3::Ipv4AddressHelper::SetBase(ns3::Ipv4Address network, ns3::Ipv4Mask mask, ns3::Ipv4Address base="0.0.0.1") [member function] |
382 cls.add_method('SetBase', |
375 cls.add_method('SetBase', |
383 'void', |
376 'void', |
392 []) |
385 []) |
393 ## ipv4-address-helper.h: ns3::Ipv4InterfaceContainer ns3::Ipv4AddressHelper::Assign(ns3::NetDeviceContainer const & c) [member function] |
386 ## ipv4-address-helper.h: ns3::Ipv4InterfaceContainer ns3::Ipv4AddressHelper::Assign(ns3::NetDeviceContainer const & c) [member function] |
394 cls.add_method('Assign', |
387 cls.add_method('Assign', |
395 'ns3::Ipv4InterfaceContainer', |
388 'ns3::Ipv4InterfaceContainer', |
396 [param('ns3::NetDeviceContainer const &', 'c')]) |
389 [param('ns3::NetDeviceContainer const &', 'c')]) |
|
390 cls.add_copy_constructor() |
397 return |
391 return |
398 |
392 |
399 def register_Ns3Ipv4InterfaceContainer_methods(root_module, cls): |
393 def register_Ns3Ipv4InterfaceContainer_methods(root_module, cls): |
400 ## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer::Ipv4InterfaceContainer(ns3::Ipv4InterfaceContainer const & arg0) [copy constructor] |
|
401 cls.add_constructor([param('ns3::Ipv4InterfaceContainer const &', 'arg0')]) |
|
402 ## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer::Ipv4InterfaceContainer() [constructor] |
394 ## ipv4-interface-container.h: ns3::Ipv4InterfaceContainer::Ipv4InterfaceContainer() [constructor] |
403 cls.add_constructor([]) |
395 cls.add_constructor([]) |
404 ## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ipv4InterfaceContainer other) [member function] |
396 ## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ipv4InterfaceContainer other) [member function] |
405 cls.add_method('Add', |
397 cls.add_method('Add', |
406 'void', |
398 'void', |
421 [param('uint32_t', 'i'), param('uint16_t', 'metric')]) |
413 [param('uint32_t', 'i'), param('uint16_t', 'metric')]) |
422 ## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ptr<ns3::Ipv4> ipv4, uint32_t interface) [member function] |
414 ## ipv4-interface-container.h: void ns3::Ipv4InterfaceContainer::Add(ns3::Ptr<ns3::Ipv4> ipv4, uint32_t interface) [member function] |
423 cls.add_method('Add', |
415 cls.add_method('Add', |
424 'void', |
416 'void', |
425 [param('ns3::Ptr< ns3::Ipv4 >', 'ipv4'), param('uint32_t', 'interface')]) |
417 [param('ns3::Ptr< ns3::Ipv4 >', 'ipv4'), param('uint32_t', 'interface')]) |
|
418 cls.add_copy_constructor() |
426 return |
419 return |
427 |
420 |
428 def register_Ns3MobilityHelper_methods(root_module, cls): |
421 def register_Ns3MobilityHelper_methods(root_module, cls): |
429 ## mobility-helper.h: ns3::MobilityHelper::MobilityHelper(ns3::MobilityHelper const & arg0) [copy constructor] |
|
430 cls.add_constructor([param('ns3::MobilityHelper const &', 'arg0')]) |
|
431 ## mobility-helper.h: ns3::MobilityHelper::MobilityHelper() [constructor] |
422 ## mobility-helper.h: ns3::MobilityHelper::MobilityHelper() [constructor] |
432 cls.add_constructor([]) |
423 cls.add_constructor([]) |
433 ## mobility-helper.h: void ns3::MobilityHelper::SetPositionAllocator(ns3::Ptr<ns3::PositionAllocator> allocator) [member function] |
424 ## mobility-helper.h: void ns3::MobilityHelper::SetPositionAllocator(ns3::Ptr<ns3::PositionAllocator> allocator) [member function] |
434 cls.add_method('SetPositionAllocator', |
425 cls.add_method('SetPositionAllocator', |
435 'void', |
426 'void', |
482 ## mobility-helper.h: static void ns3::MobilityHelper::EnableAsciiAll(std::ostream & os) [member function] |
473 ## mobility-helper.h: static void ns3::MobilityHelper::EnableAsciiAll(std::ostream & os) [member function] |
483 cls.add_method('EnableAsciiAll', |
474 cls.add_method('EnableAsciiAll', |
484 'void', |
475 'void', |
485 [param('std::ostream &', 'os')], |
476 [param('std::ostream &', 'os')], |
486 is_static=True) |
477 is_static=True) |
|
478 cls.add_copy_constructor() |
487 return |
479 return |
488 |
480 |
489 def register_Ns3NetDeviceContainer_methods(root_module, cls): |
481 def register_Ns3NetDeviceContainer_methods(root_module, cls): |
490 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & arg0) [copy constructor] |
|
491 cls.add_constructor([param('ns3::NetDeviceContainer const &', 'arg0')]) |
|
492 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer() [constructor] |
482 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer() [constructor] |
493 cls.add_constructor([]) |
483 cls.add_constructor([]) |
494 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor] |
484 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor] |
495 cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')]) |
485 cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')]) |
496 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor] |
486 ## net-device-container.h: ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor] |
521 [param('ns3::NetDeviceContainer', 'other')]) |
511 [param('ns3::NetDeviceContainer', 'other')]) |
522 ## net-device-container.h: void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function] |
512 ## net-device-container.h: void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function] |
523 cls.add_method('Add', |
513 cls.add_method('Add', |
524 'void', |
514 'void', |
525 [param('ns3::Ptr< ns3::NetDevice >', 'device')]) |
515 [param('ns3::Ptr< ns3::NetDevice >', 'device')]) |
|
516 cls.add_copy_constructor() |
526 return |
517 return |
527 |
518 |
528 def register_Ns3NodeContainer_methods(root_module, cls): |
519 def register_Ns3NodeContainer_methods(root_module, cls): |
529 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & arg0) [copy constructor] |
|
530 cls.add_constructor([param('ns3::NodeContainer const &', 'arg0')]) |
|
531 ## node-container.h: ns3::NodeContainer::NodeContainer() [constructor] |
520 ## node-container.h: ns3::NodeContainer::NodeContainer() [constructor] |
532 cls.add_constructor([]) |
521 cls.add_constructor([]) |
533 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor] |
522 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor] |
534 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')]) |
523 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')]) |
535 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor] |
524 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor] |
575 ## node-container.h: static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function] |
564 ## node-container.h: static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function] |
576 cls.add_method('GetGlobal', |
565 cls.add_method('GetGlobal', |
577 'ns3::NodeContainer', |
566 'ns3::NodeContainer', |
578 [], |
567 [], |
579 is_static=True) |
568 is_static=True) |
|
569 cls.add_copy_constructor() |
580 return |
570 return |
581 |
571 |
582 def register_Ns3Ns2MobilityHelper_methods(root_module, cls): |
572 def register_Ns3Ns2MobilityHelper_methods(root_module, cls): |
583 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(ns3::Ns2MobilityHelper const & arg0) [copy constructor] |
|
584 cls.add_constructor([param('ns3::Ns2MobilityHelper const &', 'arg0')]) |
|
585 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(std::string filename) [constructor] |
573 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(std::string filename) [constructor] |
586 cls.add_constructor([param('std::string', 'filename')]) |
574 cls.add_constructor([param('std::string', 'filename')]) |
587 ## ns2-mobility-helper.h: void ns3::Ns2MobilityHelper::Install() const [member function] |
575 ## ns2-mobility-helper.h: void ns3::Ns2MobilityHelper::Install() const [member function] |
588 cls.add_method('Install', |
576 cls.add_method('Install', |
589 'void', |
577 'void', |
590 [], |
578 [], |
591 is_const=True) |
579 is_const=True) |
|
580 cls.add_copy_constructor() |
592 return |
581 return |
593 |
582 |
594 def register_Ns3OlsrHelper_methods(root_module, cls): |
583 def register_Ns3OlsrHelper_methods(root_module, cls): |
595 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper(ns3::OlsrHelper const & arg0) [copy constructor] |
|
596 cls.add_constructor([param('ns3::OlsrHelper const &', 'arg0')]) |
|
597 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper() [constructor] |
584 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper() [constructor] |
598 cls.add_constructor([]) |
585 cls.add_constructor([]) |
599 ## olsr-helper.h: void ns3::OlsrHelper::SetAgent(std::string tid, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
586 ## olsr-helper.h: void ns3::OlsrHelper::SetAgent(std::string tid, std::string n0="", ns3::AttributeValue const & v0=ns3::EmptyAttributeValue(), std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue(), std::string n5="", ns3::AttributeValue const & v5=ns3::EmptyAttributeValue(), std::string n6="", ns3::AttributeValue const & v6=ns3::EmptyAttributeValue(), std::string n7="", ns3::AttributeValue const & v7=ns3::EmptyAttributeValue()) [member function] |
600 cls.add_method('SetAgent', |
587 cls.add_method('SetAgent', |
601 'void', |
588 'void', |
610 [param('ns3::Ptr< ns3::Node >', 'node')]) |
597 [param('ns3::Ptr< ns3::Node >', 'node')]) |
611 ## olsr-helper.h: void ns3::OlsrHelper::InstallAll() [member function] |
598 ## olsr-helper.h: void ns3::OlsrHelper::InstallAll() [member function] |
612 cls.add_method('InstallAll', |
599 cls.add_method('InstallAll', |
613 'void', |
600 'void', |
614 []) |
601 []) |
|
602 cls.add_copy_constructor() |
615 return |
603 return |
616 |
604 |
617 def register_Ns3OnOffHelper_methods(root_module, cls): |
605 def register_Ns3OnOffHelper_methods(root_module, cls): |
618 ## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(ns3::OnOffHelper const & arg0) [copy constructor] |
|
619 cls.add_constructor([param('ns3::OnOffHelper const &', 'arg0')]) |
|
620 ## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(std::string protocol, ns3::Address address) [constructor] |
606 ## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(std::string protocol, ns3::Address address) [constructor] |
621 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
607 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
622 ## on-off-helper.h: void ns3::OnOffHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
608 ## on-off-helper.h: void ns3::OnOffHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
623 cls.add_method('SetAttribute', |
609 cls.add_method('SetAttribute', |
624 'void', |
610 'void', |
631 ## on-off-helper.h: ns3::ApplicationContainer ns3::OnOffHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
617 ## on-off-helper.h: ns3::ApplicationContainer ns3::OnOffHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
632 cls.add_method('Install', |
618 cls.add_method('Install', |
633 'ns3::ApplicationContainer', |
619 'ns3::ApplicationContainer', |
634 [param('ns3::Ptr< ns3::Node >', 'node')], |
620 [param('ns3::Ptr< ns3::Node >', 'node')], |
635 is_const=True) |
621 is_const=True) |
|
622 cls.add_copy_constructor() |
636 return |
623 return |
637 |
624 |
638 def register_Ns3PacketSinkHelper_methods(root_module, cls): |
625 def register_Ns3PacketSinkHelper_methods(root_module, cls): |
639 ## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(ns3::PacketSinkHelper const & arg0) [copy constructor] |
|
640 cls.add_constructor([param('ns3::PacketSinkHelper const &', 'arg0')]) |
|
641 ## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(std::string protocol, ns3::Address address) [constructor] |
626 ## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(std::string protocol, ns3::Address address) [constructor] |
642 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
627 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
643 ## packet-sink-helper.h: void ns3::PacketSinkHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
628 ## packet-sink-helper.h: void ns3::PacketSinkHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
644 cls.add_method('SetAttribute', |
629 cls.add_method('SetAttribute', |
645 'void', |
630 'void', |
652 ## packet-sink-helper.h: ns3::ApplicationContainer ns3::PacketSinkHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
637 ## packet-sink-helper.h: ns3::ApplicationContainer ns3::PacketSinkHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
653 cls.add_method('Install', |
638 cls.add_method('Install', |
654 'ns3::ApplicationContainer', |
639 'ns3::ApplicationContainer', |
655 [param('ns3::Ptr< ns3::Node >', 'node')], |
640 [param('ns3::Ptr< ns3::Node >', 'node')], |
656 is_const=True) |
641 is_const=True) |
|
642 cls.add_copy_constructor() |
657 return |
643 return |
658 |
644 |
659 def register_Ns3PacketSocketHelper_methods(root_module, cls): |
645 def register_Ns3PacketSocketHelper_methods(root_module, cls): |
660 ## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper(ns3::PacketSocketHelper const & arg0) [copy constructor] |
|
661 cls.add_constructor([param('ns3::PacketSocketHelper const &', 'arg0')]) |
|
662 ## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper() [constructor] |
|
663 cls.add_constructor([]) |
|
664 ## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
646 ## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
665 cls.add_method('Install', |
647 cls.add_method('Install', |
666 'void', |
648 'void', |
667 [param('ns3::Ptr< ns3::Node >', 'node')], |
649 [param('ns3::Ptr< ns3::Node >', 'node')], |
668 is_const=True) |
650 is_const=True) |
669 ## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::NodeContainer c) const [member function] |
651 ## packet-socket-helper.h: void ns3::PacketSocketHelper::Install(ns3::NodeContainer c) const [member function] |
670 cls.add_method('Install', |
652 cls.add_method('Install', |
671 'void', |
653 'void', |
672 [param('ns3::NodeContainer', 'c')], |
654 [param('ns3::NodeContainer', 'c')], |
673 is_const=True) |
655 is_const=True) |
|
656 cls.add_constructor([]) |
|
657 cls.add_copy_constructor() |
674 return |
658 return |
675 |
659 |
676 def register_Ns3PointToPointHelper_methods(root_module, cls): |
660 def register_Ns3PointToPointHelper_methods(root_module, cls): |
677 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper(ns3::PointToPointHelper const & arg0) [copy constructor] |
|
678 cls.add_constructor([param('ns3::PointToPointHelper const &', 'arg0')]) |
|
679 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper() [constructor] |
661 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper() [constructor] |
680 cls.add_constructor([]) |
662 cls.add_constructor([]) |
681 ## point-to-point-helper.h: void ns3::PointToPointHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
663 ## point-to-point-helper.h: void ns3::PointToPointHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
682 cls.add_method('SetQueue', |
664 cls.add_method('SetQueue', |
683 'void', |
665 'void', |
750 [param('ns3::Ptr< ns3::Node >', 'a'), param('ns3::Ptr< ns3::Node >', 'b')]) |
732 [param('ns3::Ptr< ns3::Node >', 'a'), param('ns3::Ptr< ns3::Node >', 'b')]) |
751 ## point-to-point-helper.h: void ns3::PointToPointHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function] |
733 ## point-to-point-helper.h: void ns3::PointToPointHelper::InstallStar(ns3::Ptr<ns3::Node> hub, ns3::NodeContainer spokes, ns3::NetDeviceContainer & hubDevices, ns3::NetDeviceContainer & spokeDevices) [member function] |
752 cls.add_method('InstallStar', |
734 cls.add_method('InstallStar', |
753 'void', |
735 'void', |
754 [param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')]) |
736 [param('ns3::Ptr< ns3::Node >', 'hub'), param('ns3::NodeContainer', 'spokes'), param('ns3::NetDeviceContainer &', 'hubDevices'), param('ns3::NetDeviceContainer &', 'spokeDevices')]) |
|
737 cls.add_copy_constructor() |
755 return |
738 return |
756 |
739 |
757 def register_Ns3StaticMulticastRouteHelper_methods(root_module, cls): |
740 def register_Ns3StaticMulticastRouteHelper_methods(root_module, cls): |
758 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper(ns3::StaticMulticastRouteHelper const & arg0) [copy constructor] |
|
759 cls.add_constructor([param('ns3::StaticMulticastRouteHelper const &', 'arg0')]) |
|
760 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper() [constructor] |
741 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper() [constructor] |
761 cls.add_constructor([]) |
742 cls.add_constructor([]) |
762 ## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(ns3::Ptr<ns3::Node> arg0, ns3::Ipv4Address source, ns3::Ipv4Address group, ns3::Ptr<ns3::NetDevice> input, ns3::NetDeviceContainer output) [member function] |
743 ## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::AddMulticastRoute(ns3::Ptr<ns3::Node> arg0, ns3::Ipv4Address source, ns3::Ipv4Address group, ns3::Ptr<ns3::NetDevice> input, ns3::NetDeviceContainer output) [member function] |
763 cls.add_method('AddMulticastRoute', |
744 cls.add_method('AddMulticastRoute', |
764 'void', |
745 'void', |
769 [param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ptr< ns3::NetDevice >', 'nd')]) |
750 [param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ptr< ns3::NetDevice >', 'nd')]) |
770 ## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::JoinMulticastGroup(ns3::Ptr<ns3::Node> n, ns3::Ipv4Address source, ns3::Ipv4Address group) [member function] |
751 ## static-multicast-route-helper.h: void ns3::StaticMulticastRouteHelper::JoinMulticastGroup(ns3::Ptr<ns3::Node> n, ns3::Ipv4Address source, ns3::Ipv4Address group) [member function] |
771 cls.add_method('JoinMulticastGroup', |
752 cls.add_method('JoinMulticastGroup', |
772 'void', |
753 'void', |
773 [param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group')]) |
754 [param('ns3::Ptr< ns3::Node >', 'n'), param('ns3::Ipv4Address', 'source'), param('ns3::Ipv4Address', 'group')]) |
|
755 cls.add_copy_constructor() |
774 return |
756 return |
775 |
757 |
776 def register_Ns3UdpEchoClientHelper_methods(root_module, cls): |
758 def register_Ns3UdpEchoClientHelper_methods(root_module, cls): |
777 ## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::UdpEchoClientHelper const & arg0) [copy constructor] |
|
778 cls.add_constructor([param('ns3::UdpEchoClientHelper const &', 'arg0')]) |
|
779 ## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::Ipv4Address ip, uint16_t port) [constructor] |
759 ## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::Ipv4Address ip, uint16_t port) [constructor] |
780 cls.add_constructor([param('ns3::Ipv4Address', 'ip'), param('uint16_t', 'port')]) |
760 cls.add_constructor([param('ns3::Ipv4Address', 'ip'), param('uint16_t', 'port')]) |
781 ## udp-echo-helper.h: void ns3::UdpEchoClientHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
761 ## udp-echo-helper.h: void ns3::UdpEchoClientHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
782 cls.add_method('SetAttribute', |
762 cls.add_method('SetAttribute', |
783 'void', |
763 'void', |
790 ## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoClientHelper::Install(ns3::NodeContainer c) const [member function] |
770 ## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoClientHelper::Install(ns3::NodeContainer c) const [member function] |
791 cls.add_method('Install', |
771 cls.add_method('Install', |
792 'ns3::ApplicationContainer', |
772 'ns3::ApplicationContainer', |
793 [param('ns3::NodeContainer', 'c')], |
773 [param('ns3::NodeContainer', 'c')], |
794 is_const=True) |
774 is_const=True) |
|
775 cls.add_copy_constructor() |
795 return |
776 return |
796 |
777 |
797 def register_Ns3UdpEchoServerHelper_methods(root_module, cls): |
778 def register_Ns3UdpEchoServerHelper_methods(root_module, cls): |
798 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(ns3::UdpEchoServerHelper const & arg0) [copy constructor] |
|
799 cls.add_constructor([param('ns3::UdpEchoServerHelper const &', 'arg0')]) |
|
800 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(uint16_t port) [constructor] |
779 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(uint16_t port) [constructor] |
801 cls.add_constructor([param('uint16_t', 'port')]) |
780 cls.add_constructor([param('uint16_t', 'port')]) |
802 ## udp-echo-helper.h: void ns3::UdpEchoServerHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
781 ## udp-echo-helper.h: void ns3::UdpEchoServerHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
803 cls.add_method('SetAttribute', |
782 cls.add_method('SetAttribute', |
804 'void', |
783 'void', |
811 ## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoServerHelper::Install(ns3::NodeContainer c) const [member function] |
790 ## udp-echo-helper.h: ns3::ApplicationContainer ns3::UdpEchoServerHelper::Install(ns3::NodeContainer c) const [member function] |
812 cls.add_method('Install', |
791 cls.add_method('Install', |
813 'ns3::ApplicationContainer', |
792 'ns3::ApplicationContainer', |
814 [param('ns3::NodeContainer', 'c')], |
793 [param('ns3::NodeContainer', 'c')], |
815 is_const=True) |
794 is_const=True) |
|
795 cls.add_copy_constructor() |
816 return |
796 return |
817 |
797 |
818 def register_Ns3V4PingHelper_methods(root_module, cls): |
798 def register_Ns3V4PingHelper_methods(root_module, cls): |
819 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::V4PingHelper const & arg0) [copy constructor] |
|
820 cls.add_constructor([param('ns3::V4PingHelper const &', 'arg0')]) |
|
821 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::Ipv4Address remote) [constructor] |
799 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::Ipv4Address remote) [constructor] |
822 cls.add_constructor([param('ns3::Ipv4Address', 'remote')]) |
800 cls.add_constructor([param('ns3::Ipv4Address', 'remote')]) |
823 ## v4ping-helper.h: void ns3::V4PingHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
801 ## v4ping-helper.h: void ns3::V4PingHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
824 cls.add_method('SetAttribute', |
802 cls.add_method('SetAttribute', |
825 'void', |
803 'void', |
832 ## v4ping-helper.h: ns3::ApplicationContainer ns3::V4PingHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
810 ## v4ping-helper.h: ns3::ApplicationContainer ns3::V4PingHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
833 cls.add_method('Install', |
811 cls.add_method('Install', |
834 'ns3::ApplicationContainer', |
812 'ns3::ApplicationContainer', |
835 [param('ns3::Ptr< ns3::Node >', 'node')], |
813 [param('ns3::Ptr< ns3::Node >', 'node')], |
836 is_const=True) |
814 is_const=True) |
|
815 cls.add_copy_constructor() |
837 return |
816 return |
838 |
817 |
839 def register_Ns3WifiHelper_methods(root_module, cls): |
818 def register_Ns3WifiHelper_methods(root_module, cls): |
840 ## wifi-helper.h: ns3::WifiHelper::WifiHelper(ns3::WifiHelper const & arg0) [copy constructor] |
|
841 cls.add_constructor([param('ns3::WifiHelper const &', 'arg0')]) |
|
842 ## wifi-helper.h: ns3::WifiHelper::WifiHelper() [constructor] |
819 ## wifi-helper.h: ns3::WifiHelper::WifiHelper() [constructor] |
843 cls.add_constructor([]) |
820 cls.add_constructor([]) |
844 ## wifi-helper.h: static ns3::WifiHelper ns3::WifiHelper::Default() [member function] |
821 ## wifi-helper.h: static ns3::WifiHelper ns3::WifiHelper::Default() [member function] |
845 cls.add_method('Default', |
822 cls.add_method('Default', |
846 'ns3::WifiHelper', |
823 'ns3::WifiHelper', |
862 ## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::Ptr<ns3::Node> node) const [member function] |
839 ## wifi-helper.h: ns3::NetDeviceContainer ns3::WifiHelper::Install(ns3::WifiPhyHelper const & phy, ns3::Ptr<ns3::Node> node) const [member function] |
863 cls.add_method('Install', |
840 cls.add_method('Install', |
864 'ns3::NetDeviceContainer', |
841 'ns3::NetDeviceContainer', |
865 [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::Ptr< ns3::Node >', 'node')], |
842 [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::Ptr< ns3::Node >', 'node')], |
866 is_const=True) |
843 is_const=True) |
|
844 cls.add_copy_constructor() |
867 return |
845 return |
868 |
846 |
869 def register_Ns3WifiPhyHelper_methods(root_module, cls): |
847 def register_Ns3WifiPhyHelper_methods(root_module, cls): |
870 ## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper(ns3::WifiPhyHelper const & arg0) [copy constructor] |
|
871 cls.add_constructor([param('ns3::WifiPhyHelper const &', 'arg0')]) |
|
872 ## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper() [constructor] |
|
873 cls.add_constructor([]) |
|
874 ## wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::WifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function] |
848 ## wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::WifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function] |
875 cls.add_method('Create', |
849 cls.add_method('Create', |
876 'ns3::Ptr< ns3::WifiPhy >', |
850 'ns3::Ptr< ns3::WifiPhy >', |
877 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], |
851 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], |
878 is_pure_virtual=True, is_const=True, is_virtual=True) |
852 is_pure_virtual=True, is_const=True, is_virtual=True) |
|
853 cls.add_constructor([]) |
|
854 cls.add_copy_constructor() |
879 return |
855 return |
880 |
856 |
881 def register_Ns3YansWifiChannelHelper_methods(root_module, cls): |
857 def register_Ns3YansWifiChannelHelper_methods(root_module, cls): |
882 ## yans-wifi-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper(ns3::YansWifiChannelHelper const & arg0) [copy constructor] |
|
883 cls.add_constructor([param('ns3::YansWifiChannelHelper const &', 'arg0')]) |
|
884 ## yans-wifi-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor] |
858 ## yans-wifi-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor] |
885 cls.add_constructor([]) |
859 cls.add_constructor([]) |
886 ## yans-wifi-helper.h: static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function] |
860 ## yans-wifi-helper.h: static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function] |
887 cls.add_method('Default', |
861 cls.add_method('Default', |
888 'ns3::YansWifiChannelHelper', |
862 'ns3::YansWifiChannelHelper', |
899 ## yans-wifi-helper.h: ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function] |
873 ## yans-wifi-helper.h: ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function] |
900 cls.add_method('Create', |
874 cls.add_method('Create', |
901 'ns3::Ptr< ns3::YansWifiChannel >', |
875 'ns3::Ptr< ns3::YansWifiChannel >', |
902 [], |
876 [], |
903 is_const=True) |
877 is_const=True) |
|
878 cls.add_copy_constructor() |
904 return |
879 return |
905 |
880 |
906 def register_Ns3YansWifiPhyHelper_methods(root_module, cls): |
881 def register_Ns3YansWifiPhyHelper_methods(root_module, cls): |
907 ## yans-wifi-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper(ns3::YansWifiPhyHelper const & arg0) [copy constructor] |
|
908 cls.add_constructor([param('ns3::YansWifiPhyHelper const &', 'arg0')]) |
|
909 ## yans-wifi-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor] |
882 ## yans-wifi-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor] |
910 cls.add_constructor([]) |
883 cls.add_constructor([]) |
911 ## yans-wifi-helper.h: static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function] |
884 ## yans-wifi-helper.h: static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function] |
912 cls.add_method('Default', |
885 cls.add_method('Default', |
913 'ns3::YansWifiPhyHelper', |
886 'ns3::YansWifiPhyHelper', |
968 ## yans-wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::YansWifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function] |
941 ## yans-wifi-helper.h: ns3::Ptr<ns3::WifiPhy> ns3::YansWifiPhyHelper::Create(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::WifiNetDevice> device) const [member function] |
969 cls.add_method('Create', |
942 cls.add_method('Create', |
970 'ns3::Ptr< ns3::WifiPhy >', |
943 'ns3::Ptr< ns3::WifiPhy >', |
971 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], |
944 [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::WifiNetDevice >', 'device')], |
972 is_const=True, visibility='private', is_virtual=True) |
945 is_const=True, visibility='private', is_virtual=True) |
|
946 cls.add_copy_constructor() |
973 return |
947 return |
974 |
948 |
975 def register_functions(root_module): |
949 def register_functions(root_module): |
976 module = root_module |
950 module = root_module |
977 register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
951 register_functions_ns3_Config(module.get_submodule('Config'), root_module) |