src/flow-monitor/bindings/modulegen__gcc_LP64.py
changeset 10534 2f6018cfe926
parent 10183 308e44d51626
child 10564 c2758c47dbc1
equal deleted inserted replaced
10533:0daa97dec8db 10534:2f6018cfe926
   227     ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag [class]
   227     ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag [class]
   228     module.add_class('SocketSetDontFragmentTag', import_from_module='ns.network', parent=root_module['ns3::Tag'])
   228     module.add_class('SocketSetDontFragmentTag', import_from_module='ns.network', parent=root_module['ns3::Tag'])
   229     ## nstime.h (module 'core'): ns3::Time [class]
   229     ## nstime.h (module 'core'): ns3::Time [class]
   230     module.add_class('Time', import_from_module='ns.core')
   230     module.add_class('Time', import_from_module='ns.core')
   231     ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
   231     ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
   232     module.add_enum('Unit', ['S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core')
   232     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')
   233     ## nstime.h (module 'core'): ns3::Time [class]
   233     ## nstime.h (module 'core'): ns3::Time [class]
   234     root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
   234     root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
   235     ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
   235     ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
   236     module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
   236     module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
   237     ## trailer.h (module 'network'): ns3::Trailer [class]
   237     ## trailer.h (module 'network'): ns3::Trailer [class]
  1617     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
  1617     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
  1618     cls.add_method('IsEqual', 
  1618     cls.add_method('IsEqual', 
  1619                    'bool', 
  1619                    'bool', 
  1620                    [param('ns3::Ipv6Address const &', 'other')], 
  1620                    [param('ns3::Ipv6Address const &', 'other')], 
  1621                    is_const=True)
  1621                    is_const=True)
  1622     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() [member function]
  1622     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() const [member function]
  1623     cls.add_method('IsIpv4MappedAddress', 
  1623     cls.add_method('IsIpv4MappedAddress', 
  1624                    'bool', 
  1624                    'bool', 
  1625                    [])
  1625                    [], 
       
  1626                    is_const=True)
  1626     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
  1627     ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
  1627     cls.add_method('IsLinkLocal', 
  1628     cls.add_method('IsLinkLocal', 
  1628                    'bool', 
  1629                    'bool', 
  1629                    [], 
  1630                    [], 
  1630                    is_const=True)
  1631                    is_const=True)
  3981     ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
  3982     ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
  3982     cls.add_method('FromInteger', 
  3983     cls.add_method('FromInteger', 
  3983                    'ns3::Time', 
  3984                    'ns3::Time', 
  3984                    [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], 
  3985                    [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], 
  3985                    is_static=True)
  3986                    is_static=True)
       
  3987     ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
       
  3988     cls.add_method('GetDays', 
       
  3989                    'double', 
       
  3990                    [], 
       
  3991                    is_const=True)
  3986     ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
  3992     ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
  3987     cls.add_method('GetDouble', 
  3993     cls.add_method('GetDouble', 
  3988                    'double', 
  3994                    'double', 
  3989                    [], 
  3995                    [], 
  3990                    is_const=True)
  3996                    is_const=True)
  3991     ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
  3997     ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
  3992     cls.add_method('GetFemtoSeconds', 
  3998     cls.add_method('GetFemtoSeconds', 
  3993                    'int64_t', 
  3999                    'int64_t', 
  3994                    [], 
  4000                    [], 
  3995                    is_const=True)
  4001                    is_const=True)
       
  4002     ## nstime.h (module 'core'): double ns3::Time::GetHours() const [member function]
       
  4003     cls.add_method('GetHours', 
       
  4004                    'double', 
       
  4005                    [], 
       
  4006                    is_const=True)
  3996     ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
  4007     ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
  3997     cls.add_method('GetInteger', 
  4008     cls.add_method('GetInteger', 
  3998                    'int64_t', 
  4009                    'int64_t', 
  3999                    [], 
  4010                    [], 
  4000                    is_const=True)
  4011                    is_const=True)
  4006     ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
  4017     ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
  4007     cls.add_method('GetMilliSeconds', 
  4018     cls.add_method('GetMilliSeconds', 
  4008                    'int64_t', 
  4019                    'int64_t', 
  4009                    [], 
  4020                    [], 
  4010                    is_const=True)
  4021                    is_const=True)
       
  4022     ## nstime.h (module 'core'): double ns3::Time::GetMinutes() const [member function]
       
  4023     cls.add_method('GetMinutes', 
       
  4024                    'double', 
       
  4025                    [], 
       
  4026                    is_const=True)
  4011     ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
  4027     ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
  4012     cls.add_method('GetNanoSeconds', 
  4028     cls.add_method('GetNanoSeconds', 
  4013                    'int64_t', 
  4029                    'int64_t', 
  4014                    [], 
  4030                    [], 
  4015                    is_const=True)
  4031                    is_const=True)
  4029                    [], 
  4045                    [], 
  4030                    is_const=True)
  4046                    is_const=True)
  4031     ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
  4047     ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
  4032     cls.add_method('GetTimeStep', 
  4048     cls.add_method('GetTimeStep', 
  4033                    'int64_t', 
  4049                    'int64_t', 
       
  4050                    [], 
       
  4051                    is_const=True)
       
  4052     ## nstime.h (module 'core'): double ns3::Time::GetYears() const [member function]
       
  4053     cls.add_method('GetYears', 
       
  4054                    'double', 
  4034                    [], 
  4055                    [], 
  4035                    is_const=True)
  4056                    is_const=True)
  4036     ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
  4057     ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
  4037     cls.add_method('IsNegative', 
  4058     cls.add_method('IsNegative', 
  4038                    'bool', 
  4059                    'bool',