equal
deleted
inserted
replaced
1564 cls.add_constructor([]) |
1564 cls.add_constructor([]) |
1565 ## output-stream-wrapper.h: std::ostream * ns3::OutputStreamWrapper::GetStream() [member function] |
1565 ## output-stream-wrapper.h: std::ostream * ns3::OutputStreamWrapper::GetStream() [member function] |
1566 cls.add_method('GetStream', |
1566 cls.add_method('GetStream', |
1567 'std::ostream *', |
1567 'std::ostream *', |
1568 []) |
1568 []) |
1569 ## output-stream-wrapper.h: static ns3::TypeId ns3::OutputStreamWrapper::GetTypeId() [member function] |
|
1570 cls.add_method('GetTypeId', |
|
1571 'ns3::TypeId', |
|
1572 [], |
|
1573 is_static=True) |
|
1574 ## output-stream-wrapper.h: void ns3::OutputStreamWrapper::SetStream(std::ostream * ostream) [member function] |
1569 ## output-stream-wrapper.h: void ns3::OutputStreamWrapper::SetStream(std::ostream * ostream) [member function] |
1575 cls.add_method('SetStream', |
1570 cls.add_method('SetStream', |
1576 'void', |
1571 'void', |
1577 [param('std::ostream *', 'ostream')]) |
1572 [param('std::ostream *', 'ostream')]) |
1578 return |
1573 return |