undelete copy method in nix-vector
This commit is contained in:
@@ -2033,6 +2033,11 @@ def register_Ns3NixVector_methods(root_module, cls):
|
||||
'uint32_t',
|
||||
[param('uint32_t', 'numberOfNeighbors')],
|
||||
is_const=True)
|
||||
## nix-vector.h: ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function]
|
||||
cls.add_method('Copy',
|
||||
'ns3::Ptr< ns3::NixVector >',
|
||||
[],
|
||||
is_const=True)
|
||||
## nix-vector.h: uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function]
|
||||
cls.add_method('Deserialize',
|
||||
'uint32_t',
|
||||
|
||||
@@ -2033,6 +2033,11 @@ def register_Ns3NixVector_methods(root_module, cls):
|
||||
'uint32_t',
|
||||
[param('uint32_t', 'numberOfNeighbors')],
|
||||
is_const=True)
|
||||
## nix-vector.h: ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function]
|
||||
cls.add_method('Copy',
|
||||
'ns3::Ptr< ns3::NixVector >',
|
||||
[],
|
||||
is_const=True)
|
||||
## nix-vector.h: uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function]
|
||||
cls.add_method('Deserialize',
|
||||
'uint32_t',
|
||||
|
||||
Reference in New Issue
Block a user