undelete copy method in nix-vector

This commit is contained in:
Josh Pelkey
2010-07-19 15:32:19 -04:00
parent b930c13561
commit 76ecad3c72
6 changed files with 24 additions and 3 deletions

View File

@@ -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',

View File

@@ -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',