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] |
536 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')]) |
525 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')]) |
537 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor] |
526 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor] |
538 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')]) |
527 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')]) |
539 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d) [constructor] |
528 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d) [constructor] |
540 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')]) |
529 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')]) |
|
530 ## node-container.h: ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d, ns3::NodeContainer const & e) [constructor] |
|
531 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd'), param('ns3::NodeContainer const &', 'e')]) |
541 ## node-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::Begin() const [member function] |
532 ## node-container.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::Begin() const [member function] |
542 cls.add_method('Begin', |
533 cls.add_method('Begin', |
543 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
534 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
544 [], |
535 [], |
545 is_const=True) |
536 is_const=True) |
573 ## node-container.h: static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function] |
564 ## node-container.h: static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function] |
574 cls.add_method('GetGlobal', |
565 cls.add_method('GetGlobal', |
575 'ns3::NodeContainer', |
566 'ns3::NodeContainer', |
576 [], |
567 [], |
577 is_static=True) |
568 is_static=True) |
|
569 cls.add_copy_constructor() |
578 return |
570 return |
579 |
571 |
580 def register_Ns3Ns2MobilityHelper_methods(root_module, cls): |
572 def register_Ns3Ns2MobilityHelper_methods(root_module, cls): |
581 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(ns3::Ns2MobilityHelper const & arg0) [copy constructor] |
|
582 cls.add_constructor([param('ns3::Ns2MobilityHelper const &', 'arg0')]) |
|
583 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(std::string filename) [constructor] |
573 ## ns2-mobility-helper.h: ns3::Ns2MobilityHelper::Ns2MobilityHelper(std::string filename) [constructor] |
584 cls.add_constructor([param('std::string', 'filename')]) |
574 cls.add_constructor([param('std::string', 'filename')]) |
585 ## ns2-mobility-helper.h: void ns3::Ns2MobilityHelper::Install() const [member function] |
575 ## ns2-mobility-helper.h: void ns3::Ns2MobilityHelper::Install() const [member function] |
586 cls.add_method('Install', |
576 cls.add_method('Install', |
587 'void', |
577 'void', |
588 [], |
578 [], |
589 is_const=True) |
579 is_const=True) |
|
580 cls.add_copy_constructor() |
590 return |
581 return |
591 |
582 |
592 def register_Ns3OlsrHelper_methods(root_module, cls): |
583 def register_Ns3OlsrHelper_methods(root_module, cls): |
593 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper(ns3::OlsrHelper const & arg0) [copy constructor] |
|
594 cls.add_constructor([param('ns3::OlsrHelper const &', 'arg0')]) |
|
595 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper() [constructor] |
584 ## olsr-helper.h: ns3::OlsrHelper::OlsrHelper() [constructor] |
596 cls.add_constructor([]) |
585 cls.add_constructor([]) |
597 ## 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] |
598 cls.add_method('SetAgent', |
587 cls.add_method('SetAgent', |
599 'void', |
588 'void', |
608 [param('ns3::Ptr< ns3::Node >', 'node')]) |
597 [param('ns3::Ptr< ns3::Node >', 'node')]) |
609 ## olsr-helper.h: void ns3::OlsrHelper::InstallAll() [member function] |
598 ## olsr-helper.h: void ns3::OlsrHelper::InstallAll() [member function] |
610 cls.add_method('InstallAll', |
599 cls.add_method('InstallAll', |
611 'void', |
600 'void', |
612 []) |
601 []) |
|
602 cls.add_copy_constructor() |
613 return |
603 return |
614 |
604 |
615 def register_Ns3OnOffHelper_methods(root_module, cls): |
605 def register_Ns3OnOffHelper_methods(root_module, cls): |
616 ## on-off-helper.h: ns3::OnOffHelper::OnOffHelper(ns3::OnOffHelper const & arg0) [copy constructor] |
|
617 cls.add_constructor([param('ns3::OnOffHelper const &', 'arg0')]) |
|
618 ## 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] |
619 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
607 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
620 ## 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] |
621 cls.add_method('SetAttribute', |
609 cls.add_method('SetAttribute', |
622 'void', |
610 'void', |
629 ## 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] |
630 cls.add_method('Install', |
618 cls.add_method('Install', |
631 'ns3::ApplicationContainer', |
619 'ns3::ApplicationContainer', |
632 [param('ns3::Ptr< ns3::Node >', 'node')], |
620 [param('ns3::Ptr< ns3::Node >', 'node')], |
633 is_const=True) |
621 is_const=True) |
|
622 cls.add_copy_constructor() |
634 return |
623 return |
635 |
624 |
636 def register_Ns3PacketSinkHelper_methods(root_module, cls): |
625 def register_Ns3PacketSinkHelper_methods(root_module, cls): |
637 ## packet-sink-helper.h: ns3::PacketSinkHelper::PacketSinkHelper(ns3::PacketSinkHelper const & arg0) [copy constructor] |
|
638 cls.add_constructor([param('ns3::PacketSinkHelper const &', 'arg0')]) |
|
639 ## 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] |
640 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
627 cls.add_constructor([param('std::string', 'protocol'), param('ns3::Address', 'address')]) |
641 ## 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] |
642 cls.add_method('SetAttribute', |
629 cls.add_method('SetAttribute', |
643 'void', |
630 'void', |
650 ## 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] |
651 cls.add_method('Install', |
638 cls.add_method('Install', |
652 'ns3::ApplicationContainer', |
639 'ns3::ApplicationContainer', |
653 [param('ns3::Ptr< ns3::Node >', 'node')], |
640 [param('ns3::Ptr< ns3::Node >', 'node')], |
654 is_const=True) |
641 is_const=True) |
|
642 cls.add_copy_constructor() |
655 return |
643 return |
656 |
644 |
657 def register_Ns3PacketSocketHelper_methods(root_module, cls): |
645 def register_Ns3PacketSocketHelper_methods(root_module, cls): |
658 ## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper(ns3::PacketSocketHelper const & arg0) [copy constructor] |
|
659 cls.add_constructor([param('ns3::PacketSocketHelper const &', 'arg0')]) |
|
660 ## packet-socket-helper.h: ns3::PacketSocketHelper::PacketSocketHelper() [constructor] |
|
661 cls.add_constructor([]) |
|
662 ## 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] |
663 cls.add_method('Install', |
647 cls.add_method('Install', |
664 'void', |
648 'void', |
665 [param('ns3::Ptr< ns3::Node >', 'node')], |
649 [param('ns3::Ptr< ns3::Node >', 'node')], |
666 is_const=True) |
650 is_const=True) |
667 ## 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] |
668 cls.add_method('Install', |
652 cls.add_method('Install', |
669 'void', |
653 'void', |
670 [param('ns3::NodeContainer', 'c')], |
654 [param('ns3::NodeContainer', 'c')], |
671 is_const=True) |
655 is_const=True) |
|
656 cls.add_constructor([]) |
|
657 cls.add_copy_constructor() |
672 return |
658 return |
673 |
659 |
674 def register_Ns3PointToPointHelper_methods(root_module, cls): |
660 def register_Ns3PointToPointHelper_methods(root_module, cls): |
675 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper(ns3::PointToPointHelper const & arg0) [copy constructor] |
|
676 cls.add_constructor([param('ns3::PointToPointHelper const &', 'arg0')]) |
|
677 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper() [constructor] |
661 ## point-to-point-helper.h: ns3::PointToPointHelper::PointToPointHelper() [constructor] |
678 cls.add_constructor([]) |
662 cls.add_constructor([]) |
679 ## 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] |
680 cls.add_method('SetQueue', |
664 cls.add_method('SetQueue', |
681 'void', |
665 'void', |
748 [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')]) |
749 ## 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] |
750 cls.add_method('InstallStar', |
734 cls.add_method('InstallStar', |
751 'void', |
735 'void', |
752 [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() |
753 return |
738 return |
754 |
739 |
755 def register_Ns3StaticMulticastRouteHelper_methods(root_module, cls): |
740 def register_Ns3StaticMulticastRouteHelper_methods(root_module, cls): |
756 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper(ns3::StaticMulticastRouteHelper const & arg0) [copy constructor] |
|
757 cls.add_constructor([param('ns3::StaticMulticastRouteHelper const &', 'arg0')]) |
|
758 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper() [constructor] |
741 ## static-multicast-route-helper.h: ns3::StaticMulticastRouteHelper::StaticMulticastRouteHelper() [constructor] |
759 cls.add_constructor([]) |
742 cls.add_constructor([]) |
760 ## 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] |
761 cls.add_method('AddMulticastRoute', |
744 cls.add_method('AddMulticastRoute', |
762 'void', |
745 'void', |
767 [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')]) |
768 ## 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] |
769 cls.add_method('JoinMulticastGroup', |
752 cls.add_method('JoinMulticastGroup', |
770 'void', |
753 'void', |
771 [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() |
772 return |
756 return |
773 |
757 |
774 def register_Ns3UdpEchoClientHelper_methods(root_module, cls): |
758 def register_Ns3UdpEchoClientHelper_methods(root_module, cls): |
775 ## udp-echo-helper.h: ns3::UdpEchoClientHelper::UdpEchoClientHelper(ns3::UdpEchoClientHelper const & arg0) [copy constructor] |
|
776 cls.add_constructor([param('ns3::UdpEchoClientHelper const &', 'arg0')]) |
|
777 ## 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] |
778 cls.add_constructor([param('ns3::Ipv4Address', 'ip'), param('uint16_t', 'port')]) |
760 cls.add_constructor([param('ns3::Ipv4Address', 'ip'), param('uint16_t', 'port')]) |
779 ## 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] |
780 cls.add_method('SetAttribute', |
762 cls.add_method('SetAttribute', |
781 'void', |
763 'void', |
788 ## 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] |
789 cls.add_method('Install', |
771 cls.add_method('Install', |
790 'ns3::ApplicationContainer', |
772 'ns3::ApplicationContainer', |
791 [param('ns3::NodeContainer', 'c')], |
773 [param('ns3::NodeContainer', 'c')], |
792 is_const=True) |
774 is_const=True) |
|
775 cls.add_copy_constructor() |
793 return |
776 return |
794 |
777 |
795 def register_Ns3UdpEchoServerHelper_methods(root_module, cls): |
778 def register_Ns3UdpEchoServerHelper_methods(root_module, cls): |
796 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(ns3::UdpEchoServerHelper const & arg0) [copy constructor] |
|
797 cls.add_constructor([param('ns3::UdpEchoServerHelper const &', 'arg0')]) |
|
798 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(uint16_t port) [constructor] |
779 ## udp-echo-helper.h: ns3::UdpEchoServerHelper::UdpEchoServerHelper(uint16_t port) [constructor] |
799 cls.add_constructor([param('uint16_t', 'port')]) |
780 cls.add_constructor([param('uint16_t', 'port')]) |
800 ## 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] |
801 cls.add_method('SetAttribute', |
782 cls.add_method('SetAttribute', |
802 'void', |
783 'void', |
809 ## 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] |
810 cls.add_method('Install', |
791 cls.add_method('Install', |
811 'ns3::ApplicationContainer', |
792 'ns3::ApplicationContainer', |
812 [param('ns3::NodeContainer', 'c')], |
793 [param('ns3::NodeContainer', 'c')], |
813 is_const=True) |
794 is_const=True) |
|
795 cls.add_copy_constructor() |
814 return |
796 return |
815 |
797 |
816 def register_Ns3V4PingHelper_methods(root_module, cls): |
798 def register_Ns3V4PingHelper_methods(root_module, cls): |
817 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::V4PingHelper const & arg0) [copy constructor] |
|
818 cls.add_constructor([param('ns3::V4PingHelper const &', 'arg0')]) |
|
819 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::Ipv4Address remote) [constructor] |
799 ## v4ping-helper.h: ns3::V4PingHelper::V4PingHelper(ns3::Ipv4Address remote) [constructor] |
820 cls.add_constructor([param('ns3::Ipv4Address', 'remote')]) |
800 cls.add_constructor([param('ns3::Ipv4Address', 'remote')]) |
821 ## 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] |
822 cls.add_method('SetAttribute', |
802 cls.add_method('SetAttribute', |
823 'void', |
803 'void', |
830 ## 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] |
831 cls.add_method('Install', |
811 cls.add_method('Install', |
832 'ns3::ApplicationContainer', |
812 'ns3::ApplicationContainer', |
833 [param('ns3::Ptr< ns3::Node >', 'node')], |
813 [param('ns3::Ptr< ns3::Node >', 'node')], |
834 is_const=True) |
814 is_const=True) |
|
815 cls.add_copy_constructor() |
835 return |
816 return |
836 |
817 |
837 def register_Ns3WifiHelper_methods(root_module, cls): |
818 def register_Ns3WifiHelper_methods(root_module, cls): |
838 ## wifi-helper.h: ns3::WifiHelper::WifiHelper(ns3::WifiHelper const & arg0) [copy constructor] |
|
839 cls.add_constructor([param('ns3::WifiHelper const &', 'arg0')]) |
|
840 ## wifi-helper.h: ns3::WifiHelper::WifiHelper() [constructor] |
819 ## wifi-helper.h: ns3::WifiHelper::WifiHelper() [constructor] |
841 cls.add_constructor([]) |
820 cls.add_constructor([]) |
842 ## wifi-helper.h: static ns3::WifiHelper ns3::WifiHelper::Default() [member function] |
821 ## wifi-helper.h: static ns3::WifiHelper ns3::WifiHelper::Default() [member function] |
843 cls.add_method('Default', |
822 cls.add_method('Default', |
844 'ns3::WifiHelper', |
823 'ns3::WifiHelper', |
860 ## 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] |
861 cls.add_method('Install', |
840 cls.add_method('Install', |
862 'ns3::NetDeviceContainer', |
841 'ns3::NetDeviceContainer', |
863 [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::Ptr< ns3::Node >', 'node')], |
842 [param('ns3::WifiPhyHelper const &', 'phy'), param('ns3::Ptr< ns3::Node >', 'node')], |
864 is_const=True) |
843 is_const=True) |
|
844 cls.add_copy_constructor() |
865 return |
845 return |
866 |
846 |
867 def register_Ns3WifiPhyHelper_methods(root_module, cls): |
847 def register_Ns3WifiPhyHelper_methods(root_module, cls): |
868 ## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper(ns3::WifiPhyHelper const & arg0) [copy constructor] |
|
869 cls.add_constructor([param('ns3::WifiPhyHelper const &', 'arg0')]) |
|
870 ## wifi-helper.h: ns3::WifiPhyHelper::WifiPhyHelper() [constructor] |
|
871 cls.add_constructor([]) |
|
872 ## 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] |
873 cls.add_method('Create', |
849 cls.add_method('Create', |
874 'ns3::Ptr< ns3::WifiPhy >', |
850 'ns3::Ptr< ns3::WifiPhy >', |
875 [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')], |
876 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() |
877 return |
855 return |
878 |
856 |
879 def register_Ns3YansWifiChannelHelper_methods(root_module, cls): |
857 def register_Ns3YansWifiChannelHelper_methods(root_module, cls): |
880 ## yans-wifi-phy-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper(ns3::YansWifiChannelHelper const & arg0) [copy constructor] |
|
881 cls.add_constructor([param('ns3::YansWifiChannelHelper const &', 'arg0')]) |
|
882 ## yans-wifi-phy-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor] |
858 ## yans-wifi-phy-helper.h: ns3::YansWifiChannelHelper::YansWifiChannelHelper() [constructor] |
883 cls.add_constructor([]) |
859 cls.add_constructor([]) |
884 ## yans-wifi-phy-helper.h: static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function] |
860 ## yans-wifi-phy-helper.h: static ns3::YansWifiChannelHelper ns3::YansWifiChannelHelper::Default() [member function] |
885 cls.add_method('Default', |
861 cls.add_method('Default', |
886 'ns3::YansWifiChannelHelper', |
862 'ns3::YansWifiChannelHelper', |
897 ## yans-wifi-phy-helper.h: ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function] |
873 ## yans-wifi-phy-helper.h: ns3::Ptr<ns3::YansWifiChannel> ns3::YansWifiChannelHelper::Create() const [member function] |
898 cls.add_method('Create', |
874 cls.add_method('Create', |
899 'ns3::Ptr< ns3::YansWifiChannel >', |
875 'ns3::Ptr< ns3::YansWifiChannel >', |
900 [], |
876 [], |
901 is_const=True) |
877 is_const=True) |
|
878 cls.add_copy_constructor() |
902 return |
879 return |
903 |
880 |
904 def register_Ns3YansWifiPhyHelper_methods(root_module, cls): |
881 def register_Ns3YansWifiPhyHelper_methods(root_module, cls): |
905 ## yans-wifi-phy-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper(ns3::YansWifiPhyHelper const & arg0) [copy constructor] |
|
906 cls.add_constructor([param('ns3::YansWifiPhyHelper const &', 'arg0')]) |
|
907 ## yans-wifi-phy-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor] |
882 ## yans-wifi-phy-helper.h: ns3::YansWifiPhyHelper::YansWifiPhyHelper() [constructor] |
908 cls.add_constructor([]) |
883 cls.add_constructor([]) |
909 ## yans-wifi-phy-helper.h: static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function] |
884 ## yans-wifi-phy-helper.h: static ns3::YansWifiPhyHelper ns3::YansWifiPhyHelper::Default() [member function] |
910 cls.add_method('Default', |
885 cls.add_method('Default', |
911 'ns3::YansWifiPhyHelper', |
886 'ns3::YansWifiPhyHelper', |