[PyBindGen] rescan internet module
This commit is contained in:
@@ -5217,7 +5217,6 @@ def register_Ns3Empty_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3Int64x64_t_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('!=')
|
||||
cls.add_inplace_numeric_operator('+=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
|
||||
@@ -5231,6 +5230,7 @@ def register_Ns3Int64x64_t_methods(root_module, cls):
|
||||
cls.add_inplace_numeric_operator('-=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_inplace_numeric_operator('/=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_output_stream_operator()
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('==')
|
||||
cls.add_binary_comparison_operator('>=')
|
||||
## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t() [constructor]
|
||||
@@ -7622,6 +7622,7 @@ def register_Ns3RandomVariableStream_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3RipNgHeader_methods(root_module, cls):
|
||||
cls.add_output_stream_operator()
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgHeader::RipNgHeader(ns3::RipNgHeader const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::RipNgHeader const &', 'arg0')])
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgHeader::RipNgHeader() [constructor]
|
||||
@@ -7686,6 +7687,7 @@ def register_Ns3RipNgHeader_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3RipNgRte_methods(root_module, cls):
|
||||
cls.add_output_stream_operator()
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgRte::RipNgRte(ns3::RipNgRte const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::RipNgRte const &', 'arg0')])
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgRte::RipNgRte() [constructor]
|
||||
@@ -9779,7 +9781,6 @@ def register_Ns3TcpWestwood_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('!=')
|
||||
cls.add_inplace_numeric_operator('+=', param('ns3::Time const &', u'right'))
|
||||
cls.add_binary_numeric_operator('*', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', u'right'))
|
||||
@@ -9790,6 +9791,7 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('>')
|
||||
cls.add_inplace_numeric_operator('-=', param('ns3::Time const &', u'right'))
|
||||
cls.add_output_stream_operator()
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('==')
|
||||
cls.add_binary_comparison_operator('>=')
|
||||
## nstime.h (module 'core'): ns3::Time::Time() [constructor]
|
||||
@@ -9810,10 +9812,10 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_constructor([param('long unsigned int', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor]
|
||||
cls.add_constructor([param('long long unsigned int', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor]
|
||||
cls.add_constructor([param('ns3::int64x64_t const &', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor]
|
||||
cls.add_constructor([param('std::string const &', 's')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor]
|
||||
cls.add_constructor([param('ns3::int64x64_t const &', 'value')])
|
||||
## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function]
|
||||
cls.add_method('As',
|
||||
'ns3::TimeWithUnit',
|
||||
@@ -9824,25 +9826,25 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
'int',
|
||||
[param('ns3::Time const &', 'o')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'value')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function]
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('FromDouble',
|
||||
'ns3::Time',
|
||||
[param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('double', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('FromInteger',
|
||||
'ns3::Time',
|
||||
[param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
|
||||
cls.add_method('GetDays',
|
||||
@@ -9959,20 +9961,20 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
'bool',
|
||||
[],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('To',
|
||||
'ns3::int64x64_t',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('ToDouble',
|
||||
'double',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('ToInteger',
|
||||
'int64_t',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
return
|
||||
|
||||
|
||||
@@ -5217,7 +5217,6 @@ def register_Ns3Empty_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3Int64x64_t_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('!=')
|
||||
cls.add_inplace_numeric_operator('+=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', u'right'))
|
||||
@@ -5231,6 +5230,7 @@ def register_Ns3Int64x64_t_methods(root_module, cls):
|
||||
cls.add_inplace_numeric_operator('-=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_inplace_numeric_operator('/=', param('ns3::int64x64_t const &', u'right'))
|
||||
cls.add_output_stream_operator()
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('==')
|
||||
cls.add_binary_comparison_operator('>=')
|
||||
## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t() [constructor]
|
||||
@@ -7622,6 +7622,7 @@ def register_Ns3RandomVariableStream_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3RipNgHeader_methods(root_module, cls):
|
||||
cls.add_output_stream_operator()
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgHeader::RipNgHeader(ns3::RipNgHeader const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::RipNgHeader const &', 'arg0')])
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgHeader::RipNgHeader() [constructor]
|
||||
@@ -7686,6 +7687,7 @@ def register_Ns3RipNgHeader_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3RipNgRte_methods(root_module, cls):
|
||||
cls.add_output_stream_operator()
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgRte::RipNgRte(ns3::RipNgRte const & arg0) [copy constructor]
|
||||
cls.add_constructor([param('ns3::RipNgRte const &', 'arg0')])
|
||||
## ripng-header.h (module 'internet'): ns3::RipNgRte::RipNgRte() [constructor]
|
||||
@@ -9779,7 +9781,6 @@ def register_Ns3TcpWestwood_methods(root_module, cls):
|
||||
return
|
||||
|
||||
def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('!=')
|
||||
cls.add_inplace_numeric_operator('+=', param('ns3::Time const &', u'right'))
|
||||
cls.add_binary_numeric_operator('*', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', u'right'))
|
||||
@@ -9790,6 +9791,7 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_binary_comparison_operator('>')
|
||||
cls.add_inplace_numeric_operator('-=', param('ns3::Time const &', u'right'))
|
||||
cls.add_output_stream_operator()
|
||||
cls.add_binary_comparison_operator('<=')
|
||||
cls.add_binary_comparison_operator('==')
|
||||
cls.add_binary_comparison_operator('>=')
|
||||
## nstime.h (module 'core'): ns3::Time::Time() [constructor]
|
||||
@@ -9810,10 +9812,10 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
cls.add_constructor([param('long unsigned int', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor]
|
||||
cls.add_constructor([param('long long unsigned int', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & v) [constructor]
|
||||
cls.add_constructor([param('ns3::int64x64_t const &', 'v')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor]
|
||||
cls.add_constructor([param('std::string const &', 's')])
|
||||
## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor]
|
||||
cls.add_constructor([param('ns3::int64x64_t const &', 'value')])
|
||||
## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function]
|
||||
cls.add_method('As',
|
||||
'ns3::TimeWithUnit',
|
||||
@@ -9824,25 +9826,25 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
'int',
|
||||
[param('ns3::Time const &', 'o')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'value')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function]
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('From',
|
||||
'ns3::Time',
|
||||
[param('ns3::int64x64_t const &', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('FromDouble',
|
||||
'ns3::Time',
|
||||
[param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('double', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
|
||||
## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit unit) [member function]
|
||||
cls.add_method('FromInteger',
|
||||
'ns3::Time',
|
||||
[param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('uint64_t', 'value'), param('ns3::Time::Unit', 'unit')],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
|
||||
cls.add_method('GetDays',
|
||||
@@ -9959,20 +9961,20 @@ def register_Ns3Time_methods(root_module, cls):
|
||||
'bool',
|
||||
[],
|
||||
is_static=True)
|
||||
## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('To',
|
||||
'ns3::int64x64_t',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('ToDouble',
|
||||
'double',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function]
|
||||
## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit unit) const [member function]
|
||||
cls.add_method('ToInteger',
|
||||
'int64_t',
|
||||
[param('ns3::Time::Unit', 'timeUnit')],
|
||||
[param('ns3::Time::Unit', 'unit')],
|
||||
is_const=True)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user