2873 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
2873 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
2874 cls.add_method('GetTypeId', |
2874 cls.add_method('GetTypeId', |
2875 'ns3::TypeId', |
2875 'ns3::TypeId', |
2876 [], |
2876 [], |
2877 is_static=True) |
2877 is_static=True) |
2878 ## object.h (module 'core'): void ns3::Object::Start() [member function] |
2878 ## object.h (module 'core'): void ns3::Object::Initialize() [member function] |
2879 cls.add_method('Start', |
2879 cls.add_method('Initialize', |
2880 'void', |
2880 'void', |
2881 []) |
2881 []) |
2882 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
2882 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
2883 cls.add_constructor([param('ns3::Object const &', 'o')], |
2883 cls.add_constructor([param('ns3::Object const &', 'o')], |
2884 visibility='protected') |
2884 visibility='protected') |
2885 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
2885 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
2886 cls.add_method('DoDispose', |
2886 cls.add_method('DoDispose', |
2887 'void', |
2887 'void', |
2888 [], |
2888 [], |
2889 visibility='protected', is_virtual=True) |
2889 visibility='protected', is_virtual=True) |
2890 ## object.h (module 'core'): void ns3::Object::DoStart() [member function] |
2890 ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function] |
2891 cls.add_method('DoStart', |
2891 cls.add_method('DoInitialize', |
2892 'void', |
2892 'void', |
2893 [], |
2893 [], |
2894 visibility='protected', is_virtual=True) |
2894 visibility='protected', is_virtual=True) |
2895 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
2895 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
2896 cls.add_method('NotifyNewAggregate', |
2896 cls.add_method('NotifyNewAggregate', |
5619 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
5619 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
5620 cls.add_method('DoDispose', |
5620 cls.add_method('DoDispose', |
5621 'void', |
5621 'void', |
5622 [], |
5622 [], |
5623 visibility='protected', is_virtual=True) |
5623 visibility='protected', is_virtual=True) |
5624 ## node.h (module 'network'): void ns3::Node::DoStart() [member function] |
5624 ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function] |
5625 cls.add_method('DoStart', |
5625 cls.add_method('DoInitialize', |
5626 'void', |
5626 'void', |
5627 [], |
5627 [], |
5628 visibility='protected', is_virtual=True) |
5628 visibility='protected', is_virtual=True) |
5629 return |
5629 return |
5630 |
5630 |