src/tap-bridge/bindings/modulegen__gcc_ILP32.py
changeset 10534 2f6018cfe926
parent 10183 308e44d51626
child 10628 8e7d67510b46
equal deleted inserted replaced
10533:0daa97dec8db 10534:2f6018cfe926
   145     ## system-thread.h (module 'core'): ns3::SystemThread [class]
   145     ## system-thread.h (module 'core'): ns3::SystemThread [class]
   146     module.add_class('SystemThread', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >'])
   146     module.add_class('SystemThread', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >'])
   147     ## nstime.h (module 'core'): ns3::Time [class]
   147     ## nstime.h (module 'core'): ns3::Time [class]
   148     module.add_class('Time', import_from_module='ns.core')
   148     module.add_class('Time', import_from_module='ns.core')
   149     ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
   149     ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
   150     module.add_enum('Unit', ['S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core')
   150     module.add_enum('Unit', ['Y', 'D', 'H', 'MIN', 'S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core')
   151     ## nstime.h (module 'core'): ns3::Time [class]
   151     ## nstime.h (module 'core'): ns3::Time [class]
   152     root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
   152     root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
   153     ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
   153     ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
   154     module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
   154     module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
   155     ## trailer.h (module 'network'): ns3::Trailer [class]
   155     ## trailer.h (module 'network'): ns3::Trailer [class]
  1226     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
  1226     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
  1227     cls.add_method('IsEqual', 
  1227     cls.add_method('IsEqual', 
  1228                    'bool', 
  1228                    'bool', 
  1229                    [param('ns3::Ipv6Address const &', 'other')], 
  1229                    [param('ns3::Ipv6Address const &', 'other')], 
  1230                    is_const=True)
  1230                    is_const=True)
  1231     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() [member function]
  1231     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() const [member function]
  1232     cls.add_method('IsIpv4MappedAddress', 
  1232     cls.add_method('IsIpv4MappedAddress', 
  1233                    'bool', 
  1233                    'bool', 
  1234                    [])
  1234                    [], 
       
  1235                    is_const=True)
  1235     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
  1236     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
  1236     cls.add_method('IsLinkLocal', 
  1237     cls.add_method('IsLinkLocal', 
  1237                    'bool', 
  1238                    'bool', 
  1238                    [], 
  1239                    [], 
  1239                    is_const=True)
  1240                    is_const=True)
  2575     ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
  2576     ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
  2576     cls.add_method('FromInteger', 
  2577     cls.add_method('FromInteger', 
  2577                    'ns3::Time', 
  2578                    'ns3::Time', 
  2578                    [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], 
  2579                    [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], 
  2579                    is_static=True)
  2580                    is_static=True)
       
  2581     ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
       
  2582     cls.add_method('GetDays', 
       
  2583                    'double', 
       
  2584                    [], 
       
  2585                    is_const=True)
  2580     ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
  2586     ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
  2581     cls.add_method('GetDouble', 
  2587     cls.add_method('GetDouble', 
  2582                    'double', 
  2588                    'double', 
  2583                    [], 
  2589                    [], 
  2584                    is_const=True)
  2590                    is_const=True)
  2585     ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
  2591     ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
  2586     cls.add_method('GetFemtoSeconds', 
  2592     cls.add_method('GetFemtoSeconds', 
  2587                    'int64_t', 
  2593                    'int64_t', 
  2588                    [], 
  2594                    [], 
  2589                    is_const=True)
  2595                    is_const=True)
       
  2596     ## nstime.h (module 'core'): double ns3::Time::GetHours() const [member function]
       
  2597     cls.add_method('GetHours', 
       
  2598                    'double', 
       
  2599                    [], 
       
  2600                    is_const=True)
  2590     ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
  2601     ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
  2591     cls.add_method('GetInteger', 
  2602     cls.add_method('GetInteger', 
  2592                    'int64_t', 
  2603                    'int64_t', 
  2593                    [], 
  2604                    [], 
  2594                    is_const=True)
  2605                    is_const=True)
  2600     ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
  2611     ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
  2601     cls.add_method('GetMilliSeconds', 
  2612     cls.add_method('GetMilliSeconds', 
  2602                    'int64_t', 
  2613                    'int64_t', 
  2603                    [], 
  2614                    [], 
  2604                    is_const=True)
  2615                    is_const=True)
       
  2616     ## nstime.h (module 'core'): double ns3::Time::GetMinutes() const [member function]
       
  2617     cls.add_method('GetMinutes', 
       
  2618                    'double', 
       
  2619                    [], 
       
  2620                    is_const=True)
  2605     ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
  2621     ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
  2606     cls.add_method('GetNanoSeconds', 
  2622     cls.add_method('GetNanoSeconds', 
  2607                    'int64_t', 
  2623                    'int64_t', 
  2608                    [], 
  2624                    [], 
  2609                    is_const=True)
  2625                    is_const=True)
  2623                    [], 
  2639                    [], 
  2624                    is_const=True)
  2640                    is_const=True)
  2625     ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
  2641     ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
  2626     cls.add_method('GetTimeStep', 
  2642     cls.add_method('GetTimeStep', 
  2627                    'int64_t', 
  2643                    'int64_t', 
       
  2644                    [], 
       
  2645                    is_const=True)
       
  2646     ## nstime.h (module 'core'): double ns3::Time::GetYears() const [member function]
       
  2647     cls.add_method('GetYears', 
       
  2648                    'double', 
  2628                    [], 
  2649                    [], 
  2629                    is_const=True)
  2650                    is_const=True)
  2630     ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
  2651     ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
  2631     cls.add_method('IsNegative', 
  2652     cls.add_method('IsNegative', 
  2632                    'bool', 
  2653                    'bool',