3157 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
3157 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
3158 cls.add_method('GetTypeId', |
3158 cls.add_method('GetTypeId', |
3159 'ns3::TypeId', |
3159 'ns3::TypeId', |
3160 [], |
3160 [], |
3161 is_static=True) |
3161 is_static=True) |
3162 ## object.h (module 'core'): void ns3::Object::Start() [member function] |
3162 ## object.h (module 'core'): void ns3::Object::Initialize() [member function] |
3163 cls.add_method('Start', |
3163 cls.add_method('Initialize', |
3164 'void', |
3164 'void', |
3165 []) |
3165 []) |
3166 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
3166 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
3167 cls.add_constructor([param('ns3::Object const &', 'o')], |
3167 cls.add_constructor([param('ns3::Object const &', 'o')], |
3168 visibility='protected') |
3168 visibility='protected') |
3169 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
3169 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
3170 cls.add_method('DoDispose', |
3170 cls.add_method('DoDispose', |
3171 'void', |
3171 'void', |
3172 [], |
3172 [], |
3173 visibility='protected', is_virtual=True) |
3173 visibility='protected', is_virtual=True) |
3174 ## object.h (module 'core'): void ns3::Object::DoStart() [member function] |
3174 ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function] |
3175 cls.add_method('DoStart', |
3175 cls.add_method('DoInitialize', |
3176 'void', |
3176 'void', |
3177 [], |
3177 [], |
3178 visibility='protected', is_virtual=True) |
3178 visibility='protected', is_virtual=True) |
3179 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
3179 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
3180 cls.add_method('NotifyNewAggregate', |
3180 cls.add_method('NotifyNewAggregate', |
6777 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
6777 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
6778 cls.add_method('DoDispose', |
6778 cls.add_method('DoDispose', |
6779 'void', |
6779 'void', |
6780 [], |
6780 [], |
6781 visibility='protected', is_virtual=True) |
6781 visibility='protected', is_virtual=True) |
6782 ## node.h (module 'network'): void ns3::Node::DoStart() [member function] |
6782 ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function] |
6783 cls.add_method('DoStart', |
6783 cls.add_method('DoInitialize', |
6784 'void', |
6784 'void', |
6785 [], |
6785 [], |
6786 visibility='protected', is_virtual=True) |
6786 visibility='protected', is_virtual=True) |
6787 return |
6787 return |
6788 |
6788 |