src/visualizer/bindings/modulegen__gcc_LP64.py
changeset 9708 443bde2aa701
parent 9294 4cac575735b3
child 9901 9a100979b2df
equal deleted inserted replaced
9707:123864f4f6ed 9708:443bde2aa701
  3115     ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
  3115     ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
  3116     cls.add_method('GetTypeId', 
  3116     cls.add_method('GetTypeId', 
  3117                    'ns3::TypeId', 
  3117                    'ns3::TypeId', 
  3118                    [], 
  3118                    [], 
  3119                    is_static=True)
  3119                    is_static=True)
  3120     ## object.h (module 'core'): void ns3::Object::Start() [member function]
  3120     ## object.h (module 'core'): void ns3::Object::Initialize() [member function]
  3121     cls.add_method('Start', 
  3121     cls.add_method('Initialize', 
  3122                    'void', 
  3122                    'void', 
  3123                    [])
  3123                    [])
  3124     ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
  3124     ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
  3125     cls.add_constructor([param('ns3::Object const &', 'o')], 
  3125     cls.add_constructor([param('ns3::Object const &', 'o')], 
  3126                         visibility='protected')
  3126                         visibility='protected')
  3127     ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
  3127     ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
  3128     cls.add_method('DoDispose', 
  3128     cls.add_method('DoDispose', 
  3129                    'void', 
  3129                    'void', 
  3130                    [], 
  3130                    [], 
  3131                    visibility='protected', is_virtual=True)
  3131                    visibility='protected', is_virtual=True)
  3132     ## object.h (module 'core'): void ns3::Object::DoStart() [member function]
  3132     ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function]
  3133     cls.add_method('DoStart', 
  3133     cls.add_method('DoInitialize', 
  3134                    'void', 
  3134                    'void', 
  3135                    [], 
  3135                    [], 
  3136                    visibility='protected', is_virtual=True)
  3136                    visibility='protected', is_virtual=True)
  3137     ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
  3137     ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
  3138     cls.add_method('NotifyNewAggregate', 
  3138     cls.add_method('NotifyNewAggregate', 
  5500     ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
  5500     ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
  5501     cls.add_method('DoDispose', 
  5501     cls.add_method('DoDispose', 
  5502                    'void', 
  5502                    'void', 
  5503                    [], 
  5503                    [], 
  5504                    visibility='protected', is_virtual=True)
  5504                    visibility='protected', is_virtual=True)
  5505     ## node.h (module 'network'): void ns3::Node::DoStart() [member function]
  5505     ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function]
  5506     cls.add_method('DoStart', 
  5506     cls.add_method('DoInitialize', 
  5507                    'void', 
  5507                    'void', 
  5508                    [], 
  5508                    [], 
  5509                    visibility='protected', is_virtual=True)
  5509                    visibility='protected', is_virtual=True)
  5510     return
  5510     return
  5511 
  5511