1713 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
1713 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
1714 cls.add_method('GetTypeId', |
1714 cls.add_method('GetTypeId', |
1715 'ns3::TypeId', |
1715 'ns3::TypeId', |
1716 [], |
1716 [], |
1717 is_static=True) |
1717 is_static=True) |
1718 ## object.h (module 'core'): void ns3::Object::Start() [member function] |
1718 ## object.h (module 'core'): void ns3::Object::Initialize() [member function] |
1719 cls.add_method('Start', |
1719 cls.add_method('Initialize', |
1720 'void', |
1720 'void', |
1721 []) |
1721 []) |
1722 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
1722 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
1723 cls.add_constructor([param('ns3::Object const &', 'o')], |
1723 cls.add_constructor([param('ns3::Object const &', 'o')], |
1724 visibility='protected') |
1724 visibility='protected') |
1725 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
1725 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
1726 cls.add_method('DoDispose', |
1726 cls.add_method('DoDispose', |
1727 'void', |
1727 'void', |
1728 [], |
1728 [], |
1729 visibility='protected', is_virtual=True) |
1729 visibility='protected', is_virtual=True) |
1730 ## object.h (module 'core'): void ns3::Object::DoStart() [member function] |
1730 ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function] |
1731 cls.add_method('DoStart', |
1731 cls.add_method('DoInitialize', |
1732 'void', |
1732 'void', |
1733 [], |
1733 [], |
1734 visibility='protected', is_virtual=True) |
1734 visibility='protected', is_virtual=True) |
1735 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
1735 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
1736 cls.add_method('NotifyNewAggregate', |
1736 cls.add_method('NotifyNewAggregate', |
4011 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
4011 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
4012 cls.add_method('DoDispose', |
4012 cls.add_method('DoDispose', |
4013 'void', |
4013 'void', |
4014 [], |
4014 [], |
4015 visibility='protected', is_virtual=True) |
4015 visibility='protected', is_virtual=True) |
4016 ## node.h (module 'network'): void ns3::Node::DoStart() [member function] |
4016 ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function] |
4017 cls.add_method('DoStart', |
4017 cls.add_method('DoInitialize', |
4018 'void', |
4018 'void', |
4019 [], |
4019 [], |
4020 visibility='protected', is_virtual=True) |
4020 visibility='protected', is_virtual=True) |
4021 return |
4021 return |
4022 |
4022 |