|
|
| 367 |
'void', |
367 |
'void', |
| 368 |
[], |
368 |
[], |
| 369 |
is_static=True, unblock_threads=True) |
369 |
is_static=True, unblock_threads=True) |
|
|
370 |
## simulator.h: static void ns3::Simulator::RunOneEvent() [member function] |
| 371 |
cls.add_method('RunOneEvent', |
| 372 |
'void', |
| 373 |
[], |
| 374 |
is_static=True) |
| 370 |
## simulator.h: static void ns3::Simulator::Stop() [member function] |
375 |
## simulator.h: static void ns3::Simulator::Stop() [member function] |
| 371 |
cls.add_method('Stop', |
376 |
cls.add_method('Stop', |
| 372 |
'void', |
377 |
'void', |
|
|
| 669 |
'void', |
674 |
'void', |
| 670 |
[], |
675 |
[], |
| 671 |
is_pure_virtual=True, is_virtual=True) |
676 |
is_pure_virtual=True, is_virtual=True) |
|
|
677 |
## simulator-impl.h: void ns3::SimulatorImpl::RunOneEvent() [member function] |
| 678 |
cls.add_method('RunOneEvent', |
| 679 |
'void', |
| 680 |
[], |
| 681 |
is_pure_virtual=True, is_virtual=True) |
| 672 |
## simulator-impl.h: ns3::Time ns3::SimulatorImpl::Now() const [member function] |
682 |
## simulator-impl.h: ns3::Time ns3::SimulatorImpl::Now() const [member function] |
| 673 |
cls.add_method('Now', |
683 |
cls.add_method('Now', |
| 674 |
'ns3::Time', |
684 |
'ns3::Time', |
|
|
| 762 |
is_const=True, is_virtual=True) |
772 |
is_const=True, is_virtual=True) |
| 763 |
## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::Run() [member function] |
773 |
## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::Run() [member function] |
| 764 |
cls.add_method('Run', |
774 |
cls.add_method('Run', |
|
|
775 |
'void', |
| 776 |
[], |
| 777 |
is_virtual=True) |
| 778 |
## default-simulator-impl.h: void ns3::DefaultSimulatorImpl::RunOneEvent() [member function] |
| 779 |
cls.add_method('RunOneEvent', |
| 765 |
'void', |
780 |
'void', |
| 766 |
[], |
781 |
[], |
| 767 |
is_virtual=True) |
782 |
is_virtual=True) |