2823 ## simulator.h (module 'core'): static bool ns3::Simulator::IsFinished() [member function] |
2823 ## simulator.h (module 'core'): static bool ns3::Simulator::IsFinished() [member function] |
2824 cls.add_method('IsFinished', |
2824 cls.add_method('IsFinished', |
2825 'bool', |
2825 'bool', |
2826 [], |
2826 [], |
2827 is_static=True) |
2827 is_static=True) |
2828 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Next() [member function] |
|
2829 cls.add_method('Next', |
|
2830 'ns3::Time', |
|
2831 [], |
|
2832 is_static=True, deprecated=True) |
|
2833 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Now() [member function] |
2828 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Now() [member function] |
2834 cls.add_method('Now', |
2829 cls.add_method('Now', |
2835 'ns3::Time', |
2830 'ns3::Time', |
2836 [], |
2831 [], |
2837 is_static=True) |
2832 is_static=True) |
2838 ## simulator.h (module 'core'): static void ns3::Simulator::Remove(ns3::EventId const & id) [member function] |
2833 ## simulator.h (module 'core'): static void ns3::Simulator::Remove(ns3::EventId const & id) [member function] |
2839 cls.add_method('Remove', |
2834 cls.add_method('Remove', |
2840 'void', |
2835 'void', |
2841 [param('ns3::EventId const &', 'id')], |
2836 [param('ns3::EventId const &', 'id')], |
2842 is_static=True) |
2837 is_static=True) |
2843 ## simulator.h (module 'core'): static void ns3::Simulator::RunOneEvent() [member function] |
|
2844 cls.add_method('RunOneEvent', |
|
2845 'void', |
|
2846 [], |
|
2847 is_static=True, deprecated=True) |
|
2848 ## simulator.h (module 'core'): static void ns3::Simulator::SetImplementation(ns3::Ptr<ns3::SimulatorImpl> impl) [member function] |
2838 ## simulator.h (module 'core'): static void ns3::Simulator::SetImplementation(ns3::Ptr<ns3::SimulatorImpl> impl) [member function] |
2849 cls.add_method('SetImplementation', |
2839 cls.add_method('SetImplementation', |
2850 'void', |
2840 'void', |
2851 [param('ns3::Ptr< ns3::SimulatorImpl >', 'impl')], |
2841 [param('ns3::Ptr< ns3::SimulatorImpl >', 'impl')], |
2852 is_static=True) |
2842 is_static=True) |