src/tap-bridge/bindings/modulegen__gcc_ILP32.py
changeset 9708 443bde2aa701
parent 9294 4cac575735b3
child 9901 9a100979b2df
equal deleted inserted replaced
9707:123864f4f6ed 9708:443bde2aa701
  2200     ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
  2200     ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
  2201     cls.add_method('GetTypeId', 
  2201     cls.add_method('GetTypeId', 
  2202                    'ns3::TypeId', 
  2202                    'ns3::TypeId', 
  2203                    [], 
  2203                    [], 
  2204                    is_static=True)
  2204                    is_static=True)
  2205     ## object.h (module 'core'): void ns3::Object::Start() [member function]
  2205     ## object.h (module 'core'): void ns3::Object::Initialize() [member function]
  2206     cls.add_method('Start', 
  2206     cls.add_method('Initialize', 
  2207                    'void', 
  2207                    'void', 
  2208                    [])
  2208                    [])
  2209     ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
  2209     ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
  2210     cls.add_constructor([param('ns3::Object const &', 'o')], 
  2210     cls.add_constructor([param('ns3::Object const &', 'o')], 
  2211                         visibility='protected')
  2211                         visibility='protected')
  2212     ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
  2212     ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
  2213     cls.add_method('DoDispose', 
  2213     cls.add_method('DoDispose', 
  2214                    'void', 
  2214                    'void', 
  2215                    [], 
  2215                    [], 
  2216                    visibility='protected', is_virtual=True)
  2216                    visibility='protected', is_virtual=True)
  2217     ## object.h (module 'core'): void ns3::Object::DoStart() [member function]
  2217     ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function]
  2218     cls.add_method('DoStart', 
  2218     cls.add_method('DoInitialize', 
  2219                    'void', 
  2219                    'void', 
  2220                    [], 
  2220                    [], 
  2221                    visibility='protected', is_virtual=True)
  2221                    visibility='protected', is_virtual=True)
  2222     ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
  2222     ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
  2223     cls.add_method('NotifyNewAggregate', 
  2223     cls.add_method('NotifyNewAggregate', 
  3297     ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
  3297     ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
  3298     cls.add_method('DoDispose', 
  3298     cls.add_method('DoDispose', 
  3299                    'void', 
  3299                    'void', 
  3300                    [], 
  3300                    [], 
  3301                    visibility='protected', is_virtual=True)
  3301                    visibility='protected', is_virtual=True)
  3302     ## node.h (module 'network'): void ns3::Node::DoStart() [member function]
  3302     ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function]
  3303     cls.add_method('DoStart', 
  3303     cls.add_method('DoInitialize', 
  3304                    'void', 
  3304                    'void', 
  3305                    [], 
  3305                    [], 
  3306                    visibility='protected', is_virtual=True)
  3306                    visibility='protected', is_virtual=True)
  3307     return
  3307     return
  3308 
  3308