85 'ignore': None # manually wrapped |
85 'ignore': None # manually wrapped |
86 }, |
86 }, |
87 'extern void ns3::PythonCompleteConstruct(ns3::Ptr<ns3::Object> object, ns3::TypeId typeId, ns3::AttributeList const & attributes) [free function]': { |
87 'extern void ns3::PythonCompleteConstruct(ns3::Ptr<ns3::Object> object, ns3::TypeId typeId, ns3::AttributeList const & attributes) [free function]': { |
88 'ignore': None # used transparently by, should not be wrapped |
88 'ignore': None # used transparently by, should not be wrapped |
89 }, |
89 }, |
|
90 |
|
91 'ns3::Ptr<ns3::Ipv4RoutingProtocol> ns3::Ipv4ListRouting::GetRoutingProtocol(uint32_t index, int16_t & priority) const [member function]': { |
|
92 'params': {'priority':{'direction':'out'}} |
|
93 }, |
90 'ns3::Ipv4RoutingTableEntry * ns3::GlobalRouter::GetInjectedRoute(uint32_t i) [member function]': { |
94 'ns3::Ipv4RoutingTableEntry * ns3::GlobalRouter::GetInjectedRoute(uint32_t i) [member function]': { |
91 'params': {'return': { 'caller_owns_return': 'false',}}, |
95 'params': {'return': { 'caller_owns_return': 'false',}}, |
92 }, |
96 }, |
93 'ns3::Ipv4RoutingTableEntry * ns3::Ipv4GlobalRouting::GetRoute(uint32_t i) [member function]': { |
97 'ns3::Ipv4RoutingTableEntry * ns3::Ipv4GlobalRouting::GetRoute(uint32_t i) [member function]': { |
94 'params': {'return': { 'caller_owns_return': 'false',}}, |
98 'params': {'return': { 'caller_owns_return': 'false',}}, |
95 }, |
99 }, |
96 |
100 |
97 } |
101 } |
98 |
102 |
99 def get_ns3_relative_path(path): |
103 def get_ns3_relative_path(path): |
100 l = [] |
104 l = [] |
101 head = path |
105 head = path |