blob: 3c3a2fbfb5da7cca4247202ff8aadf28f0baf915 [file] [log] [blame]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers
2
3
4import pybindgen.settings
5import warnings
6
7class ErrorHandler(pybindgen.settings.ErrorHandler):
8 def handle_error(self, wrapper, exception, traceback_):
9 warnings.warn("exception %r in wrapper %s" % (exception, wrapper))
10 return True
11pybindgen.settings.error_handler = ErrorHandler()
12
13
14import sys
15
16def module_init():
Alexander Afanasyev6d98ac32012-06-06 13:01:48 -070017 root_module = Module('ns.ndnSIM', cpp_namespace='::ns3')
Alexander Afanasyev381dea02011-11-03 08:33:26 -070018 return root_module
19
20def register_types(module):
21 root_module = module.get_root()
22
Alexander Afanasyev381dea02011-11-03 08:33:26 -070023 ## address.h (module 'network'): ns3::Address [class]
24 module.add_class('Address', import_from_module='ns.network')
25 ## address.h (module 'network'): ns3::Address::MaxSize_e [enumeration]
26 module.add_enum('MaxSize_e', ['MAX_SIZE'], outer_class=root_module['ns3::Address'], import_from_module='ns.network')
27 ## application-container.h (module 'network'): ns3::ApplicationContainer [class]
28 module.add_class('ApplicationContainer', import_from_module='ns.network')
Alexander Afanasyev381dea02011-11-03 08:33:26 -070029 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList [class]
30 module.add_class('AttributeConstructionList', import_from_module='ns.core')
31 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item [struct]
32 module.add_class('Item', import_from_module='ns.core', outer_class=root_module['ns3::AttributeConstructionList'])
33 ## buffer.h (module 'network'): ns3::Buffer [class]
34 module.add_class('Buffer', import_from_module='ns.network')
35 ## buffer.h (module 'network'): ns3::Buffer::Iterator [class]
36 module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::Buffer'])
37 ## packet.h (module 'network'): ns3::ByteTagIterator [class]
38 module.add_class('ByteTagIterator', import_from_module='ns.network')
39 ## packet.h (module 'network'): ns3::ByteTagIterator::Item [class]
40 module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagIterator'])
41 ## byte-tag-list.h (module 'network'): ns3::ByteTagList [class]
42 module.add_class('ByteTagList', import_from_module='ns.network')
43 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator [class]
44 module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList'])
45 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item [struct]
46 module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList::Iterator'])
47 ## callback.h (module 'core'): ns3::CallbackBase [class]
48 module.add_class('CallbackBase', import_from_module='ns.core')
Alexander Afanasyev381dea02011-11-03 08:33:26 -070049 ## event-id.h (module 'core'): ns3::EventId [class]
50 module.add_class('EventId', import_from_module='ns.core')
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -070051 ## hash.h (module 'core'): ns3::Hasher [class]
52 module.add_class('Hasher', import_from_module='ns.core')
Alexander Afanasyev381dea02011-11-03 08:33:26 -070053 ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class]
54 module.add_class('Ipv4Address', import_from_module='ns.network')
55 ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class]
56 root_module['ns3::Ipv4Address'].implicitly_converts_to(root_module['ns3::Address'])
57 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask [class]
58 module.add_class('Ipv4Mask', import_from_module='ns.network')
59 ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class]
60 module.add_class('Ipv6Address', import_from_module='ns.network')
61 ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class]
62 root_module['ns3::Ipv6Address'].implicitly_converts_to(root_module['ns3::Address'])
63 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix [class]
64 module.add_class('Ipv6Prefix', import_from_module='ns.network')
Alexander Afanasyev29c19b92012-09-03 23:46:41 -070065 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer [class]
66 module.add_class('NetDeviceContainer', import_from_module='ns.network')
Alexander Afanasyev381dea02011-11-03 08:33:26 -070067 ## node-container.h (module 'network'): ns3::NodeContainer [class]
68 module.add_class('NodeContainer', import_from_module='ns.network')
69 ## object-base.h (module 'core'): ns3::ObjectBase [class]
70 module.add_class('ObjectBase', allow_subclassing=True, import_from_module='ns.core')
71 ## object.h (module 'core'): ns3::ObjectDeleter [struct]
72 module.add_class('ObjectDeleter', import_from_module='ns.core')
73 ## object-factory.h (module 'core'): ns3::ObjectFactory [class]
74 module.add_class('ObjectFactory', import_from_module='ns.core')
75 ## packet-metadata.h (module 'network'): ns3::PacketMetadata [class]
76 module.add_class('PacketMetadata', import_from_module='ns.network')
77 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [struct]
78 module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata'])
79 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [enumeration]
80 module.add_enum('', ['PAYLOAD', 'HEADER', 'TRAILER'], outer_class=root_module['ns3::PacketMetadata::Item'], import_from_module='ns.network')
81 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator [class]
82 module.add_class('ItemIterator', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata'])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -070083 ## packet.h (module 'network'): ns3::PacketTagIterator [class]
84 module.add_class('PacketTagIterator', import_from_module='ns.network')
85 ## packet.h (module 'network'): ns3::PacketTagIterator::Item [class]
86 module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagIterator'])
87 ## packet-tag-list.h (module 'network'): ns3::PacketTagList [class]
88 module.add_class('PacketTagList', import_from_module='ns.network')
89 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData [struct]
90 module.add_class('TagData', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagList'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -070091 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData_e [enumeration]
92 module.add_enum('TagData_e', ['MAX_SIZE'], outer_class=root_module['ns3::PacketTagList::TagData'], import_from_module='ns.network')
Alexander Afanasyev29c19b92012-09-03 23:46:41 -070093 ## random-variable.h (module 'core'): ns3::RandomVariable [class]
94 module.add_class('RandomVariable', import_from_module='ns.core')
95 ## rng-seed-manager.h (module 'core'): ns3::RngSeedManager [class]
96 module.add_class('RngSeedManager', import_from_module='ns.core')
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -070097 ## sequence-number.h (module 'network'): ns3::SequenceNumber<unsigned int, int> [class]
98 module.add_class('SequenceNumber32', import_from_module='ns.network')
Alexander Afanasyev29c19b92012-09-03 23:46:41 -070099 ## random-variable.h (module 'core'): ns3::SequentialVariable [class]
100 module.add_class('SequentialVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700101 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> [class]
102 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Object', 'ns3::ObjectBase', 'ns3::ObjectDeleter'], parent=root_module['ns3::ObjectBase'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700103 ## simulator.h (module 'core'): ns3::Simulator [class]
104 module.add_class('Simulator', destructor_visibility='private', import_from_module='ns.core')
Alexander Afanasyevad5acce2012-05-31 12:43:08 -0700105 ## tag.h (module 'network'): ns3::Tag [class]
106 module.add_class('Tag', import_from_module='ns.network', parent=root_module['ns3::ObjectBase'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700107 ## tag-buffer.h (module 'network'): ns3::TagBuffer [class]
108 module.add_class('TagBuffer', import_from_module='ns.network')
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700109 ## nstime.h (module 'core'): ns3::TimeWithUnit [class]
110 module.add_class('TimeWithUnit', import_from_module='ns.core')
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700111 ## traced-value.h (module 'core'): ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status> [class]
112 module.add_class('TracedValue', template_parameters=['ns3::ndn::fib::FaceMetric::Status'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700113 ## random-variable.h (module 'core'): ns3::TriangularVariable [class]
114 module.add_class('TriangularVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700115 ## type-id.h (module 'core'): ns3::TypeId [class]
116 module.add_class('TypeId', import_from_module='ns.core')
117 ## type-id.h (module 'core'): ns3::TypeId::AttributeFlag [enumeration]
118 module.add_enum('AttributeFlag', ['ATTR_GET', 'ATTR_SET', 'ATTR_CONSTRUCT', 'ATTR_SGC'], outer_class=root_module['ns3::TypeId'], import_from_module='ns.core')
119 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation [struct]
120 module.add_class('AttributeInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId'])
121 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation [struct]
122 module.add_class('TraceSourceInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700123 ## random-variable.h (module 'core'): ns3::UniformVariable [class]
124 module.add_class('UniformVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700125 ## random-variable.h (module 'core'): ns3::WeibullVariable [class]
126 module.add_class('WeibullVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
127 ## random-variable.h (module 'core'): ns3::ZetaVariable [class]
128 module.add_class('ZetaVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
129 ## random-variable.h (module 'core'): ns3::ZipfVariable [class]
130 module.add_class('ZipfVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700131 ## empty.h (module 'core'): ns3::empty [class]
132 module.add_class('empty', import_from_module='ns.core')
133 ## int64x64-double.h (module 'core'): ns3::int64x64_t [class]
134 module.add_class('int64x64_t', import_from_module='ns.core')
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700135 ## int64x64-double.h (module 'core'): ns3::int64x64_t::impl_type [enumeration]
136 module.add_enum('impl_type', ['int128_impl', 'cairo_impl', 'ld_impl'], outer_class=root_module['ns3::int64x64_t'], import_from_module='ns.core')
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700137 ## chunk.h (module 'network'): ns3::Chunk [class]
Alexander Afanasyev4756b892012-04-18 14:48:43 -0700138 module.add_class('Chunk', import_from_module='ns.network', parent=root_module['ns3::ObjectBase'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700139 ## random-variable.h (module 'core'): ns3::ConstantVariable [class]
140 module.add_class('ConstantVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
141 ## random-variable.h (module 'core'): ns3::DeterministicVariable [class]
142 module.add_class('DeterministicVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
143 ## random-variable.h (module 'core'): ns3::EmpiricalVariable [class]
144 module.add_class('EmpiricalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
145 ## random-variable.h (module 'core'): ns3::ErlangVariable [class]
146 module.add_class('ErlangVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
147 ## random-variable.h (module 'core'): ns3::ExponentialVariable [class]
148 module.add_class('ExponentialVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
149 ## random-variable.h (module 'core'): ns3::GammaVariable [class]
150 module.add_class('GammaVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700151 ## header.h (module 'network'): ns3::Header [class]
152 module.add_class('Header', import_from_module='ns.network', parent=root_module['ns3::Chunk'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700153 ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable [class]
154 module.add_class('IntEmpiricalVariable', import_from_module='ns.core', parent=root_module['ns3::EmpiricalVariable'])
155 ## random-variable.h (module 'core'): ns3::LogNormalVariable [class]
156 module.add_class('LogNormalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
157 ## random-variable.h (module 'core'): ns3::NormalVariable [class]
158 module.add_class('NormalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700159 ## object.h (module 'core'): ns3::Object [class]
160 module.add_class('Object', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >'])
161 ## object.h (module 'core'): ns3::Object::AggregateIterator [class]
162 module.add_class('AggregateIterator', import_from_module='ns.core', outer_class=root_module['ns3::Object'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700163 ## random-variable.h (module 'core'): ns3::ParetoVariable [class]
164 module.add_class('ParetoVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700165 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > [class]
166 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
167 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > [class]
168 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeChecker', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeChecker>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
169 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > [class]
170 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::AttributeValue', 'ns3::empty', 'ns3::DefaultDeleter<ns3::AttributeValue>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
171 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > [class]
172 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::CallbackImplBase', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CallbackImplBase>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700173 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> > [class]
174 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::EventImpl', 'ns3::empty', 'ns3::DefaultDeleter<ns3::EventImpl>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700175 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> > [class]
176 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Hash::Implementation', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Hash::Implementation>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700177 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> > [class]
178 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::L2Tracer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::L2Tracer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700179 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > [class]
180 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::NixVector', 'ns3::empty', 'ns3::DefaultDeleter<ns3::NixVector>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700181 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > [class]
182 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Packet', 'ns3::empty', 'ns3::DefaultDeleter<ns3::Packet>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700183 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> > [class]
184 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::TopologyReader', 'ns3::empty', 'ns3::DefaultDeleter<ns3::TopologyReader>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700185 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class]
186 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor', 'ns3::empty', 'ns3::DefaultDeleter<ns3::TraceSourceAccessor>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700187 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> > [class]
188 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::AppDelayTracer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::AppDelayTracer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
189 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> > [class]
190 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::CsTracer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::CsTracer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev772f51b2013-08-01 18:53:25 -0700191 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> > [class]
192 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::Data', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::Data>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700193 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> > [class]
194 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::Exclude', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::Exclude>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700195 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> > [class]
196 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::FaceContainer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::FaceContainer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev858d5312013-07-10 18:50:18 -0700197 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> > [class]
198 module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::ndn::Interest', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::Interest>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700199 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> > [class]
200 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::L3Tracer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::L3Tracer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800201 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> > [class]
202 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::Name', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::Name>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700203 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> > [class]
204 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::cs::Entry', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::cs::Entry>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700205 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> > [class]
206 module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::ndn::pit::Entry', 'ns3::empty', 'ns3::DefaultDeleter<ns3::ndn::pit::Entry>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700207 ## nstime.h (module 'core'): ns3::Time [class]
208 module.add_class('Time', import_from_module='ns.core')
209 ## nstime.h (module 'core'): ns3::Time::Unit [enumeration]
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700210 module.add_enum('Unit', ['Y', 'D', 'H', 'MIN', 'S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core')
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700211 ## nstime.h (module 'core'): ns3::Time [class]
212 root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700213 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader [class]
214 module.add_class('TopologyReader', import_from_module='ns.topology_read', parent=root_module['ns3::SimpleRefCount< ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> >'])
215 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link [class]
216 module.add_class('Link', import_from_module='ns.topology_read', outer_class=root_module['ns3::TopologyReader'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700217 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class]
218 module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
219 ## trailer.h (module 'network'): ns3::Trailer [class]
220 module.add_class('Trailer', import_from_module='ns.network', parent=root_module['ns3::Chunk'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700221 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::AnnotatedTopologyReader [class]
222 module.add_class('AnnotatedTopologyReader', parent=root_module['ns3::TopologyReader'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700223 ## application.h (module 'network'): ns3::Application [class]
224 module.add_class('Application', import_from_module='ns.network', parent=root_module['ns3::Object'])
225 ## attribute.h (module 'core'): ns3::AttributeAccessor [class]
226 module.add_class('AttributeAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >'])
227 ## attribute.h (module 'core'): ns3::AttributeChecker [class]
228 module.add_class('AttributeChecker', allow_subclassing=False, automatic_type_narrowing=True, import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >'])
229 ## attribute.h (module 'core'): ns3::AttributeValue [class]
230 module.add_class('AttributeValue', allow_subclassing=False, automatic_type_narrowing=True, import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700231 ## boolean.h (module 'core'): ns3::BooleanChecker [class]
232 module.add_class('BooleanChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
233 ## boolean.h (module 'core'): ns3::BooleanValue [class]
234 module.add_class('BooleanValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyeve4795ae2013-07-11 20:01:31 -0700235 ## callback-based-app.h (module 'ndnSIM'): ns3::CallbackBasedApp [class]
236 module.add_class('CallbackBasedApp', parent=root_module['ns3::Application'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700237 ## callback.h (module 'core'): ns3::CallbackChecker [class]
238 module.add_class('CallbackChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
239 ## callback.h (module 'core'): ns3::CallbackImplBase [class]
240 module.add_class('CallbackImplBase', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >'])
241 ## callback.h (module 'core'): ns3::CallbackValue [class]
242 module.add_class('CallbackValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700243 ## double.h (module 'core'): ns3::DoubleValue [class]
244 module.add_class('DoubleValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700245 ## attribute.h (module 'core'): ns3::EmptyAttributeValue [class]
246 module.add_class('EmptyAttributeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700247 ## enum.h (module 'core'): ns3::EnumChecker [class]
248 module.add_class('EnumChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
249 ## enum.h (module 'core'): ns3::EnumValue [class]
250 module.add_class('EnumValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700251 ## event-impl.h (module 'core'): ns3::EventImpl [class]
252 module.add_class('EventImpl', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >'])
253 ## integer.h (module 'core'): ns3::IntegerValue [class]
254 module.add_class('IntegerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
255 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker [class]
256 module.add_class('Ipv4AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
257 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue [class]
258 module.add_class('Ipv4AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
259 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker [class]
260 module.add_class('Ipv4MaskChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
261 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue [class]
262 module.add_class('Ipv4MaskValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
263 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker [class]
264 module.add_class('Ipv6AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
265 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue [class]
266 module.add_class('Ipv6AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
267 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker [class]
268 module.add_class('Ipv6PrefixChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
269 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue [class]
270 module.add_class('Ipv6PrefixValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700271 ## l2-tracer.h (module 'ndnSIM'): ns3::L2Tracer [class]
272 module.add_class('L2Tracer', parent=root_module['ns3::SimpleRefCount< ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700273 ## net-device.h (module 'network'): ns3::NetDevice [class]
274 module.add_class('NetDevice', import_from_module='ns.network', parent=root_module['ns3::Object'])
275 ## net-device.h (module 'network'): ns3::NetDevice::PacketType [enumeration]
276 module.add_enum('PacketType', ['PACKET_HOST', 'NS3_PACKET_HOST', 'PACKET_BROADCAST', 'NS3_PACKET_BROADCAST', 'PACKET_MULTICAST', 'NS3_PACKET_MULTICAST', 'PACKET_OTHERHOST', 'NS3_PACKET_OTHERHOST'], outer_class=root_module['ns3::NetDevice'], import_from_module='ns.network')
277 ## nix-vector.h (module 'network'): ns3::NixVector [class]
278 module.add_class('NixVector', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >'])
279 ## node.h (module 'network'): ns3::Node [class]
280 module.add_class('Node', import_from_module='ns.network', parent=root_module['ns3::Object'])
281 ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker [class]
282 module.add_class('ObjectFactoryChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
283 ## object-factory.h (module 'core'): ns3::ObjectFactoryValue [class]
284 module.add_class('ObjectFactoryValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700285 ## packet.h (module 'network'): ns3::Packet [class]
286 module.add_class('Packet', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700287 ## random-variable.h (module 'core'): ns3::RandomVariableChecker [class]
288 module.add_class('RandomVariableChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
289 ## random-variable.h (module 'core'): ns3::RandomVariableValue [class]
290 module.add_class('RandomVariableValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
291 ## rocketfuel-weights-reader.h (module 'ndnSIM'): ns3::RocketfuelWeightsReader [class]
292 module.add_class('RocketfuelWeightsReader', parent=root_module['ns3::AnnotatedTopologyReader'])
293 ## rocketfuel-weights-reader.h (module 'ndnSIM'): ns3::RocketfuelWeightsReader [enumeration]
294 module.add_enum('', ['LINKS', 'WEIGHTS', 'LATENCIES', 'POSITIONS'], outer_class=root_module['ns3::RocketfuelWeightsReader'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700295 ## nstime.h (module 'core'): ns3::TimeValue [class]
296 module.add_class('TimeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
297 ## type-id.h (module 'core'): ns3::TypeIdChecker [class]
298 module.add_class('TypeIdChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker'])
299 ## type-id.h (module 'core'): ns3::TypeIdValue [class]
300 module.add_class('TypeIdValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700301 ## uinteger.h (module 'core'): ns3::UintegerValue [class]
302 module.add_class('UintegerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700303 ## address.h (module 'network'): ns3::AddressChecker [class]
304 module.add_class('AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker'])
305 ## address.h (module 'network'): ns3::AddressValue [class]
306 module.add_class('AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700307 ## l2-rate-tracer.h (module 'ndnSIM'): ns3::L2RateTracer [class]
308 module.add_class('L2RateTracer', parent=root_module['ns3::L2Tracer'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700309 module.add_container('std::map< std::string, std::string >', ('std::string', 'std::string'), container_type='map')
310 module.add_container('std::list< ns3::TopologyReader::Link >', 'ns3::TopologyReader::Link', container_type='list')
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700311 typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >', 'ns3::SequenceNumber16')
312 typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >*', 'ns3::SequenceNumber16*')
313 typehandlers.add_type_alias('ns3::SequenceNumber< short unsigned int, short int >&', 'ns3::SequenceNumber16&')
314 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >', 'ns3::SequenceNumber32')
315 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >*', 'ns3::SequenceNumber32*')
316 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned int, int >&', 'ns3::SequenceNumber32&')
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700317 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned char, signed char >', 'ns3::SequenceNumber8')
318 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned char, signed char >*', 'ns3::SequenceNumber8*')
319 typehandlers.add_type_alias('ns3::SequenceNumber< unsigned char, signed char >&', 'ns3::SequenceNumber8&')
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700320 typehandlers.add_type_alias('ns3::RngSeedManager', 'ns3::SeedManager')
321 typehandlers.add_type_alias('ns3::RngSeedManager*', 'ns3::SeedManager*')
322 typehandlers.add_type_alias('ns3::RngSeedManager&', 'ns3::SeedManager&')
323 module.add_typedef(root_module['ns3::RngSeedManager'], 'SeedManager')
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700324
325 ## Register a nested module for the namespace FatalImpl
326
327 nested_module = module.add_cpp_namespace('FatalImpl')
328 register_types_ns3_FatalImpl(nested_module)
329
330
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700331 ## Register a nested module for the namespace Hash
332
333 nested_module = module.add_cpp_namespace('Hash')
334 register_types_ns3_Hash(nested_module)
335
336
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700337 ## Register a nested module for the namespace internal
338
339 nested_module = module.add_cpp_namespace('internal')
340 register_types_ns3_internal(nested_module)
341
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700342
343 ## Register a nested module for the namespace ndn
344
345 nested_module = module.add_cpp_namespace('ndn')
346 register_types_ns3_ndn(nested_module)
347
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700348
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700349def register_types_ns3_FatalImpl(module):
350 root_module = module.get_root()
351
352
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700353def register_types_ns3_Hash(module):
354 root_module = module.get_root()
355
356 ## hash-function.h (module 'core'): ns3::Hash::Implementation [class]
357 module.add_class('Implementation', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >'])
358 typehandlers.add_type_alias('uint64_t ( * ) ( char const *, size_t ) *', 'ns3::Hash::Hash64Function_ptr')
359 typehandlers.add_type_alias('uint64_t ( * ) ( char const *, size_t ) **', 'ns3::Hash::Hash64Function_ptr*')
360 typehandlers.add_type_alias('uint64_t ( * ) ( char const *, size_t ) *&', 'ns3::Hash::Hash64Function_ptr&')
361 typehandlers.add_type_alias('uint32_t ( * ) ( char const *, size_t ) *', 'ns3::Hash::Hash32Function_ptr')
362 typehandlers.add_type_alias('uint32_t ( * ) ( char const *, size_t ) **', 'ns3::Hash::Hash32Function_ptr*')
363 typehandlers.add_type_alias('uint32_t ( * ) ( char const *, size_t ) *&', 'ns3::Hash::Hash32Function_ptr&')
364
365 ## Register a nested module for the namespace Function
366
367 nested_module = module.add_cpp_namespace('Function')
368 register_types_ns3_Hash_Function(nested_module)
369
370
371def register_types_ns3_Hash_Function(module):
372 root_module = module.get_root()
373
374 ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a [class]
375 module.add_class('Fnv1a', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
376 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32 [class]
377 module.add_class('Hash32', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
378 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64 [class]
379 module.add_class('Hash64', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
380 ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3 [class]
381 module.add_class('Murmur3', import_from_module='ns.core', parent=root_module['ns3::Hash::Implementation'])
382
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700383def register_types_ns3_internal(module):
384 root_module = module.get_root()
385
386
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700387def register_types_ns3_ndn(module):
388 root_module = module.get_root()
389
390 ## ndn-app.h (module 'ndnSIM'): ns3::ndn::App [class]
391 module.add_class('App', parent=root_module['ns3::Application'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700392 ## ndn-app-delay-tracer.h (module 'ndnSIM'): ns3::ndn::AppDelayTracer [class]
393 module.add_class('AppDelayTracer', parent=root_module['ns3::SimpleRefCount< ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> >'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700394 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ndn::AppHelper [class]
395 module.add_class('AppHelper')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700396 ## blob.h (module 'ndnSIM'): ns3::ndn::Blob [class]
397 module.add_class('Blob')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700398 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::ContentStore [class]
399 module.add_class('ContentStore', parent=root_module['ns3::Object'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700400 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::CsTracer [class]
401 module.add_class('CsTracer', parent=root_module['ns3::SimpleRefCount< ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> >'])
402 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::Data [class]
403 module.add_class('Data', parent=root_module['ns3::SimpleRefCount< ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> >'])
404 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::DataException [class]
405 module.add_class('DataException')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700406 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude [class]
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700407 module.add_class('Exclude', parent=root_module['ns3::SimpleRefCount< ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> >'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700408 ## ndn-face.h (module 'ndnSIM'): ns3::ndn::Face [class]
409 module.add_class('Face', parent=root_module['ns3::Object'])
Alexander Afanasyev858d5312013-07-10 18:50:18 -0700410 ## ndn-face.h (module 'ndnSIM'): ns3::ndn::Face::Flags [enumeration]
411 module.add_enum('Flags', ['APPLICATION'], outer_class=root_module['ns3::ndn::Face'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700412 ## ndn-face-container.h (module 'ndnSIM'): ns3::ndn::FaceContainer [class]
413 module.add_class('FaceContainer', parent=root_module['ns3::SimpleRefCount< ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> >'])
414 ## ndn-fib.h (module 'ndnSIM'): ns3::ndn::Fib [class]
415 module.add_class('Fib', parent=root_module['ns3::Object'])
416 ## ndn-forwarding-strategy.h (module 'ndnSIM'): ns3::ndn::ForwardingStrategy [class]
417 module.add_class('ForwardingStrategy', parent=root_module['ns3::Object'])
418 ## ndn-global-routing-helper.h (module 'ndnSIM'): ns3::ndn::GlobalRoutingHelper [class]
419 module.add_class('GlobalRoutingHelper')
420 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::HeaderHelper [class]
421 module.add_class('HeaderHelper')
422 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::HeaderHelper::Type [enumeration]
Alexander Afanasyevbd9c18e2012-11-19 15:23:41 -0800423 module.add_enum('Type', ['INTEREST_CCNB', 'CONTENT_OBJECT_CCNB', 'INTEREST_NDNSIM', 'CONTENT_OBJECT_NDNSIM'], outer_class=root_module['ns3::ndn::HeaderHelper'])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -0700424 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::Interest [class]
Alexander Afanasyev858d5312013-07-10 18:50:18 -0700425 module.add_class('Interest', parent=root_module['ns3::SimpleRefCount< ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> >'])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -0700426 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::Interest [enumeration]
427 module.add_enum('', ['NORMAL_INTEREST', 'NACK_LOOP', 'NACK_CONGESTION', 'NACK_GIVEUP_PIT'], outer_class=root_module['ns3::ndn::Interest'])
428 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::InterestException [class]
429 module.add_class('InterestException')
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700430 ## ndn-ip-faces-helper.h (module 'ndnSIM'): ns3::ndn::IpFacesHelper [class]
431 module.add_class('IpFacesHelper')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700432 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::ndn::L3Protocol [class]
433 module.add_class('L3Protocol', parent=root_module['ns3::Object'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700434 ## ndn-l3-tracer.h (module 'ndnSIM'): ns3::ndn::L3Tracer [class]
435 module.add_class('L3Tracer', parent=root_module['ns3::SimpleRefCount< ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> >'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700436 ## ndn-limits.h (module 'ndnSIM'): ns3::ndn::Limits [class]
437 module.add_class('Limits', parent=root_module['ns3::Object'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700438 ## ndn-link-control-helper.h (module 'ndnSIM'): ns3::ndn::LinkControlHelper [class]
439 module.add_class('LinkControlHelper')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700440 ## name.h (module 'ndnSIM'): ns3::ndn::Name [class]
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800441 module.add_class('Name', parent=root_module['ns3::SimpleRefCount< ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> >'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700442 ## name.h (module 'ndnSIM'): ns3::ndn::NameChecker [class]
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800443 module.add_class('NameChecker', parent=root_module['ns3::AttributeChecker'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700444 ## name.h (module 'ndnSIM'): ns3::ndn::NameValue [class]
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800445 module.add_class('NameValue', parent=root_module['ns3::AttributeValue'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700446 ## ndn-net-device-face.h (module 'ndnSIM'): ns3::ndn::NetDeviceFace [class]
447 module.add_class('NetDeviceFace', parent=root_module['ns3::ndn::Face'])
448 ## ndn-pit.h (module 'ndnSIM'): ns3::ndn::Pit [class]
449 module.add_class('Pit', parent=root_module['ns3::Object'])
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700450 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttEstimator [class]
451 module.add_class('RttEstimator', parent=root_module['ns3::Object'])
452 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory [class]
453 module.add_class('RttHistory')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700454 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::ndn::StackHelper [class]
455 module.add_class('StackHelper')
456 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::UnknownHeaderException [class]
457 module.add_class('UnknownHeaderException')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700458 ## ndn-wire.h (module 'ndnSIM'): ns3::ndn::Wire [struct]
459 module.add_class('Wire')
460 ## ndn-wire.h (module 'ndnSIM'): ns3::ndn::Wire [enumeration]
461 module.add_enum('', ['WIRE_FORMAT_DEFAULT', 'WIRE_FORMAT_AUTODETECT', 'WIRE_FORMAT_NDNSIM', 'WIRE_FORMAT_CCNB'], outer_class=root_module['ns3::ndn::Wire'])
Alexander Afanasyeva4e74282013-07-11 15:23:20 -0700462 ## ndn-api-face.h (module 'ndnSIM'): ns3::ndn::ApiFace [class]
463 module.add_class('ApiFace', parent=root_module['ns3::ndn::Face'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700464 ## ndn-app-face.h (module 'ndnSIM'): ns3::ndn::AppFace [class]
465 module.add_class('AppFace', parent=root_module['ns3::ndn::Face'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700466 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): ns3::ndn::L3AggregateTracer [class]
467 module.add_class('L3AggregateTracer', parent=root_module['ns3::ndn::L3Tracer'])
468 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): ns3::ndn::L3RateTracer [class]
469 module.add_class('L3RateTracer', parent=root_module['ns3::ndn::L3Tracer'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700470 module.add_container('std::vector< char >', 'char', container_type='vector')
471 module.add_container('std::map< ns3::ndn::name::Component, bool, std::greater< ns3::ndn::name::Component >, std::allocator< std::pair< ns3::ndn::name::Component const, bool > > >', ('ns3::ndn::name::Component', 'bool'), container_type='map')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700472 module.add_container('std::vector< ns3::Ptr< ns3::ndn::Face > >', 'ns3::Ptr< ns3::ndn::Face >', container_type='vector')
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700473 typehandlers.add_type_alias('ns3::ndn::Name', 'ns3::ndn::NameComponents')
474 typehandlers.add_type_alias('ns3::ndn::Name*', 'ns3::ndn::NameComponents*')
475 typehandlers.add_type_alias('ns3::ndn::Name&', 'ns3::ndn::NameComponents&')
476 module.add_typedef(root_module['ns3::ndn::Name'], 'NameComponents')
Alexander Afanasyev772f51b2013-08-01 18:53:25 -0700477 typehandlers.add_type_alias('ns3::ndn::Data', 'ns3::ndn::DataHeader')
478 typehandlers.add_type_alias('ns3::ndn::Data*', 'ns3::ndn::DataHeader*')
479 typehandlers.add_type_alias('ns3::ndn::Data&', 'ns3::ndn::DataHeader&')
480 module.add_typedef(root_module['ns3::ndn::Data'], 'DataHeader')
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700481 typehandlers.add_type_alias('std::deque< ns3::ndn::RttHistory, std::allocator< ns3::ndn::RttHistory > >', 'ns3::ndn::RttHistory_t')
482 typehandlers.add_type_alias('std::deque< ns3::ndn::RttHistory, std::allocator< ns3::ndn::RttHistory > >*', 'ns3::ndn::RttHistory_t*')
483 typehandlers.add_type_alias('std::deque< ns3::ndn::RttHistory, std::allocator< ns3::ndn::RttHistory > >&', 'ns3::ndn::RttHistory_t&')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700484 typehandlers.add_type_alias('ns3::Time', 'ns3::ndn::TimeInterval')
485 typehandlers.add_type_alias('ns3::Time*', 'ns3::ndn::TimeInterval*')
486 typehandlers.add_type_alias('ns3::Time&', 'ns3::ndn::TimeInterval&')
487 module.add_typedef(root_module['ns3::Time'], 'TimeInterval')
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700488 typehandlers.add_type_alias('ns3::ndn::Interest', 'ns3::ndn::InterestHeader')
489 typehandlers.add_type_alias('ns3::ndn::Interest*', 'ns3::ndn::InterestHeader*')
490 typehandlers.add_type_alias('ns3::ndn::Interest&', 'ns3::ndn::InterestHeader&')
491 module.add_typedef(root_module['ns3::ndn::Interest'], 'InterestHeader')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700492
493 ## Register a nested module for the namespace cs
494
495 nested_module = module.add_cpp_namespace('cs')
496 register_types_ns3_ndn_cs(nested_module)
497
498
499 ## Register a nested module for the namespace fib
500
501 nested_module = module.add_cpp_namespace('fib')
502 register_types_ns3_ndn_fib(nested_module)
503
504
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700505 ## Register a nested module for the namespace fw
506
507 nested_module = module.add_cpp_namespace('fw')
508 register_types_ns3_ndn_fw(nested_module)
509
510
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700511 ## Register a nested module for the namespace name
512
513 nested_module = module.add_cpp_namespace('name')
514 register_types_ns3_ndn_name(nested_module)
515
516
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700517 ## Register a nested module for the namespace pit
518
519 nested_module = module.add_cpp_namespace('pit')
520 register_types_ns3_ndn_pit(nested_module)
521
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -0700522
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700523 ## Register a nested module for the namespace time
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -0700524
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700525 nested_module = module.add_cpp_namespace('time')
526 register_types_ns3_ndn_time(nested_module)
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -0700527
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700528
529def register_types_ns3_ndn_cs(module):
530 root_module = module.get_root()
531
532 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::cs::Entry [class]
533 module.add_class('Entry', parent=root_module['ns3::SimpleRefCount< ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> >'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700534 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::cs::Stats [struct]
535 module.add_class('Stats')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700536
537def register_types_ns3_ndn_fib(module):
538 root_module = module.get_root()
539
540 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry [class]
Alexander Afanasyevf5c07742012-10-31 13:13:05 -0700541 module.add_class('Entry', parent=root_module['ns3::Object'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700542 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::NoFaces [class]
543 module.add_class('NoFaces', outer_class=root_module['ns3::ndn::fib::Entry'])
544 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric [class]
545 module.add_class('FaceMetric')
546 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric::Status [enumeration]
547 module.add_enum('Status', ['NDN_FIB_GREEN', 'NDN_FIB_YELLOW', 'NDN_FIB_RED'], outer_class=root_module['ns3::ndn::fib::FaceMetric'])
548 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetricContainer [struct]
549 module.add_class('FaceMetricContainer')
550 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_face [class]
551 module.add_class('i_face')
552 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_metric [class]
553 module.add_class('i_metric')
554 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_nth [class]
555 module.add_class('i_nth')
556
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700557def register_types_ns3_ndn_fw(module):
558 root_module = module.get_root()
559
560 ## ndn-fw-tag.h (module 'ndnSIM'): ns3::ndn::fw::Tag [class]
561 module.add_class('Tag')
562
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700563def register_types_ns3_ndn_name(module):
564 root_module = module.get_root()
565
566 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component [class]
567 module.add_class('Component', parent=root_module['ns3::ndn::Blob'])
568
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700569def register_types_ns3_ndn_pit(module):
570 root_module = module.get_root()
571
572 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::Entry [class]
573 module.add_class('Entry', parent=root_module['ns3::SimpleRefCount< ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> >'])
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -0800574 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::EntryIsNotEmpty [struct]
575 module.add_class('EntryIsNotEmpty')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700576 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace [struct]
577 module.add_class('IncomingFace')
578 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace [struct]
579 module.add_class('OutgoingFace')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700580 module.add_container('std::set< ns3::ndn::pit::IncomingFace >', 'ns3::ndn::pit::IncomingFace', container_type='set')
Alexander Afanasyevc202fd92012-09-03 21:46:00 -0700581 module.add_container('std::set< ns3::ndn::pit::OutgoingFace >', 'ns3::ndn::pit::OutgoingFace', container_type='set')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700582 module.add_container('std::set< unsigned int >', 'unsigned int', container_type='set')
583
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700584def register_types_ns3_ndn_time(module):
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -0700585 root_module = module.get_root()
586
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -0700587
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700588def register_methods(root_module):
589 register_Ns3Address_methods(root_module, root_module['ns3::Address'])
590 register_Ns3ApplicationContainer_methods(root_module, root_module['ns3::ApplicationContainer'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700591 register_Ns3AttributeConstructionList_methods(root_module, root_module['ns3::AttributeConstructionList'])
592 register_Ns3AttributeConstructionListItem_methods(root_module, root_module['ns3::AttributeConstructionList::Item'])
593 register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer'])
594 register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator'])
595 register_Ns3ByteTagIterator_methods(root_module, root_module['ns3::ByteTagIterator'])
596 register_Ns3ByteTagIteratorItem_methods(root_module, root_module['ns3::ByteTagIterator::Item'])
597 register_Ns3ByteTagList_methods(root_module, root_module['ns3::ByteTagList'])
598 register_Ns3ByteTagListIterator_methods(root_module, root_module['ns3::ByteTagList::Iterator'])
599 register_Ns3ByteTagListIteratorItem_methods(root_module, root_module['ns3::ByteTagList::Iterator::Item'])
600 register_Ns3CallbackBase_methods(root_module, root_module['ns3::CallbackBase'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700601 register_Ns3EventId_methods(root_module, root_module['ns3::EventId'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700602 register_Ns3Hasher_methods(root_module, root_module['ns3::Hasher'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700603 register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address'])
604 register_Ns3Ipv4Mask_methods(root_module, root_module['ns3::Ipv4Mask'])
605 register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address'])
606 register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700607 register_Ns3NetDeviceContainer_methods(root_module, root_module['ns3::NetDeviceContainer'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700608 register_Ns3NodeContainer_methods(root_module, root_module['ns3::NodeContainer'])
609 register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase'])
610 register_Ns3ObjectDeleter_methods(root_module, root_module['ns3::ObjectDeleter'])
611 register_Ns3ObjectFactory_methods(root_module, root_module['ns3::ObjectFactory'])
612 register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata'])
613 register_Ns3PacketMetadataItem_methods(root_module, root_module['ns3::PacketMetadata::Item'])
614 register_Ns3PacketMetadataItemIterator_methods(root_module, root_module['ns3::PacketMetadata::ItemIterator'])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -0700615 register_Ns3PacketTagIterator_methods(root_module, root_module['ns3::PacketTagIterator'])
616 register_Ns3PacketTagIteratorItem_methods(root_module, root_module['ns3::PacketTagIterator::Item'])
617 register_Ns3PacketTagList_methods(root_module, root_module['ns3::PacketTagList'])
618 register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700619 register_Ns3RandomVariable_methods(root_module, root_module['ns3::RandomVariable'])
620 register_Ns3RngSeedManager_methods(root_module, root_module['ns3::RngSeedManager'])
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700621 register_Ns3SequenceNumber32_methods(root_module, root_module['ns3::SequenceNumber32'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700622 register_Ns3SequentialVariable_methods(root_module, root_module['ns3::SequentialVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700623 register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700624 register_Ns3Simulator_methods(root_module, root_module['ns3::Simulator'])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -0700625 register_Ns3Tag_methods(root_module, root_module['ns3::Tag'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700626 register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer'])
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -0700627 register_Ns3TimeWithUnit_methods(root_module, root_module['ns3::TimeWithUnit'])
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700628 register_Ns3TracedValue__Ns3NdnFibFaceMetricStatus_methods(root_module, root_module['ns3::TracedValue< ns3::ndn::fib::FaceMetric::Status >'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700629 register_Ns3TriangularVariable_methods(root_module, root_module['ns3::TriangularVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700630 register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId'])
631 register_Ns3TypeIdAttributeInformation_methods(root_module, root_module['ns3::TypeId::AttributeInformation'])
632 register_Ns3TypeIdTraceSourceInformation_methods(root_module, root_module['ns3::TypeId::TraceSourceInformation'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700633 register_Ns3UniformVariable_methods(root_module, root_module['ns3::UniformVariable'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700634 register_Ns3WeibullVariable_methods(root_module, root_module['ns3::WeibullVariable'])
635 register_Ns3ZetaVariable_methods(root_module, root_module['ns3::ZetaVariable'])
636 register_Ns3ZipfVariable_methods(root_module, root_module['ns3::ZipfVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700637 register_Ns3Empty_methods(root_module, root_module['ns3::empty'])
638 register_Ns3Int64x64_t_methods(root_module, root_module['ns3::int64x64_t'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700639 register_Ns3Chunk_methods(root_module, root_module['ns3::Chunk'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700640 register_Ns3ConstantVariable_methods(root_module, root_module['ns3::ConstantVariable'])
641 register_Ns3DeterministicVariable_methods(root_module, root_module['ns3::DeterministicVariable'])
642 register_Ns3EmpiricalVariable_methods(root_module, root_module['ns3::EmpiricalVariable'])
643 register_Ns3ErlangVariable_methods(root_module, root_module['ns3::ErlangVariable'])
644 register_Ns3ExponentialVariable_methods(root_module, root_module['ns3::ExponentialVariable'])
645 register_Ns3GammaVariable_methods(root_module, root_module['ns3::GammaVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700646 register_Ns3Header_methods(root_module, root_module['ns3::Header'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700647 register_Ns3IntEmpiricalVariable_methods(root_module, root_module['ns3::IntEmpiricalVariable'])
648 register_Ns3LogNormalVariable_methods(root_module, root_module['ns3::LogNormalVariable'])
649 register_Ns3NormalVariable_methods(root_module, root_module['ns3::NormalVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700650 register_Ns3Object_methods(root_module, root_module['ns3::Object'])
651 register_Ns3ObjectAggregateIterator_methods(root_module, root_module['ns3::Object::AggregateIterator'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700652 register_Ns3ParetoVariable_methods(root_module, root_module['ns3::ParetoVariable'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700653 register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >'])
654 register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >'])
655 register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >'])
656 register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700657 register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700658 register_Ns3SimpleRefCount__Ns3HashImplementation_Ns3Empty_Ns3DefaultDeleter__lt__ns3HashImplementation__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700659 register_Ns3SimpleRefCount__Ns3L2Tracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3L2Tracer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700660 register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700661 register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700662 register_Ns3SimpleRefCount__Ns3TopologyReader_Ns3Empty_Ns3DefaultDeleter__lt__ns3TopologyReader__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700663 register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700664 register_Ns3SimpleRefCount__Ns3NdnAppDelayTracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnAppDelayTracer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> >'])
665 register_Ns3SimpleRefCount__Ns3NdnCsTracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnCsTracer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> >'])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -0700666 register_Ns3SimpleRefCount__Ns3NdnData_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnData__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> >'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700667 register_Ns3SimpleRefCount__Ns3NdnExclude_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnExclude__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> >'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700668 register_Ns3SimpleRefCount__Ns3NdnFaceContainer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnFaceContainer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> >'])
Alexander Afanasyev858d5312013-07-10 18:50:18 -0700669 register_Ns3SimpleRefCount__Ns3NdnInterest_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnInterest__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> >'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700670 register_Ns3SimpleRefCount__Ns3NdnL3Tracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnL3Tracer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> >'])
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800671 register_Ns3SimpleRefCount__Ns3NdnName_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnName__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> >'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700672 register_Ns3SimpleRefCount__Ns3NdnCsEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnCsEntry__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> >'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700673 register_Ns3SimpleRefCount__Ns3NdnPitEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnPitEntry__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> >'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700674 register_Ns3Time_methods(root_module, root_module['ns3::Time'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700675 register_Ns3TopologyReader_methods(root_module, root_module['ns3::TopologyReader'])
676 register_Ns3TopologyReaderLink_methods(root_module, root_module['ns3::TopologyReader::Link'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700677 register_Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::TraceSourceAccessor'])
678 register_Ns3Trailer_methods(root_module, root_module['ns3::Trailer'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700679 register_Ns3AnnotatedTopologyReader_methods(root_module, root_module['ns3::AnnotatedTopologyReader'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700680 register_Ns3Application_methods(root_module, root_module['ns3::Application'])
681 register_Ns3AttributeAccessor_methods(root_module, root_module['ns3::AttributeAccessor'])
682 register_Ns3AttributeChecker_methods(root_module, root_module['ns3::AttributeChecker'])
683 register_Ns3AttributeValue_methods(root_module, root_module['ns3::AttributeValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700684 register_Ns3BooleanChecker_methods(root_module, root_module['ns3::BooleanChecker'])
685 register_Ns3BooleanValue_methods(root_module, root_module['ns3::BooleanValue'])
Alexander Afanasyeve4795ae2013-07-11 20:01:31 -0700686 register_Ns3CallbackBasedApp_methods(root_module, root_module['ns3::CallbackBasedApp'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700687 register_Ns3CallbackChecker_methods(root_module, root_module['ns3::CallbackChecker'])
688 register_Ns3CallbackImplBase_methods(root_module, root_module['ns3::CallbackImplBase'])
689 register_Ns3CallbackValue_methods(root_module, root_module['ns3::CallbackValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700690 register_Ns3DoubleValue_methods(root_module, root_module['ns3::DoubleValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700691 register_Ns3EmptyAttributeValue_methods(root_module, root_module['ns3::EmptyAttributeValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700692 register_Ns3EnumChecker_methods(root_module, root_module['ns3::EnumChecker'])
693 register_Ns3EnumValue_methods(root_module, root_module['ns3::EnumValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700694 register_Ns3EventImpl_methods(root_module, root_module['ns3::EventImpl'])
695 register_Ns3IntegerValue_methods(root_module, root_module['ns3::IntegerValue'])
696 register_Ns3Ipv4AddressChecker_methods(root_module, root_module['ns3::Ipv4AddressChecker'])
697 register_Ns3Ipv4AddressValue_methods(root_module, root_module['ns3::Ipv4AddressValue'])
698 register_Ns3Ipv4MaskChecker_methods(root_module, root_module['ns3::Ipv4MaskChecker'])
699 register_Ns3Ipv4MaskValue_methods(root_module, root_module['ns3::Ipv4MaskValue'])
700 register_Ns3Ipv6AddressChecker_methods(root_module, root_module['ns3::Ipv6AddressChecker'])
701 register_Ns3Ipv6AddressValue_methods(root_module, root_module['ns3::Ipv6AddressValue'])
702 register_Ns3Ipv6PrefixChecker_methods(root_module, root_module['ns3::Ipv6PrefixChecker'])
703 register_Ns3Ipv6PrefixValue_methods(root_module, root_module['ns3::Ipv6PrefixValue'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700704 register_Ns3L2Tracer_methods(root_module, root_module['ns3::L2Tracer'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700705 register_Ns3NetDevice_methods(root_module, root_module['ns3::NetDevice'])
706 register_Ns3NixVector_methods(root_module, root_module['ns3::NixVector'])
707 register_Ns3Node_methods(root_module, root_module['ns3::Node'])
708 register_Ns3ObjectFactoryChecker_methods(root_module, root_module['ns3::ObjectFactoryChecker'])
709 register_Ns3ObjectFactoryValue_methods(root_module, root_module['ns3::ObjectFactoryValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700710 register_Ns3Packet_methods(root_module, root_module['ns3::Packet'])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -0700711 register_Ns3RandomVariableChecker_methods(root_module, root_module['ns3::RandomVariableChecker'])
712 register_Ns3RandomVariableValue_methods(root_module, root_module['ns3::RandomVariableValue'])
713 register_Ns3RocketfuelWeightsReader_methods(root_module, root_module['ns3::RocketfuelWeightsReader'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700714 register_Ns3TimeValue_methods(root_module, root_module['ns3::TimeValue'])
715 register_Ns3TypeIdChecker_methods(root_module, root_module['ns3::TypeIdChecker'])
716 register_Ns3TypeIdValue_methods(root_module, root_module['ns3::TypeIdValue'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700717 register_Ns3UintegerValue_methods(root_module, root_module['ns3::UintegerValue'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700718 register_Ns3AddressChecker_methods(root_module, root_module['ns3::AddressChecker'])
719 register_Ns3AddressValue_methods(root_module, root_module['ns3::AddressValue'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700720 register_Ns3L2RateTracer_methods(root_module, root_module['ns3::L2RateTracer'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700721 register_Ns3HashImplementation_methods(root_module, root_module['ns3::Hash::Implementation'])
722 register_Ns3HashFunctionFnv1a_methods(root_module, root_module['ns3::Hash::Function::Fnv1a'])
723 register_Ns3HashFunctionHash32_methods(root_module, root_module['ns3::Hash::Function::Hash32'])
724 register_Ns3HashFunctionHash64_methods(root_module, root_module['ns3::Hash::Function::Hash64'])
725 register_Ns3HashFunctionMurmur3_methods(root_module, root_module['ns3::Hash::Function::Murmur3'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700726 register_Ns3NdnApp_methods(root_module, root_module['ns3::ndn::App'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700727 register_Ns3NdnAppDelayTracer_methods(root_module, root_module['ns3::ndn::AppDelayTracer'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700728 register_Ns3NdnAppHelper_methods(root_module, root_module['ns3::ndn::AppHelper'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700729 register_Ns3NdnBlob_methods(root_module, root_module['ns3::ndn::Blob'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700730 register_Ns3NdnContentStore_methods(root_module, root_module['ns3::ndn::ContentStore'])
731 register_Ns3NdnCsTracer_methods(root_module, root_module['ns3::ndn::CsTracer'])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -0700732 register_Ns3NdnData_methods(root_module, root_module['ns3::ndn::Data'])
733 register_Ns3NdnDataException_methods(root_module, root_module['ns3::ndn::DataException'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700734 register_Ns3NdnExclude_methods(root_module, root_module['ns3::ndn::Exclude'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700735 register_Ns3NdnFace_methods(root_module, root_module['ns3::ndn::Face'])
736 register_Ns3NdnFaceContainer_methods(root_module, root_module['ns3::ndn::FaceContainer'])
737 register_Ns3NdnFib_methods(root_module, root_module['ns3::ndn::Fib'])
738 register_Ns3NdnForwardingStrategy_methods(root_module, root_module['ns3::ndn::ForwardingStrategy'])
739 register_Ns3NdnGlobalRoutingHelper_methods(root_module, root_module['ns3::ndn::GlobalRoutingHelper'])
740 register_Ns3NdnHeaderHelper_methods(root_module, root_module['ns3::ndn::HeaderHelper'])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -0700741 register_Ns3NdnInterest_methods(root_module, root_module['ns3::ndn::Interest'])
742 register_Ns3NdnInterestException_methods(root_module, root_module['ns3::ndn::InterestException'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700743 register_Ns3NdnIpFacesHelper_methods(root_module, root_module['ns3::ndn::IpFacesHelper'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700744 register_Ns3NdnL3Protocol_methods(root_module, root_module['ns3::ndn::L3Protocol'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700745 register_Ns3NdnL3Tracer_methods(root_module, root_module['ns3::ndn::L3Tracer'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700746 register_Ns3NdnLimits_methods(root_module, root_module['ns3::ndn::Limits'])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -0700747 register_Ns3NdnLinkControlHelper_methods(root_module, root_module['ns3::ndn::LinkControlHelper'])
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800748 register_Ns3NdnName_methods(root_module, root_module['ns3::ndn::Name'])
749 register_Ns3NdnNameChecker_methods(root_module, root_module['ns3::ndn::NameChecker'])
Alexander Afanasyev32c07562013-02-01 12:58:43 -0800750 register_Ns3NdnNameValue_methods(root_module, root_module['ns3::ndn::NameValue'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700751 register_Ns3NdnNetDeviceFace_methods(root_module, root_module['ns3::ndn::NetDeviceFace'])
752 register_Ns3NdnPit_methods(root_module, root_module['ns3::ndn::Pit'])
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -0700753 register_Ns3NdnRttEstimator_methods(root_module, root_module['ns3::ndn::RttEstimator'])
754 register_Ns3NdnRttHistory_methods(root_module, root_module['ns3::ndn::RttHistory'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700755 register_Ns3NdnStackHelper_methods(root_module, root_module['ns3::ndn::StackHelper'])
756 register_Ns3NdnUnknownHeaderException_methods(root_module, root_module['ns3::ndn::UnknownHeaderException'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700757 register_Ns3NdnWire_methods(root_module, root_module['ns3::ndn::Wire'])
Alexander Afanasyeva4e74282013-07-11 15:23:20 -0700758 register_Ns3NdnApiFace_methods(root_module, root_module['ns3::ndn::ApiFace'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700759 register_Ns3NdnAppFace_methods(root_module, root_module['ns3::ndn::AppFace'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700760 register_Ns3NdnL3AggregateTracer_methods(root_module, root_module['ns3::ndn::L3AggregateTracer'])
761 register_Ns3NdnL3RateTracer_methods(root_module, root_module['ns3::ndn::L3RateTracer'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700762 register_Ns3NdnCsEntry_methods(root_module, root_module['ns3::ndn::cs::Entry'])
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -0700763 register_Ns3NdnCsStats_methods(root_module, root_module['ns3::ndn::cs::Stats'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700764 register_Ns3NdnFibEntry_methods(root_module, root_module['ns3::ndn::fib::Entry'])
765 register_Ns3NdnFibEntryNoFaces_methods(root_module, root_module['ns3::ndn::fib::Entry::NoFaces'])
766 register_Ns3NdnFibFaceMetric_methods(root_module, root_module['ns3::ndn::fib::FaceMetric'])
767 register_Ns3NdnFibFaceMetricContainer_methods(root_module, root_module['ns3::ndn::fib::FaceMetricContainer'])
768 register_Ns3NdnFibI_face_methods(root_module, root_module['ns3::ndn::fib::i_face'])
769 register_Ns3NdnFibI_metric_methods(root_module, root_module['ns3::ndn::fib::i_metric'])
770 register_Ns3NdnFibI_nth_methods(root_module, root_module['ns3::ndn::fib::i_nth'])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700771 register_Ns3NdnFwTag_methods(root_module, root_module['ns3::ndn::fw::Tag'])
Alexander Afanasyev76b11572013-07-16 21:49:50 -0700772 register_Ns3NdnNameComponent_methods(root_module, root_module['ns3::ndn::name::Component'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700773 register_Ns3NdnPitEntry_methods(root_module, root_module['ns3::ndn::pit::Entry'])
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -0800774 register_Ns3NdnPitEntryIsNotEmpty_methods(root_module, root_module['ns3::ndn::pit::EntryIsNotEmpty'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -0700775 register_Ns3NdnPitIncomingFace_methods(root_module, root_module['ns3::ndn::pit::IncomingFace'])
776 register_Ns3NdnPitOutgoingFace_methods(root_module, root_module['ns3::ndn::pit::OutgoingFace'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700777 return
778
779def register_Ns3Address_methods(root_module, cls):
780 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -0700781 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -0700782 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700783 cls.add_binary_comparison_operator('<')
784 ## address.h (module 'network'): ns3::Address::Address() [constructor]
785 cls.add_constructor([])
786 ## address.h (module 'network'): ns3::Address::Address(uint8_t type, uint8_t const * buffer, uint8_t len) [constructor]
787 cls.add_constructor([param('uint8_t', 'type'), param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
788 ## address.h (module 'network'): ns3::Address::Address(ns3::Address const & address) [copy constructor]
789 cls.add_constructor([param('ns3::Address const &', 'address')])
790 ## address.h (module 'network'): bool ns3::Address::CheckCompatible(uint8_t type, uint8_t len) const [member function]
791 cls.add_method('CheckCompatible',
792 'bool',
793 [param('uint8_t', 'type'), param('uint8_t', 'len')],
794 is_const=True)
795 ## address.h (module 'network'): uint32_t ns3::Address::CopyAllFrom(uint8_t const * buffer, uint8_t len) [member function]
796 cls.add_method('CopyAllFrom',
797 'uint32_t',
798 [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
799 ## address.h (module 'network'): uint32_t ns3::Address::CopyAllTo(uint8_t * buffer, uint8_t len) const [member function]
800 cls.add_method('CopyAllTo',
801 'uint32_t',
802 [param('uint8_t *', 'buffer'), param('uint8_t', 'len')],
803 is_const=True)
804 ## address.h (module 'network'): uint32_t ns3::Address::CopyFrom(uint8_t const * buffer, uint8_t len) [member function]
805 cls.add_method('CopyFrom',
806 'uint32_t',
807 [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')])
808 ## address.h (module 'network'): uint32_t ns3::Address::CopyTo(uint8_t * buffer) const [member function]
809 cls.add_method('CopyTo',
810 'uint32_t',
811 [param('uint8_t *', 'buffer')],
812 is_const=True)
813 ## address.h (module 'network'): void ns3::Address::Deserialize(ns3::TagBuffer buffer) [member function]
814 cls.add_method('Deserialize',
815 'void',
816 [param('ns3::TagBuffer', 'buffer')])
817 ## address.h (module 'network'): uint8_t ns3::Address::GetLength() const [member function]
818 cls.add_method('GetLength',
819 'uint8_t',
820 [],
821 is_const=True)
822 ## address.h (module 'network'): uint32_t ns3::Address::GetSerializedSize() const [member function]
823 cls.add_method('GetSerializedSize',
824 'uint32_t',
825 [],
826 is_const=True)
827 ## address.h (module 'network'): bool ns3::Address::IsInvalid() const [member function]
828 cls.add_method('IsInvalid',
829 'bool',
830 [],
831 is_const=True)
832 ## address.h (module 'network'): bool ns3::Address::IsMatchingType(uint8_t type) const [member function]
833 cls.add_method('IsMatchingType',
834 'bool',
835 [param('uint8_t', 'type')],
836 is_const=True)
837 ## address.h (module 'network'): static uint8_t ns3::Address::Register() [member function]
838 cls.add_method('Register',
839 'uint8_t',
840 [],
841 is_static=True)
842 ## address.h (module 'network'): void ns3::Address::Serialize(ns3::TagBuffer buffer) const [member function]
843 cls.add_method('Serialize',
844 'void',
845 [param('ns3::TagBuffer', 'buffer')],
846 is_const=True)
847 return
848
849def register_Ns3ApplicationContainer_methods(root_module, cls):
850 ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(ns3::ApplicationContainer const & arg0) [copy constructor]
851 cls.add_constructor([param('ns3::ApplicationContainer const &', 'arg0')])
852 ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer() [constructor]
853 cls.add_constructor([])
854 ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(ns3::Ptr<ns3::Application> application) [constructor]
855 cls.add_constructor([param('ns3::Ptr< ns3::Application >', 'application')])
856 ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(std::string name) [constructor]
857 cls.add_constructor([param('std::string', 'name')])
858 ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(ns3::ApplicationContainer other) [member function]
859 cls.add_method('Add',
860 'void',
861 [param('ns3::ApplicationContainer', 'other')])
862 ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(ns3::Ptr<ns3::Application> application) [member function]
863 cls.add_method('Add',
864 'void',
865 [param('ns3::Ptr< ns3::Application >', 'application')])
866 ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(std::string name) [member function]
867 cls.add_method('Add',
868 'void',
869 [param('std::string', 'name')])
870 ## application-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::Begin() const [member function]
871 cls.add_method('Begin',
872 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >',
873 [],
874 is_const=True)
875 ## application-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Application>*,std::vector<ns3::Ptr<ns3::Application>, std::allocator<ns3::Ptr<ns3::Application> > > > ns3::ApplicationContainer::End() const [member function]
876 cls.add_method('End',
877 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >',
878 [],
879 is_const=True)
880 ## application-container.h (module 'network'): ns3::Ptr<ns3::Application> ns3::ApplicationContainer::Get(uint32_t i) const [member function]
881 cls.add_method('Get',
882 'ns3::Ptr< ns3::Application >',
883 [param('uint32_t', 'i')],
884 is_const=True)
885 ## application-container.h (module 'network'): uint32_t ns3::ApplicationContainer::GetN() const [member function]
886 cls.add_method('GetN',
887 'uint32_t',
888 [],
889 is_const=True)
890 ## application-container.h (module 'network'): void ns3::ApplicationContainer::Start(ns3::Time start) [member function]
891 cls.add_method('Start',
892 'void',
893 [param('ns3::Time', 'start')])
894 ## application-container.h (module 'network'): void ns3::ApplicationContainer::Stop(ns3::Time stop) [member function]
895 cls.add_method('Stop',
896 'void',
897 [param('ns3::Time', 'stop')])
898 return
899
Alexander Afanasyev381dea02011-11-03 08:33:26 -0700900def register_Ns3AttributeConstructionList_methods(root_module, cls):
901 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList(ns3::AttributeConstructionList const & arg0) [copy constructor]
902 cls.add_constructor([param('ns3::AttributeConstructionList const &', 'arg0')])
903 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList() [constructor]
904 cls.add_constructor([])
905 ## attribute-construction-list.h (module 'core'): void ns3::AttributeConstructionList::Add(std::string name, ns3::Ptr<ns3::AttributeChecker const> checker, ns3::Ptr<ns3::AttributeValue> value) [member function]
906 cls.add_method('Add',
907 'void',
908 [param('std::string', 'name'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker'), param('ns3::Ptr< ns3::AttributeValue >', 'value')])
909 ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::Begin() const [member function]
910 cls.add_method('Begin',
911 'std::_List_const_iterator< ns3::AttributeConstructionList::Item >',
912 [],
913 is_const=True)
914 ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::End() const [member function]
915 cls.add_method('End',
916 'std::_List_const_iterator< ns3::AttributeConstructionList::Item >',
917 [],
918 is_const=True)
919 ## attribute-construction-list.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeConstructionList::Find(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
920 cls.add_method('Find',
921 'ns3::Ptr< ns3::AttributeValue >',
922 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
923 is_const=True)
924 return
925
926def register_Ns3AttributeConstructionListItem_methods(root_module, cls):
927 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item() [constructor]
928 cls.add_constructor([])
929 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item(ns3::AttributeConstructionList::Item const & arg0) [copy constructor]
930 cls.add_constructor([param('ns3::AttributeConstructionList::Item const &', 'arg0')])
931 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::checker [variable]
932 cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False)
933 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::name [variable]
934 cls.add_instance_attribute('name', 'std::string', is_const=False)
935 ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::value [variable]
936 cls.add_instance_attribute('value', 'ns3::Ptr< ns3::AttributeValue >', is_const=False)
937 return
938
939def register_Ns3Buffer_methods(root_module, cls):
940 ## buffer.h (module 'network'): ns3::Buffer::Buffer() [constructor]
941 cls.add_constructor([])
942 ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize) [constructor]
943 cls.add_constructor([param('uint32_t', 'dataSize')])
944 ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize, bool initialize) [constructor]
945 cls.add_constructor([param('uint32_t', 'dataSize'), param('bool', 'initialize')])
946 ## buffer.h (module 'network'): ns3::Buffer::Buffer(ns3::Buffer const & o) [copy constructor]
947 cls.add_constructor([param('ns3::Buffer const &', 'o')])
948 ## buffer.h (module 'network'): bool ns3::Buffer::AddAtEnd(uint32_t end) [member function]
949 cls.add_method('AddAtEnd',
950 'bool',
951 [param('uint32_t', 'end')])
952 ## buffer.h (module 'network'): void ns3::Buffer::AddAtEnd(ns3::Buffer const & o) [member function]
953 cls.add_method('AddAtEnd',
954 'void',
955 [param('ns3::Buffer const &', 'o')])
956 ## buffer.h (module 'network'): bool ns3::Buffer::AddAtStart(uint32_t start) [member function]
957 cls.add_method('AddAtStart',
958 'bool',
959 [param('uint32_t', 'start')])
960 ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::Begin() const [member function]
961 cls.add_method('Begin',
962 'ns3::Buffer::Iterator',
963 [],
964 is_const=True)
965 ## buffer.h (module 'network'): void ns3::Buffer::CopyData(std::ostream * os, uint32_t size) const [member function]
966 cls.add_method('CopyData',
967 'void',
968 [param('std::ostream *', 'os'), param('uint32_t', 'size')],
969 is_const=True)
970 ## buffer.h (module 'network'): uint32_t ns3::Buffer::CopyData(uint8_t * buffer, uint32_t size) const [member function]
971 cls.add_method('CopyData',
972 'uint32_t',
973 [param('uint8_t *', 'buffer'), param('uint32_t', 'size')],
974 is_const=True)
975 ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFragment(uint32_t start, uint32_t length) const [member function]
976 cls.add_method('CreateFragment',
977 'ns3::Buffer',
978 [param('uint32_t', 'start'), param('uint32_t', 'length')],
979 is_const=True)
980 ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFullCopy() const [member function]
981 cls.add_method('CreateFullCopy',
982 'ns3::Buffer',
983 [],
984 is_const=True)
985 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
986 cls.add_method('Deserialize',
987 'uint32_t',
988 [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
989 ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::End() const [member function]
990 cls.add_method('End',
991 'ns3::Buffer::Iterator',
992 [],
993 is_const=True)
994 ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentEndOffset() const [member function]
995 cls.add_method('GetCurrentEndOffset',
996 'int32_t',
997 [],
998 is_const=True)
999 ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentStartOffset() const [member function]
1000 cls.add_method('GetCurrentStartOffset',
1001 'int32_t',
1002 [],
1003 is_const=True)
1004 ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSerializedSize() const [member function]
1005 cls.add_method('GetSerializedSize',
1006 'uint32_t',
1007 [],
1008 is_const=True)
1009 ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSize() const [member function]
1010 cls.add_method('GetSize',
1011 'uint32_t',
1012 [],
1013 is_const=True)
1014 ## buffer.h (module 'network'): uint8_t const * ns3::Buffer::PeekData() const [member function]
1015 cls.add_method('PeekData',
1016 'uint8_t const *',
1017 [],
1018 is_const=True)
1019 ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtEnd(uint32_t end) [member function]
1020 cls.add_method('RemoveAtEnd',
1021 'void',
1022 [param('uint32_t', 'end')])
1023 ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtStart(uint32_t start) [member function]
1024 cls.add_method('RemoveAtStart',
1025 'void',
1026 [param('uint32_t', 'start')])
1027 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
1028 cls.add_method('Serialize',
1029 'uint32_t',
1030 [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
1031 is_const=True)
1032 return
1033
1034def register_Ns3BufferIterator_methods(root_module, cls):
1035 ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator(ns3::Buffer::Iterator const & arg0) [copy constructor]
1036 cls.add_constructor([param('ns3::Buffer::Iterator const &', 'arg0')])
1037 ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator() [constructor]
1038 cls.add_constructor([])
1039 ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size) [member function]
1040 cls.add_method('CalculateIpChecksum',
1041 'uint16_t',
1042 [param('uint16_t', 'size')])
1043 ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size, uint32_t initialChecksum) [member function]
1044 cls.add_method('CalculateIpChecksum',
1045 'uint16_t',
1046 [param('uint16_t', 'size'), param('uint32_t', 'initialChecksum')])
1047 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetDistanceFrom(ns3::Buffer::Iterator const & o) const [member function]
1048 cls.add_method('GetDistanceFrom',
1049 'uint32_t',
1050 [param('ns3::Buffer::Iterator const &', 'o')],
1051 is_const=True)
1052 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetSize() const [member function]
1053 cls.add_method('GetSize',
1054 'uint32_t',
1055 [],
1056 is_const=True)
1057 ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsEnd() const [member function]
1058 cls.add_method('IsEnd',
1059 'bool',
1060 [],
1061 is_const=True)
1062 ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsStart() const [member function]
1063 cls.add_method('IsStart',
1064 'bool',
1065 [],
1066 is_const=True)
1067 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next() [member function]
1068 cls.add_method('Next',
1069 'void',
1070 [])
1071 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next(uint32_t delta) [member function]
1072 cls.add_method('Next',
1073 'void',
1074 [param('uint32_t', 'delta')])
Alexander Afanasyev6d98ac32012-06-06 13:01:48 -07001075 ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::PeekU8() [member function]
1076 cls.add_method('PeekU8',
1077 'uint8_t',
1078 [])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001079 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev() [member function]
1080 cls.add_method('Prev',
1081 'void',
1082 [])
1083 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev(uint32_t delta) [member function]
1084 cls.add_method('Prev',
1085 'void',
1086 [param('uint32_t', 'delta')])
1087 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(uint8_t * buffer, uint32_t size) [member function]
1088 cls.add_method('Read',
1089 'void',
1090 [param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
Alexander Afanasyev6d98ac32012-06-06 13:01:48 -07001091 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(ns3::Buffer::Iterator start, uint32_t size) [member function]
1092 cls.add_method('Read',
1093 'void',
1094 [param('ns3::Buffer::Iterator', 'start'), param('uint32_t', 'size')])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001095 ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadLsbtohU16() [member function]
1096 cls.add_method('ReadLsbtohU16',
1097 'uint16_t',
1098 [])
1099 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadLsbtohU32() [member function]
1100 cls.add_method('ReadLsbtohU32',
1101 'uint32_t',
1102 [])
1103 ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadLsbtohU64() [member function]
1104 cls.add_method('ReadLsbtohU64',
1105 'uint64_t',
1106 [])
1107 ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadNtohU16() [member function]
1108 cls.add_method('ReadNtohU16',
1109 'uint16_t',
1110 [])
1111 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadNtohU32() [member function]
1112 cls.add_method('ReadNtohU32',
1113 'uint32_t',
1114 [])
1115 ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadNtohU64() [member function]
1116 cls.add_method('ReadNtohU64',
1117 'uint64_t',
1118 [])
1119 ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadU16() [member function]
1120 cls.add_method('ReadU16',
1121 'uint16_t',
1122 [])
1123 ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadU32() [member function]
1124 cls.add_method('ReadU32',
1125 'uint32_t',
1126 [])
1127 ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadU64() [member function]
1128 cls.add_method('ReadU64',
1129 'uint64_t',
1130 [])
1131 ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::ReadU8() [member function]
1132 cls.add_method('ReadU8',
1133 'uint8_t',
1134 [])
1135 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(uint8_t const * buffer, uint32_t size) [member function]
1136 cls.add_method('Write',
1137 'void',
1138 [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
1139 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(ns3::Buffer::Iterator start, ns3::Buffer::Iterator end) [member function]
1140 cls.add_method('Write',
1141 'void',
1142 [param('ns3::Buffer::Iterator', 'start'), param('ns3::Buffer::Iterator', 'end')])
1143 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU16(uint16_t data) [member function]
1144 cls.add_method('WriteHtolsbU16',
1145 'void',
1146 [param('uint16_t', 'data')])
1147 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU32(uint32_t data) [member function]
1148 cls.add_method('WriteHtolsbU32',
1149 'void',
1150 [param('uint32_t', 'data')])
1151 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU64(uint64_t data) [member function]
1152 cls.add_method('WriteHtolsbU64',
1153 'void',
1154 [param('uint64_t', 'data')])
1155 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU16(uint16_t data) [member function]
1156 cls.add_method('WriteHtonU16',
1157 'void',
1158 [param('uint16_t', 'data')])
1159 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU32(uint32_t data) [member function]
1160 cls.add_method('WriteHtonU32',
1161 'void',
1162 [param('uint32_t', 'data')])
1163 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU64(uint64_t data) [member function]
1164 cls.add_method('WriteHtonU64',
1165 'void',
1166 [param('uint64_t', 'data')])
1167 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU16(uint16_t data) [member function]
1168 cls.add_method('WriteU16',
1169 'void',
1170 [param('uint16_t', 'data')])
1171 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU32(uint32_t data) [member function]
1172 cls.add_method('WriteU32',
1173 'void',
1174 [param('uint32_t', 'data')])
1175 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU64(uint64_t data) [member function]
1176 cls.add_method('WriteU64',
1177 'void',
1178 [param('uint64_t', 'data')])
1179 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data) [member function]
1180 cls.add_method('WriteU8',
1181 'void',
1182 [param('uint8_t', 'data')])
1183 ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data, uint32_t len) [member function]
1184 cls.add_method('WriteU8',
1185 'void',
1186 [param('uint8_t', 'data'), param('uint32_t', 'len')])
1187 return
1188
1189def register_Ns3ByteTagIterator_methods(root_module, cls):
1190 ## packet.h (module 'network'): ns3::ByteTagIterator::ByteTagIterator(ns3::ByteTagIterator const & arg0) [copy constructor]
1191 cls.add_constructor([param('ns3::ByteTagIterator const &', 'arg0')])
1192 ## packet.h (module 'network'): bool ns3::ByteTagIterator::HasNext() const [member function]
1193 cls.add_method('HasNext',
1194 'bool',
1195 [],
1196 is_const=True)
1197 ## packet.h (module 'network'): ns3::ByteTagIterator::Item ns3::ByteTagIterator::Next() [member function]
1198 cls.add_method('Next',
1199 'ns3::ByteTagIterator::Item',
1200 [])
1201 return
1202
1203def register_Ns3ByteTagIteratorItem_methods(root_module, cls):
1204 ## packet.h (module 'network'): ns3::ByteTagIterator::Item::Item(ns3::ByteTagIterator::Item const & arg0) [copy constructor]
1205 cls.add_constructor([param('ns3::ByteTagIterator::Item const &', 'arg0')])
1206 ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetEnd() const [member function]
1207 cls.add_method('GetEnd',
1208 'uint32_t',
1209 [],
1210 is_const=True)
1211 ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetStart() const [member function]
1212 cls.add_method('GetStart',
1213 'uint32_t',
1214 [],
1215 is_const=True)
1216 ## packet.h (module 'network'): void ns3::ByteTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
1217 cls.add_method('GetTag',
1218 'void',
1219 [param('ns3::Tag &', 'tag')],
1220 is_const=True)
1221 ## packet.h (module 'network'): ns3::TypeId ns3::ByteTagIterator::Item::GetTypeId() const [member function]
1222 cls.add_method('GetTypeId',
1223 'ns3::TypeId',
1224 [],
1225 is_const=True)
1226 return
1227
1228def register_Ns3ByteTagList_methods(root_module, cls):
1229 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList() [constructor]
1230 cls.add_constructor([])
1231 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList(ns3::ByteTagList const & o) [copy constructor]
1232 cls.add_constructor([param('ns3::ByteTagList const &', 'o')])
1233 ## byte-tag-list.h (module 'network'): ns3::TagBuffer ns3::ByteTagList::Add(ns3::TypeId tid, uint32_t bufferSize, int32_t start, int32_t end) [member function]
1234 cls.add_method('Add',
1235 'ns3::TagBuffer',
1236 [param('ns3::TypeId', 'tid'), param('uint32_t', 'bufferSize'), param('int32_t', 'start'), param('int32_t', 'end')])
1237 ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::Add(ns3::ByteTagList const & o) [member function]
1238 cls.add_method('Add',
1239 'void',
1240 [param('ns3::ByteTagList const &', 'o')])
1241 ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtEnd(int32_t adjustment, int32_t appendOffset) [member function]
1242 cls.add_method('AddAtEnd',
1243 'void',
1244 [param('int32_t', 'adjustment'), param('int32_t', 'appendOffset')])
1245 ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtStart(int32_t adjustment, int32_t prependOffset) [member function]
1246 cls.add_method('AddAtStart',
1247 'void',
1248 [param('int32_t', 'adjustment'), param('int32_t', 'prependOffset')])
1249 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator ns3::ByteTagList::Begin(int32_t offsetStart, int32_t offsetEnd) const [member function]
1250 cls.add_method('Begin',
1251 'ns3::ByteTagList::Iterator',
1252 [param('int32_t', 'offsetStart'), param('int32_t', 'offsetEnd')],
1253 is_const=True)
1254 ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::RemoveAll() [member function]
1255 cls.add_method('RemoveAll',
1256 'void',
1257 [])
1258 return
1259
1260def register_Ns3ByteTagListIterator_methods(root_module, cls):
1261 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Iterator(ns3::ByteTagList::Iterator const & arg0) [copy constructor]
1262 cls.add_constructor([param('ns3::ByteTagList::Iterator const &', 'arg0')])
1263 ## byte-tag-list.h (module 'network'): uint32_t ns3::ByteTagList::Iterator::GetOffsetStart() const [member function]
1264 cls.add_method('GetOffsetStart',
1265 'uint32_t',
1266 [],
1267 is_const=True)
1268 ## byte-tag-list.h (module 'network'): bool ns3::ByteTagList::Iterator::HasNext() const [member function]
1269 cls.add_method('HasNext',
1270 'bool',
1271 [],
1272 is_const=True)
1273 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item ns3::ByteTagList::Iterator::Next() [member function]
1274 cls.add_method('Next',
1275 'ns3::ByteTagList::Iterator::Item',
1276 [])
1277 return
1278
1279def register_Ns3ByteTagListIteratorItem_methods(root_module, cls):
1280 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::ByteTagList::Iterator::Item const & arg0) [copy constructor]
1281 cls.add_constructor([param('ns3::ByteTagList::Iterator::Item const &', 'arg0')])
1282 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::TagBuffer buf) [constructor]
1283 cls.add_constructor([param('ns3::TagBuffer', 'buf')])
1284 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::buf [variable]
1285 cls.add_instance_attribute('buf', 'ns3::TagBuffer', is_const=False)
1286 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::end [variable]
1287 cls.add_instance_attribute('end', 'int32_t', is_const=False)
1288 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::size [variable]
1289 cls.add_instance_attribute('size', 'uint32_t', is_const=False)
1290 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::start [variable]
1291 cls.add_instance_attribute('start', 'int32_t', is_const=False)
1292 ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::tid [variable]
1293 cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
1294 return
1295
1296def register_Ns3CallbackBase_methods(root_module, cls):
1297 ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::CallbackBase const & arg0) [copy constructor]
1298 cls.add_constructor([param('ns3::CallbackBase const &', 'arg0')])
1299 ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase() [constructor]
1300 cls.add_constructor([])
1301 ## callback.h (module 'core'): ns3::Ptr<ns3::CallbackImplBase> ns3::CallbackBase::GetImpl() const [member function]
1302 cls.add_method('GetImpl',
1303 'ns3::Ptr< ns3::CallbackImplBase >',
1304 [],
1305 is_const=True)
1306 ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor]
1307 cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')],
1308 visibility='protected')
1309 ## callback.h (module 'core'): static std::string ns3::CallbackBase::Demangle(std::string const & mangled) [member function]
1310 cls.add_method('Demangle',
1311 'std::string',
1312 [param('std::string const &', 'mangled')],
1313 is_static=True, visibility='protected')
1314 return
1315
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001316def register_Ns3EventId_methods(root_module, cls):
1317 cls.add_binary_comparison_operator('!=')
1318 cls.add_binary_comparison_operator('==')
1319 ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::EventId const & arg0) [copy constructor]
1320 cls.add_constructor([param('ns3::EventId const &', 'arg0')])
1321 ## event-id.h (module 'core'): ns3::EventId::EventId() [constructor]
1322 cls.add_constructor([])
1323 ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::Ptr<ns3::EventImpl> const & impl, uint64_t ts, uint32_t context, uint32_t uid) [constructor]
1324 cls.add_constructor([param('ns3::Ptr< ns3::EventImpl > const &', 'impl'), param('uint64_t', 'ts'), param('uint32_t', 'context'), param('uint32_t', 'uid')])
1325 ## event-id.h (module 'core'): void ns3::EventId::Cancel() [member function]
1326 cls.add_method('Cancel',
1327 'void',
1328 [])
1329 ## event-id.h (module 'core'): uint32_t ns3::EventId::GetContext() const [member function]
1330 cls.add_method('GetContext',
1331 'uint32_t',
1332 [],
1333 is_const=True)
1334 ## event-id.h (module 'core'): uint64_t ns3::EventId::GetTs() const [member function]
1335 cls.add_method('GetTs',
1336 'uint64_t',
1337 [],
1338 is_const=True)
1339 ## event-id.h (module 'core'): uint32_t ns3::EventId::GetUid() const [member function]
1340 cls.add_method('GetUid',
1341 'uint32_t',
1342 [],
1343 is_const=True)
1344 ## event-id.h (module 'core'): bool ns3::EventId::IsExpired() const [member function]
1345 cls.add_method('IsExpired',
1346 'bool',
1347 [],
1348 is_const=True)
1349 ## event-id.h (module 'core'): bool ns3::EventId::IsRunning() const [member function]
1350 cls.add_method('IsRunning',
1351 'bool',
1352 [],
1353 is_const=True)
1354 ## event-id.h (module 'core'): ns3::EventImpl * ns3::EventId::PeekEventImpl() const [member function]
1355 cls.add_method('PeekEventImpl',
1356 'ns3::EventImpl *',
1357 [],
1358 is_const=True)
1359 return
1360
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07001361def register_Ns3Hasher_methods(root_module, cls):
1362 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor]
1363 cls.add_constructor([param('ns3::Hasher const &', 'arg0')])
1364 ## hash.h (module 'core'): ns3::Hasher::Hasher() [constructor]
1365 cls.add_constructor([])
1366 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Ptr<ns3::Hash::Implementation> hp) [constructor]
1367 cls.add_constructor([param('ns3::Ptr< ns3::Hash::Implementation >', 'hp')])
1368 ## hash.h (module 'core'): uint32_t ns3::Hasher::GetHash32(char const * buffer, size_t const size) [member function]
1369 cls.add_method('GetHash32',
1370 'uint32_t',
1371 [param('char const *', 'buffer'), param('size_t const', 'size')])
1372 ## hash.h (module 'core'): uint32_t ns3::Hasher::GetHash32(std::string const s) [member function]
1373 cls.add_method('GetHash32',
1374 'uint32_t',
1375 [param('std::string const', 's')])
1376 ## hash.h (module 'core'): uint64_t ns3::Hasher::GetHash64(char const * buffer, size_t const size) [member function]
1377 cls.add_method('GetHash64',
1378 'uint64_t',
1379 [param('char const *', 'buffer'), param('size_t const', 'size')])
1380 ## hash.h (module 'core'): uint64_t ns3::Hasher::GetHash64(std::string const s) [member function]
1381 cls.add_method('GetHash64',
1382 'uint64_t',
1383 [param('std::string const', 's')])
1384 ## hash.h (module 'core'): ns3::Hasher & ns3::Hasher::clear() [member function]
1385 cls.add_method('clear',
1386 'ns3::Hasher &',
1387 [])
1388 return
1389
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001390def register_Ns3Ipv4Address_methods(root_module, cls):
1391 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07001392 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07001393 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001394 cls.add_binary_comparison_operator('<')
1395 ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(ns3::Ipv4Address const & arg0) [copy constructor]
1396 cls.add_constructor([param('ns3::Ipv4Address const &', 'arg0')])
1397 ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address() [constructor]
1398 cls.add_constructor([])
1399 ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(uint32_t address) [constructor]
1400 cls.add_constructor([param('uint32_t', 'address')])
1401 ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(char const * address) [constructor]
1402 cls.add_constructor([param('char const *', 'address')])
1403 ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::CombineMask(ns3::Ipv4Mask const & mask) const [member function]
1404 cls.add_method('CombineMask',
1405 'ns3::Ipv4Address',
1406 [param('ns3::Ipv4Mask const &', 'mask')],
1407 is_const=True)
1408 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::ConvertFrom(ns3::Address const & address) [member function]
1409 cls.add_method('ConvertFrom',
1410 'ns3::Ipv4Address',
1411 [param('ns3::Address const &', 'address')],
1412 is_static=True)
1413 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::Deserialize(uint8_t const * buf) [member function]
1414 cls.add_method('Deserialize',
1415 'ns3::Ipv4Address',
1416 [param('uint8_t const *', 'buf')],
1417 is_static=True)
Alexander Afanasyev4052f952012-06-08 17:57:59 -07001418 ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Address::Get() const [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001419 cls.add_method('Get',
Alexander Afanasyev4052f952012-06-08 17:57:59 -07001420 'uint32_t',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001421 [],
1422 is_const=True)
1423 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetAny() [member function]
1424 cls.add_method('GetAny',
1425 'ns3::Ipv4Address',
1426 [],
1427 is_static=True)
1428 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetBroadcast() [member function]
1429 cls.add_method('GetBroadcast',
1430 'ns3::Ipv4Address',
1431 [],
1432 is_static=True)
1433 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetLoopback() [member function]
1434 cls.add_method('GetLoopback',
1435 'ns3::Ipv4Address',
1436 [],
1437 is_static=True)
1438 ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::GetSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function]
1439 cls.add_method('GetSubnetDirectedBroadcast',
1440 'ns3::Ipv4Address',
1441 [param('ns3::Ipv4Mask const &', 'mask')],
1442 is_const=True)
1443 ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetZero() [member function]
1444 cls.add_method('GetZero',
1445 'ns3::Ipv4Address',
1446 [],
1447 is_static=True)
1448 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsBroadcast() const [member function]
1449 cls.add_method('IsBroadcast',
1450 'bool',
1451 [],
1452 is_const=True)
1453 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsEqual(ns3::Ipv4Address const & other) const [member function]
1454 cls.add_method('IsEqual',
1455 'bool',
1456 [param('ns3::Ipv4Address const &', 'other')],
1457 is_const=True)
1458 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsLocalMulticast() const [member function]
1459 cls.add_method('IsLocalMulticast',
1460 'bool',
1461 [],
1462 is_const=True)
1463 ## ipv4-address.h (module 'network'): static bool ns3::Ipv4Address::IsMatchingType(ns3::Address const & address) [member function]
1464 cls.add_method('IsMatchingType',
1465 'bool',
1466 [param('ns3::Address const &', 'address')],
1467 is_static=True)
1468 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsMulticast() const [member function]
1469 cls.add_method('IsMulticast',
1470 'bool',
1471 [],
1472 is_const=True)
1473 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function]
1474 cls.add_method('IsSubnetDirectedBroadcast',
1475 'bool',
1476 [param('ns3::Ipv4Mask const &', 'mask')],
1477 is_const=True)
1478 ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Print(std::ostream & os) const [member function]
1479 cls.add_method('Print',
1480 'void',
1481 [param('std::ostream &', 'os')],
1482 is_const=True)
1483 ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Serialize(uint8_t * buf) const [member function]
1484 cls.add_method('Serialize',
1485 'void',
1486 [param('uint8_t *', 'buf')],
1487 is_const=True)
1488 ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(uint32_t address) [member function]
1489 cls.add_method('Set',
1490 'void',
1491 [param('uint32_t', 'address')])
1492 ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(char const * address) [member function]
1493 cls.add_method('Set',
1494 'void',
1495 [param('char const *', 'address')])
1496 return
1497
1498def register_Ns3Ipv4Mask_methods(root_module, cls):
1499 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07001500 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07001501 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001502 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(ns3::Ipv4Mask const & arg0) [copy constructor]
1503 cls.add_constructor([param('ns3::Ipv4Mask const &', 'arg0')])
1504 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask() [constructor]
1505 cls.add_constructor([])
1506 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(uint32_t mask) [constructor]
1507 cls.add_constructor([param('uint32_t', 'mask')])
1508 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(char const * mask) [constructor]
1509 cls.add_constructor([param('char const *', 'mask')])
1510 ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::Get() const [member function]
1511 cls.add_method('Get',
1512 'uint32_t',
1513 [],
1514 is_const=True)
1515 ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::GetInverse() const [member function]
1516 cls.add_method('GetInverse',
1517 'uint32_t',
1518 [],
1519 is_const=True)
1520 ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetLoopback() [member function]
1521 cls.add_method('GetLoopback',
1522 'ns3::Ipv4Mask',
1523 [],
1524 is_static=True)
1525 ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetOnes() [member function]
1526 cls.add_method('GetOnes',
1527 'ns3::Ipv4Mask',
1528 [],
1529 is_static=True)
1530 ## ipv4-address.h (module 'network'): uint16_t ns3::Ipv4Mask::GetPrefixLength() const [member function]
1531 cls.add_method('GetPrefixLength',
1532 'uint16_t',
1533 [],
1534 is_const=True)
1535 ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetZero() [member function]
1536 cls.add_method('GetZero',
1537 'ns3::Ipv4Mask',
1538 [],
1539 is_static=True)
1540 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsEqual(ns3::Ipv4Mask other) const [member function]
1541 cls.add_method('IsEqual',
1542 'bool',
1543 [param('ns3::Ipv4Mask', 'other')],
1544 is_const=True)
1545 ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsMatch(ns3::Ipv4Address a, ns3::Ipv4Address b) const [member function]
1546 cls.add_method('IsMatch',
1547 'bool',
1548 [param('ns3::Ipv4Address', 'a'), param('ns3::Ipv4Address', 'b')],
1549 is_const=True)
1550 ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Print(std::ostream & os) const [member function]
1551 cls.add_method('Print',
1552 'void',
1553 [param('std::ostream &', 'os')],
1554 is_const=True)
1555 ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Set(uint32_t mask) [member function]
1556 cls.add_method('Set',
1557 'void',
1558 [param('uint32_t', 'mask')])
1559 return
1560
1561def register_Ns3Ipv6Address_methods(root_module, cls):
1562 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07001563 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07001564 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001565 cls.add_binary_comparison_operator('<')
1566 ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address() [constructor]
1567 cls.add_constructor([])
1568 ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(char const * address) [constructor]
1569 cls.add_constructor([param('char const *', 'address')])
1570 ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(uint8_t * address) [constructor]
1571 cls.add_constructor([param('uint8_t *', 'address')])
1572 ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const & addr) [copy constructor]
1573 cls.add_constructor([param('ns3::Ipv6Address const &', 'addr')])
1574 ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const * addr) [constructor]
1575 cls.add_constructor([param('ns3::Ipv6Address const *', 'addr')])
1576 ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6Address::CombinePrefix(ns3::Ipv6Prefix const & prefix) [member function]
1577 cls.add_method('CombinePrefix',
1578 'ns3::Ipv6Address',
1579 [param('ns3::Ipv6Prefix const &', 'prefix')])
1580 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::ConvertFrom(ns3::Address const & address) [member function]
1581 cls.add_method('ConvertFrom',
1582 'ns3::Ipv6Address',
1583 [param('ns3::Address const &', 'address')],
1584 is_static=True)
1585 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::Deserialize(uint8_t const * buf) [member function]
1586 cls.add_method('Deserialize',
1587 'ns3::Ipv6Address',
1588 [param('uint8_t const *', 'buf')],
1589 is_static=True)
1590 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllHostsMulticast() [member function]
1591 cls.add_method('GetAllHostsMulticast',
1592 'ns3::Ipv6Address',
1593 [],
1594 is_static=True)
1595 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllNodesMulticast() [member function]
1596 cls.add_method('GetAllNodesMulticast',
1597 'ns3::Ipv6Address',
1598 [],
1599 is_static=True)
1600 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllRoutersMulticast() [member function]
1601 cls.add_method('GetAllRoutersMulticast',
1602 'ns3::Ipv6Address',
1603 [],
1604 is_static=True)
1605 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAny() [member function]
1606 cls.add_method('GetAny',
1607 'ns3::Ipv6Address',
1608 [],
1609 is_static=True)
1610 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function]
1611 cls.add_method('GetBytes',
1612 'void',
1613 [param('uint8_t *', 'buf')],
1614 is_const=True)
Alexander Afanasyev6f933532012-02-29 13:30:37 -08001615 ## ipv6-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv6Address::GetIpv4MappedAddress() const [member function]
1616 cls.add_method('GetIpv4MappedAddress',
1617 'ns3::Ipv4Address',
1618 [],
1619 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001620 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function]
1621 cls.add_method('GetLoopback',
1622 'ns3::Ipv6Address',
1623 [],
1624 is_static=True)
1625 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetOnes() [member function]
1626 cls.add_method('GetOnes',
1627 'ns3::Ipv6Address',
1628 [],
1629 is_static=True)
1630 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetZero() [member function]
1631 cls.add_method('GetZero',
1632 'ns3::Ipv6Address',
1633 [],
1634 is_static=True)
1635 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllHostsMulticast() const [member function]
1636 cls.add_method('IsAllHostsMulticast',
1637 'bool',
1638 [],
1639 is_const=True)
1640 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllNodesMulticast() const [member function]
1641 cls.add_method('IsAllNodesMulticast',
1642 'bool',
1643 [],
1644 is_const=True)
1645 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllRoutersMulticast() const [member function]
1646 cls.add_method('IsAllRoutersMulticast',
1647 'bool',
1648 [],
1649 is_const=True)
1650 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAny() const [member function]
1651 cls.add_method('IsAny',
1652 'bool',
1653 [],
1654 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07001655 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsDocumentation() const [member function]
1656 cls.add_method('IsDocumentation',
1657 'bool',
1658 [],
1659 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001660 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function]
1661 cls.add_method('IsEqual',
1662 'bool',
1663 [param('ns3::Ipv6Address const &', 'other')],
1664 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07001665 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() const [member function]
Alexander Afanasyev6f933532012-02-29 13:30:37 -08001666 cls.add_method('IsIpv4MappedAddress',
1667 'bool',
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07001668 [],
1669 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001670 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function]
1671 cls.add_method('IsLinkLocal',
1672 'bool',
1673 [],
1674 is_const=True)
Alexander Afanasyev6f933532012-02-29 13:30:37 -08001675 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocalMulticast() const [member function]
1676 cls.add_method('IsLinkLocalMulticast',
1677 'bool',
1678 [],
1679 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001680 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLocalhost() const [member function]
1681 cls.add_method('IsLocalhost',
1682 'bool',
1683 [],
1684 is_const=True)
1685 ## ipv6-address.h (module 'network'): static bool ns3::Ipv6Address::IsMatchingType(ns3::Address const & address) [member function]
1686 cls.add_method('IsMatchingType',
1687 'bool',
1688 [param('ns3::Address const &', 'address')],
1689 is_static=True)
1690 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsMulticast() const [member function]
1691 cls.add_method('IsMulticast',
1692 'bool',
1693 [],
1694 is_const=True)
1695 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsSolicitedMulticast() const [member function]
1696 cls.add_method('IsSolicitedMulticast',
1697 'bool',
1698 [],
1699 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07001700 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac16Address addr, ns3::Ipv6Address prefix) [member function]
1701 cls.add_method('MakeAutoconfiguredAddress',
1702 'ns3::Ipv6Address',
1703 [param('ns3::Mac16Address', 'addr'), param('ns3::Ipv6Address', 'prefix')],
1704 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001705 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac48Address addr, ns3::Ipv6Address prefix) [member function]
1706 cls.add_method('MakeAutoconfiguredAddress',
1707 'ns3::Ipv6Address',
1708 [param('ns3::Mac48Address', 'addr'), param('ns3::Ipv6Address', 'prefix')],
1709 is_static=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07001710 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac64Address addr, ns3::Ipv6Address prefix) [member function]
1711 cls.add_method('MakeAutoconfiguredAddress',
1712 'ns3::Ipv6Address',
1713 [param('ns3::Mac64Address', 'addr'), param('ns3::Ipv6Address', 'prefix')],
1714 is_static=True)
1715 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac16Address mac) [member function]
1716 cls.add_method('MakeAutoconfiguredLinkLocalAddress',
1717 'ns3::Ipv6Address',
1718 [param('ns3::Mac16Address', 'mac')],
1719 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001720 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function]
1721 cls.add_method('MakeAutoconfiguredLinkLocalAddress',
1722 'ns3::Ipv6Address',
1723 [param('ns3::Mac48Address', 'mac')],
1724 is_static=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07001725 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac64Address mac) [member function]
1726 cls.add_method('MakeAutoconfiguredLinkLocalAddress',
1727 'ns3::Ipv6Address',
1728 [param('ns3::Mac64Address', 'mac')],
1729 is_static=True)
Alexander Afanasyev6f933532012-02-29 13:30:37 -08001730 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeIpv4MappedAddress(ns3::Ipv4Address addr) [member function]
1731 cls.add_method('MakeIpv4MappedAddress',
1732 'ns3::Ipv6Address',
1733 [param('ns3::Ipv4Address', 'addr')],
1734 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001735 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function]
1736 cls.add_method('MakeSolicitedAddress',
1737 'ns3::Ipv6Address',
1738 [param('ns3::Ipv6Address', 'addr')],
1739 is_static=True)
1740 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Print(std::ostream & os) const [member function]
1741 cls.add_method('Print',
1742 'void',
1743 [param('std::ostream &', 'os')],
1744 is_const=True)
1745 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Serialize(uint8_t * buf) const [member function]
1746 cls.add_method('Serialize',
1747 'void',
1748 [param('uint8_t *', 'buf')],
1749 is_const=True)
1750 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(char const * address) [member function]
1751 cls.add_method('Set',
1752 'void',
1753 [param('char const *', 'address')])
1754 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(uint8_t * address) [member function]
1755 cls.add_method('Set',
1756 'void',
1757 [param('uint8_t *', 'address')])
1758 return
1759
1760def register_Ns3Ipv6Prefix_methods(root_module, cls):
1761 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07001762 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07001763 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001764 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix() [constructor]
1765 cls.add_constructor([])
1766 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t * prefix) [constructor]
1767 cls.add_constructor([param('uint8_t *', 'prefix')])
1768 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(char const * prefix) [constructor]
1769 cls.add_constructor([param('char const *', 'prefix')])
1770 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t prefix) [constructor]
1771 cls.add_constructor([param('uint8_t', 'prefix')])
1772 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const & prefix) [copy constructor]
1773 cls.add_constructor([param('ns3::Ipv6Prefix const &', 'prefix')])
1774 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const * prefix) [constructor]
1775 cls.add_constructor([param('ns3::Ipv6Prefix const *', 'prefix')])
1776 ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::GetBytes(uint8_t * buf) const [member function]
1777 cls.add_method('GetBytes',
1778 'void',
1779 [param('uint8_t *', 'buf')],
1780 is_const=True)
1781 ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetLoopback() [member function]
1782 cls.add_method('GetLoopback',
1783 'ns3::Ipv6Prefix',
1784 [],
1785 is_static=True)
1786 ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetOnes() [member function]
1787 cls.add_method('GetOnes',
1788 'ns3::Ipv6Prefix',
1789 [],
1790 is_static=True)
1791 ## ipv6-address.h (module 'network'): uint8_t ns3::Ipv6Prefix::GetPrefixLength() const [member function]
1792 cls.add_method('GetPrefixLength',
1793 'uint8_t',
1794 [],
1795 is_const=True)
1796 ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetZero() [member function]
1797 cls.add_method('GetZero',
1798 'ns3::Ipv6Prefix',
1799 [],
1800 is_static=True)
1801 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsEqual(ns3::Ipv6Prefix const & other) const [member function]
1802 cls.add_method('IsEqual',
1803 'bool',
1804 [param('ns3::Ipv6Prefix const &', 'other')],
1805 is_const=True)
1806 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsMatch(ns3::Ipv6Address a, ns3::Ipv6Address b) const [member function]
1807 cls.add_method('IsMatch',
1808 'bool',
1809 [param('ns3::Ipv6Address', 'a'), param('ns3::Ipv6Address', 'b')],
1810 is_const=True)
1811 ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::Print(std::ostream & os) const [member function]
1812 cls.add_method('Print',
1813 'void',
1814 [param('std::ostream &', 'os')],
1815 is_const=True)
1816 return
1817
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07001818def register_Ns3NetDeviceContainer_methods(root_module, cls):
1819 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & arg0) [copy constructor]
1820 cls.add_constructor([param('ns3::NetDeviceContainer const &', 'arg0')])
1821 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer() [constructor]
1822 cls.add_constructor([])
1823 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor]
1824 cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')])
1825 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(std::string devName) [constructor]
1826 cls.add_constructor([param('std::string', 'devName')])
1827 ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor]
1828 cls.add_constructor([param('ns3::NetDeviceContainer const &', 'a'), param('ns3::NetDeviceContainer const &', 'b')])
1829 ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::NetDeviceContainer other) [member function]
1830 cls.add_method('Add',
1831 'void',
1832 [param('ns3::NetDeviceContainer', 'other')])
1833 ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function]
1834 cls.add_method('Add',
1835 'void',
1836 [param('ns3::Ptr< ns3::NetDevice >', 'device')])
1837 ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(std::string deviceName) [member function]
1838 cls.add_method('Add',
1839 'void',
1840 [param('std::string', 'deviceName')])
1841 ## net-device-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::Begin() const [member function]
1842 cls.add_method('Begin',
1843 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >',
1844 [],
1845 is_const=True)
1846 ## net-device-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::NetDevice>*,std::vector<ns3::Ptr<ns3::NetDevice>, std::allocator<ns3::Ptr<ns3::NetDevice> > > > ns3::NetDeviceContainer::End() const [member function]
1847 cls.add_method('End',
1848 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >',
1849 [],
1850 is_const=True)
1851 ## net-device-container.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::NetDeviceContainer::Get(uint32_t i) const [member function]
1852 cls.add_method('Get',
1853 'ns3::Ptr< ns3::NetDevice >',
1854 [param('uint32_t', 'i')],
1855 is_const=True)
1856 ## net-device-container.h (module 'network'): uint32_t ns3::NetDeviceContainer::GetN() const [member function]
1857 cls.add_method('GetN',
1858 'uint32_t',
1859 [],
1860 is_const=True)
1861 return
1862
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001863def register_Ns3NodeContainer_methods(root_module, cls):
1864 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & arg0) [copy constructor]
1865 cls.add_constructor([param('ns3::NodeContainer const &', 'arg0')])
1866 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer() [constructor]
1867 cls.add_constructor([])
1868 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor]
1869 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
1870 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(std::string nodeName) [constructor]
1871 cls.add_constructor([param('std::string', 'nodeName')])
1872 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor]
1873 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')])
1874 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor]
1875 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')])
1876 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d) [constructor]
1877 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')])
1878 ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c, ns3::NodeContainer const & d, ns3::NodeContainer const & e) [constructor]
1879 cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd'), param('ns3::NodeContainer const &', 'e')])
1880 ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::NodeContainer other) [member function]
1881 cls.add_method('Add',
1882 'void',
1883 [param('ns3::NodeContainer', 'other')])
1884 ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::Ptr<ns3::Node> node) [member function]
1885 cls.add_method('Add',
1886 'void',
1887 [param('ns3::Ptr< ns3::Node >', 'node')])
1888 ## node-container.h (module 'network'): void ns3::NodeContainer::Add(std::string nodeName) [member function]
1889 cls.add_method('Add',
1890 'void',
1891 [param('std::string', 'nodeName')])
1892 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::Begin() const [member function]
1893 cls.add_method('Begin',
1894 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
1895 [],
1896 is_const=True)
1897 ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n) [member function]
1898 cls.add_method('Create',
1899 'void',
1900 [param('uint32_t', 'n')])
1901 ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n, uint32_t systemId) [member function]
1902 cls.add_method('Create',
1903 'void',
1904 [param('uint32_t', 'n'), param('uint32_t', 'systemId')])
1905 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::End() const [member function]
1906 cls.add_method('End',
1907 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
1908 [],
1909 is_const=True)
1910 ## node-container.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NodeContainer::Get(uint32_t i) const [member function]
1911 cls.add_method('Get',
1912 'ns3::Ptr< ns3::Node >',
1913 [param('uint32_t', 'i')],
1914 is_const=True)
1915 ## node-container.h (module 'network'): static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function]
1916 cls.add_method('GetGlobal',
1917 'ns3::NodeContainer',
1918 [],
1919 is_static=True)
1920 ## node-container.h (module 'network'): uint32_t ns3::NodeContainer::GetN() const [member function]
1921 cls.add_method('GetN',
1922 'uint32_t',
1923 [],
1924 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07001925 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::begin() const [member function]
1926 cls.add_method('begin',
1927 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
1928 [],
1929 is_const=True)
1930 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::begin() [member function]
1931 cls.add_method('begin',
1932 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node >, std::vector< ns3::Ptr< ns3::Node > > >',
1933 [])
1934 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::end() const [member function]
1935 cls.add_method('end',
1936 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >',
1937 [],
1938 is_const=True)
1939 ## node-container.h (module 'network'): __gnu_cxx::__normal_iterator<ns3::Ptr<ns3::Node>*,std::vector<ns3::Ptr<ns3::Node>, std::allocator<ns3::Ptr<ns3::Node> > > > ns3::NodeContainer::end() [member function]
1940 cls.add_method('end',
1941 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node >, std::vector< ns3::Ptr< ns3::Node > > >',
1942 [])
1943 ## node-container.h (module 'network'): uint32_t ns3::NodeContainer::size() const [member function]
1944 cls.add_method('size',
1945 'uint32_t',
1946 [],
1947 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07001948 return
1949
1950def register_Ns3ObjectBase_methods(root_module, cls):
1951 ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase() [constructor]
1952 cls.add_constructor([])
1953 ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase(ns3::ObjectBase const & arg0) [copy constructor]
1954 cls.add_constructor([param('ns3::ObjectBase const &', 'arg0')])
1955 ## object-base.h (module 'core'): void ns3::ObjectBase::GetAttribute(std::string name, ns3::AttributeValue & value) const [member function]
1956 cls.add_method('GetAttribute',
1957 'void',
1958 [param('std::string', 'name'), param('ns3::AttributeValue &', 'value')],
1959 is_const=True)
1960 ## object-base.h (module 'core'): bool ns3::ObjectBase::GetAttributeFailSafe(std::string name, ns3::AttributeValue & attribute) const [member function]
1961 cls.add_method('GetAttributeFailSafe',
1962 'bool',
1963 [param('std::string', 'name'), param('ns3::AttributeValue &', 'attribute')],
1964 is_const=True)
1965 ## object-base.h (module 'core'): ns3::TypeId ns3::ObjectBase::GetInstanceTypeId() const [member function]
1966 cls.add_method('GetInstanceTypeId',
1967 'ns3::TypeId',
1968 [],
1969 is_pure_virtual=True, is_const=True, is_virtual=True)
1970 ## object-base.h (module 'core'): static ns3::TypeId ns3::ObjectBase::GetTypeId() [member function]
1971 cls.add_method('GetTypeId',
1972 'ns3::TypeId',
1973 [],
1974 is_static=True)
1975 ## object-base.h (module 'core'): void ns3::ObjectBase::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
1976 cls.add_method('SetAttribute',
1977 'void',
1978 [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
1979 ## object-base.h (module 'core'): bool ns3::ObjectBase::SetAttributeFailSafe(std::string name, ns3::AttributeValue const & value) [member function]
1980 cls.add_method('SetAttributeFailSafe',
1981 'bool',
1982 [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
1983 ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function]
1984 cls.add_method('TraceConnect',
1985 'bool',
1986 [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')])
1987 ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function]
1988 cls.add_method('TraceConnectWithoutContext',
1989 'bool',
1990 [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')])
1991 ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function]
1992 cls.add_method('TraceDisconnect',
1993 'bool',
1994 [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')])
1995 ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function]
1996 cls.add_method('TraceDisconnectWithoutContext',
1997 'bool',
1998 [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')])
1999 ## object-base.h (module 'core'): void ns3::ObjectBase::ConstructSelf(ns3::AttributeConstructionList const & attributes) [member function]
2000 cls.add_method('ConstructSelf',
2001 'void',
2002 [param('ns3::AttributeConstructionList const &', 'attributes')],
2003 visibility='protected')
2004 ## object-base.h (module 'core'): void ns3::ObjectBase::NotifyConstructionCompleted() [member function]
2005 cls.add_method('NotifyConstructionCompleted',
2006 'void',
2007 [],
2008 visibility='protected', is_virtual=True)
2009 return
2010
2011def register_Ns3ObjectDeleter_methods(root_module, cls):
2012 ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter() [constructor]
2013 cls.add_constructor([])
2014 ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter(ns3::ObjectDeleter const & arg0) [copy constructor]
2015 cls.add_constructor([param('ns3::ObjectDeleter const &', 'arg0')])
2016 ## object.h (module 'core'): static void ns3::ObjectDeleter::Delete(ns3::Object * object) [member function]
2017 cls.add_method('Delete',
2018 'void',
2019 [param('ns3::Object *', 'object')],
2020 is_static=True)
2021 return
2022
2023def register_Ns3ObjectFactory_methods(root_module, cls):
2024 cls.add_output_stream_operator()
2025 ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(ns3::ObjectFactory const & arg0) [copy constructor]
2026 cls.add_constructor([param('ns3::ObjectFactory const &', 'arg0')])
2027 ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory() [constructor]
2028 cls.add_constructor([])
2029 ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(std::string typeId) [constructor]
2030 cls.add_constructor([param('std::string', 'typeId')])
2031 ## object-factory.h (module 'core'): ns3::Ptr<ns3::Object> ns3::ObjectFactory::Create() const [member function]
2032 cls.add_method('Create',
2033 'ns3::Ptr< ns3::Object >',
2034 [],
2035 is_const=True)
2036 ## object-factory.h (module 'core'): ns3::TypeId ns3::ObjectFactory::GetTypeId() const [member function]
2037 cls.add_method('GetTypeId',
2038 'ns3::TypeId',
2039 [],
2040 is_const=True)
2041 ## object-factory.h (module 'core'): void ns3::ObjectFactory::Set(std::string name, ns3::AttributeValue const & value) [member function]
2042 cls.add_method('Set',
2043 'void',
2044 [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
2045 ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(ns3::TypeId tid) [member function]
2046 cls.add_method('SetTypeId',
2047 'void',
2048 [param('ns3::TypeId', 'tid')])
2049 ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(char const * tid) [member function]
2050 cls.add_method('SetTypeId',
2051 'void',
2052 [param('char const *', 'tid')])
2053 ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(std::string tid) [member function]
2054 cls.add_method('SetTypeId',
2055 'void',
2056 [param('std::string', 'tid')])
2057 return
2058
2059def register_Ns3PacketMetadata_methods(root_module, cls):
2060 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(uint64_t uid, uint32_t size) [constructor]
2061 cls.add_constructor([param('uint64_t', 'uid'), param('uint32_t', 'size')])
2062 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(ns3::PacketMetadata const & o) [copy constructor]
2063 cls.add_constructor([param('ns3::PacketMetadata const &', 'o')])
2064 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddAtEnd(ns3::PacketMetadata const & o) [member function]
2065 cls.add_method('AddAtEnd',
2066 'void',
2067 [param('ns3::PacketMetadata const &', 'o')])
2068 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddHeader(ns3::Header const & header, uint32_t size) [member function]
2069 cls.add_method('AddHeader',
2070 'void',
2071 [param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
2072 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddPaddingAtEnd(uint32_t end) [member function]
2073 cls.add_method('AddPaddingAtEnd',
2074 'void',
2075 [param('uint32_t', 'end')])
2076 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
2077 cls.add_method('AddTrailer',
2078 'void',
2079 [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
2080 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::PacketMetadata::BeginItem(ns3::Buffer buffer) const [member function]
2081 cls.add_method('BeginItem',
2082 'ns3::PacketMetadata::ItemIterator',
2083 [param('ns3::Buffer', 'buffer')],
2084 is_const=True)
2085 ## packet-metadata.h (module 'network'): ns3::PacketMetadata ns3::PacketMetadata::CreateFragment(uint32_t start, uint32_t end) const [member function]
2086 cls.add_method('CreateFragment',
2087 'ns3::PacketMetadata',
2088 [param('uint32_t', 'start'), param('uint32_t', 'end')],
2089 is_const=True)
2090 ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Deserialize(uint8_t const * buffer, uint32_t size) [member function]
2091 cls.add_method('Deserialize',
2092 'uint32_t',
2093 [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
2094 ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::Enable() [member function]
2095 cls.add_method('Enable',
2096 'void',
2097 [],
2098 is_static=True)
2099 ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::EnableChecking() [member function]
2100 cls.add_method('EnableChecking',
2101 'void',
2102 [],
2103 is_static=True)
2104 ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::GetSerializedSize() const [member function]
2105 cls.add_method('GetSerializedSize',
2106 'uint32_t',
2107 [],
2108 is_const=True)
2109 ## packet-metadata.h (module 'network'): uint64_t ns3::PacketMetadata::GetUid() const [member function]
2110 cls.add_method('GetUid',
2111 'uint64_t',
2112 [],
2113 is_const=True)
2114 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtEnd(uint32_t end) [member function]
2115 cls.add_method('RemoveAtEnd',
2116 'void',
2117 [param('uint32_t', 'end')])
2118 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtStart(uint32_t start) [member function]
2119 cls.add_method('RemoveAtStart',
2120 'void',
2121 [param('uint32_t', 'start')])
2122 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveHeader(ns3::Header const & header, uint32_t size) [member function]
2123 cls.add_method('RemoveHeader',
2124 'void',
2125 [param('ns3::Header const &', 'header'), param('uint32_t', 'size')])
2126 ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveTrailer(ns3::Trailer const & trailer, uint32_t size) [member function]
2127 cls.add_method('RemoveTrailer',
2128 'void',
2129 [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')])
2130 ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
2131 cls.add_method('Serialize',
2132 'uint32_t',
2133 [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
2134 is_const=True)
2135 return
2136
2137def register_Ns3PacketMetadataItem_methods(root_module, cls):
2138 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item() [constructor]
2139 cls.add_constructor([])
2140 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item(ns3::PacketMetadata::Item const & arg0) [copy constructor]
2141 cls.add_constructor([param('ns3::PacketMetadata::Item const &', 'arg0')])
2142 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::current [variable]
2143 cls.add_instance_attribute('current', 'ns3::Buffer::Iterator', is_const=False)
2144 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentSize [variable]
2145 cls.add_instance_attribute('currentSize', 'uint32_t', is_const=False)
2146 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromEnd [variable]
2147 cls.add_instance_attribute('currentTrimedFromEnd', 'uint32_t', is_const=False)
2148 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromStart [variable]
2149 cls.add_instance_attribute('currentTrimedFromStart', 'uint32_t', is_const=False)
2150 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::isFragment [variable]
2151 cls.add_instance_attribute('isFragment', 'bool', is_const=False)
2152 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::tid [variable]
2153 cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
2154 return
2155
2156def register_Ns3PacketMetadataItemIterator_methods(root_module, cls):
2157 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata::ItemIterator const & arg0) [copy constructor]
2158 cls.add_constructor([param('ns3::PacketMetadata::ItemIterator const &', 'arg0')])
2159 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata const * metadata, ns3::Buffer buffer) [constructor]
2160 cls.add_constructor([param('ns3::PacketMetadata const *', 'metadata'), param('ns3::Buffer', 'buffer')])
2161 ## packet-metadata.h (module 'network'): bool ns3::PacketMetadata::ItemIterator::HasNext() const [member function]
2162 cls.add_method('HasNext',
2163 'bool',
2164 [],
2165 is_const=True)
2166 ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item ns3::PacketMetadata::ItemIterator::Next() [member function]
2167 cls.add_method('Next',
2168 'ns3::PacketMetadata::Item',
2169 [])
2170 return
2171
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002172def register_Ns3PacketTagIterator_methods(root_module, cls):
2173 ## packet.h (module 'network'): ns3::PacketTagIterator::PacketTagIterator(ns3::PacketTagIterator const & arg0) [copy constructor]
2174 cls.add_constructor([param('ns3::PacketTagIterator const &', 'arg0')])
2175 ## packet.h (module 'network'): bool ns3::PacketTagIterator::HasNext() const [member function]
2176 cls.add_method('HasNext',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002177 'bool',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002178 [],
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002179 is_const=True)
2180 ## packet.h (module 'network'): ns3::PacketTagIterator::Item ns3::PacketTagIterator::Next() [member function]
2181 cls.add_method('Next',
2182 'ns3::PacketTagIterator::Item',
2183 [])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002184 return
2185
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002186def register_Ns3PacketTagIteratorItem_methods(root_module, cls):
2187 ## packet.h (module 'network'): ns3::PacketTagIterator::Item::Item(ns3::PacketTagIterator::Item const & arg0) [copy constructor]
2188 cls.add_constructor([param('ns3::PacketTagIterator::Item const &', 'arg0')])
2189 ## packet.h (module 'network'): void ns3::PacketTagIterator::Item::GetTag(ns3::Tag & tag) const [member function]
2190 cls.add_method('GetTag',
2191 'void',
2192 [param('ns3::Tag &', 'tag')],
2193 is_const=True)
2194 ## packet.h (module 'network'): ns3::TypeId ns3::PacketTagIterator::Item::GetTypeId() const [member function]
2195 cls.add_method('GetTypeId',
2196 'ns3::TypeId',
2197 [],
2198 is_const=True)
2199 return
2200
2201def register_Ns3PacketTagList_methods(root_module, cls):
2202 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList() [constructor]
2203 cls.add_constructor([])
2204 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList(ns3::PacketTagList const & o) [copy constructor]
2205 cls.add_constructor([param('ns3::PacketTagList const &', 'o')])
2206 ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::Add(ns3::Tag const & tag) const [member function]
2207 cls.add_method('Add',
2208 'void',
2209 [param('ns3::Tag const &', 'tag')],
2210 is_const=True)
2211 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData const * ns3::PacketTagList::Head() const [member function]
2212 cls.add_method('Head',
2213 'ns3::PacketTagList::TagData const *',
2214 [],
2215 is_const=True)
2216 ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Peek(ns3::Tag & tag) const [member function]
2217 cls.add_method('Peek',
2218 'bool',
2219 [param('ns3::Tag &', 'tag')],
2220 is_const=True)
2221 ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Remove(ns3::Tag & tag) [member function]
2222 cls.add_method('Remove',
2223 'bool',
2224 [param('ns3::Tag &', 'tag')])
2225 ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::RemoveAll() [member function]
2226 cls.add_method('RemoveAll',
2227 'void',
2228 [])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07002229 ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Replace(ns3::Tag & tag) [member function]
2230 cls.add_method('Replace',
2231 'bool',
2232 [param('ns3::Tag &', 'tag')])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002233 return
2234
2235def register_Ns3PacketTagListTagData_methods(root_module, cls):
2236 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData() [constructor]
2237 cls.add_constructor([])
2238 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData(ns3::PacketTagList::TagData const & arg0) [copy constructor]
2239 cls.add_constructor([param('ns3::PacketTagList::TagData const &', 'arg0')])
2240 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::count [variable]
2241 cls.add_instance_attribute('count', 'uint32_t', is_const=False)
2242 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::data [variable]
2243 cls.add_instance_attribute('data', 'uint8_t [ 20 ]', is_const=False)
2244 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::next [variable]
2245 cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False)
2246 ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::tid [variable]
2247 cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002248 return
2249
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002250def register_Ns3RandomVariable_methods(root_module, cls):
2251 cls.add_output_stream_operator()
2252 ## random-variable.h (module 'core'): ns3::RandomVariable::RandomVariable() [constructor]
2253 cls.add_constructor([])
2254 ## random-variable.h (module 'core'): ns3::RandomVariable::RandomVariable(ns3::RandomVariable const & o) [copy constructor]
2255 cls.add_constructor([param('ns3::RandomVariable const &', 'o')])
2256 ## random-variable.h (module 'core'): uint32_t ns3::RandomVariable::GetInteger() const [member function]
2257 cls.add_method('GetInteger',
2258 'uint32_t',
2259 [],
2260 is_const=True)
2261 ## random-variable.h (module 'core'): double ns3::RandomVariable::GetValue() const [member function]
2262 cls.add_method('GetValue',
2263 'double',
2264 [],
2265 is_const=True)
2266 return
2267
2268def register_Ns3RngSeedManager_methods(root_module, cls):
2269 ## rng-seed-manager.h (module 'core'): ns3::RngSeedManager::RngSeedManager() [constructor]
2270 cls.add_constructor([])
2271 ## rng-seed-manager.h (module 'core'): ns3::RngSeedManager::RngSeedManager(ns3::RngSeedManager const & arg0) [copy constructor]
2272 cls.add_constructor([param('ns3::RngSeedManager const &', 'arg0')])
2273 ## rng-seed-manager.h (module 'core'): static uint64_t ns3::RngSeedManager::GetNextStreamIndex() [member function]
2274 cls.add_method('GetNextStreamIndex',
2275 'uint64_t',
2276 [],
2277 is_static=True)
2278 ## rng-seed-manager.h (module 'core'): static uint64_t ns3::RngSeedManager::GetRun() [member function]
2279 cls.add_method('GetRun',
2280 'uint64_t',
2281 [],
2282 is_static=True)
2283 ## rng-seed-manager.h (module 'core'): static uint32_t ns3::RngSeedManager::GetSeed() [member function]
2284 cls.add_method('GetSeed',
2285 'uint32_t',
2286 [],
2287 is_static=True)
2288 ## rng-seed-manager.h (module 'core'): static void ns3::RngSeedManager::SetRun(uint64_t run) [member function]
2289 cls.add_method('SetRun',
2290 'void',
2291 [param('uint64_t', 'run')],
2292 is_static=True)
2293 ## rng-seed-manager.h (module 'core'): static void ns3::RngSeedManager::SetSeed(uint32_t seed) [member function]
2294 cls.add_method('SetSeed',
2295 'void',
2296 [param('uint32_t', 'seed')],
2297 is_static=True)
2298 return
2299
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07002300def register_Ns3SequenceNumber32_methods(root_module, cls):
2301 cls.add_binary_comparison_operator('!=')
2302 cls.add_binary_numeric_operator('+', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('ns3::SequenceNumber< unsigned int, int > const &', 'right'))
2303 cls.add_binary_numeric_operator('+', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('int', 'right'))
2304 cls.add_inplace_numeric_operator('+=', param('int', 'right'))
2305 cls.add_binary_numeric_operator('-', root_module['ns3::SequenceNumber32'], root_module['ns3::SequenceNumber32'], param('int', 'right'))
2306 cls.add_inplace_numeric_operator('-=', param('int', 'right'))
2307 cls.add_binary_comparison_operator('<')
2308 cls.add_binary_comparison_operator('<=')
2309 cls.add_binary_comparison_operator('==')
2310 cls.add_binary_comparison_operator('>')
2311 cls.add_binary_comparison_operator('>=')
2312 ## sequence-number.h (module 'network'): ns3::SequenceNumber<unsigned int, int>::SequenceNumber() [constructor]
2313 cls.add_constructor([])
2314 ## sequence-number.h (module 'network'): ns3::SequenceNumber<unsigned int, int>::SequenceNumber(unsigned int value) [constructor]
2315 cls.add_constructor([param('unsigned int', 'value')])
2316 ## sequence-number.h (module 'network'): ns3::SequenceNumber<unsigned int, int>::SequenceNumber(ns3::SequenceNumber<unsigned int, int> const & value) [copy constructor]
2317 cls.add_constructor([param('ns3::SequenceNumber< unsigned int, int > const &', 'value')])
2318 ## sequence-number.h (module 'network'): unsigned int ns3::SequenceNumber<unsigned int, int>::GetValue() const [member function]
2319 cls.add_method('GetValue',
2320 'unsigned int',
2321 [],
2322 is_const=True)
2323 return
2324
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002325def register_Ns3SequentialVariable_methods(root_module, cls):
2326 ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(ns3::SequentialVariable const & arg0) [copy constructor]
2327 cls.add_constructor([param('ns3::SequentialVariable const &', 'arg0')])
2328 ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(double f, double l, double i=1, uint32_t c=1) [constructor]
2329 cls.add_constructor([param('double', 'f'), param('double', 'l'), param('double', 'i', default_value='1'), param('uint32_t', 'c', default_value='1')])
2330 ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(double f, double l, ns3::RandomVariable const & i, uint32_t c=1) [constructor]
2331 cls.add_constructor([param('double', 'f'), param('double', 'l'), param('ns3::RandomVariable const &', 'i'), param('uint32_t', 'c', default_value='1')])
2332 return
2333
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002334def register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, cls):
2335 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount() [constructor]
2336 cls.add_constructor([])
2337 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount(ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> const & o) [copy constructor]
2338 cls.add_constructor([param('ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter > const &', 'o')])
2339 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::Cleanup() [member function]
2340 cls.add_method('Cleanup',
2341 'void',
2342 [],
2343 is_static=True)
2344 return
2345
Alexander Afanasyev76b11572013-07-16 21:49:50 -07002346def register_Ns3Simulator_methods(root_module, cls):
2347 ## simulator.h (module 'core'): ns3::Simulator::Simulator(ns3::Simulator const & arg0) [copy constructor]
2348 cls.add_constructor([param('ns3::Simulator const &', 'arg0')])
2349 ## simulator.h (module 'core'): static void ns3::Simulator::Cancel(ns3::EventId const & id) [member function]
2350 cls.add_method('Cancel',
2351 'void',
2352 [param('ns3::EventId const &', 'id')],
2353 is_static=True)
2354 ## simulator.h (module 'core'): static void ns3::Simulator::Destroy() [member function]
2355 cls.add_method('Destroy',
2356 'void',
2357 [],
2358 is_static=True)
2359 ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetContext() [member function]
2360 cls.add_method('GetContext',
2361 'uint32_t',
2362 [],
2363 is_static=True)
2364 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetDelayLeft(ns3::EventId const & id) [member function]
2365 cls.add_method('GetDelayLeft',
2366 'ns3::Time',
2367 [param('ns3::EventId const &', 'id')],
2368 is_static=True)
2369 ## simulator.h (module 'core'): static ns3::Ptr<ns3::SimulatorImpl> ns3::Simulator::GetImplementation() [member function]
2370 cls.add_method('GetImplementation',
2371 'ns3::Ptr< ns3::SimulatorImpl >',
2372 [],
2373 is_static=True)
2374 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetMaximumSimulationTime() [member function]
2375 cls.add_method('GetMaximumSimulationTime',
2376 'ns3::Time',
2377 [],
2378 is_static=True)
2379 ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetSystemId() [member function]
2380 cls.add_method('GetSystemId',
2381 'uint32_t',
2382 [],
2383 is_static=True)
2384 ## simulator.h (module 'core'): static bool ns3::Simulator::IsExpired(ns3::EventId const & id) [member function]
2385 cls.add_method('IsExpired',
2386 'bool',
2387 [param('ns3::EventId const &', 'id')],
2388 is_static=True)
2389 ## simulator.h (module 'core'): static bool ns3::Simulator::IsFinished() [member function]
2390 cls.add_method('IsFinished',
2391 'bool',
2392 [],
2393 is_static=True)
2394 ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Now() [member function]
2395 cls.add_method('Now',
2396 'ns3::Time',
2397 [],
2398 is_static=True)
2399 ## simulator.h (module 'core'): static void ns3::Simulator::Remove(ns3::EventId const & id) [member function]
2400 cls.add_method('Remove',
2401 'void',
2402 [param('ns3::EventId const &', 'id')],
2403 is_static=True)
2404 ## simulator.h (module 'core'): static void ns3::Simulator::SetImplementation(ns3::Ptr<ns3::SimulatorImpl> impl) [member function]
2405 cls.add_method('SetImplementation',
2406 'void',
2407 [param('ns3::Ptr< ns3::SimulatorImpl >', 'impl')],
2408 is_static=True)
2409 ## simulator.h (module 'core'): static void ns3::Simulator::SetScheduler(ns3::ObjectFactory schedulerFactory) [member function]
2410 cls.add_method('SetScheduler',
2411 'void',
2412 [param('ns3::ObjectFactory', 'schedulerFactory')],
2413 is_static=True)
2414 ## simulator.h (module 'core'): static void ns3::Simulator::Stop() [member function]
2415 cls.add_method('Stop',
2416 'void',
2417 [],
2418 is_static=True)
2419 ## simulator.h (module 'core'): static void ns3::Simulator::Stop(ns3::Time const & time) [member function]
2420 cls.add_method('Stop',
2421 'void',
2422 [param('ns3::Time const &', 'time')],
2423 is_static=True)
2424 return
2425
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002426def register_Ns3Tag_methods(root_module, cls):
2427 ## tag.h (module 'network'): ns3::Tag::Tag() [constructor]
Alexander Afanasyev4975f732011-12-20 17:52:19 -08002428 cls.add_constructor([])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002429 ## tag.h (module 'network'): ns3::Tag::Tag(ns3::Tag const & arg0) [copy constructor]
2430 cls.add_constructor([param('ns3::Tag const &', 'arg0')])
2431 ## tag.h (module 'network'): void ns3::Tag::Deserialize(ns3::TagBuffer i) [member function]
2432 cls.add_method('Deserialize',
Alexander Afanasyev4975f732011-12-20 17:52:19 -08002433 'void',
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002434 [param('ns3::TagBuffer', 'i')],
2435 is_pure_virtual=True, is_virtual=True)
2436 ## tag.h (module 'network'): uint32_t ns3::Tag::GetSerializedSize() const [member function]
2437 cls.add_method('GetSerializedSize',
2438 'uint32_t',
2439 [],
2440 is_pure_virtual=True, is_const=True, is_virtual=True)
2441 ## tag.h (module 'network'): static ns3::TypeId ns3::Tag::GetTypeId() [member function]
2442 cls.add_method('GetTypeId',
2443 'ns3::TypeId',
2444 [],
Alexander Afanasyev4975f732011-12-20 17:52:19 -08002445 is_static=True)
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002446 ## tag.h (module 'network'): void ns3::Tag::Print(std::ostream & os) const [member function]
2447 cls.add_method('Print',
Alexander Afanasyev4975f732011-12-20 17:52:19 -08002448 'void',
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002449 [param('std::ostream &', 'os')],
2450 is_pure_virtual=True, is_const=True, is_virtual=True)
2451 ## tag.h (module 'network'): void ns3::Tag::Serialize(ns3::TagBuffer i) const [member function]
2452 cls.add_method('Serialize',
2453 'void',
2454 [param('ns3::TagBuffer', 'i')],
2455 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyev4975f732011-12-20 17:52:19 -08002456 return
2457
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002458def register_Ns3TagBuffer_methods(root_module, cls):
2459 ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(ns3::TagBuffer const & arg0) [copy constructor]
2460 cls.add_constructor([param('ns3::TagBuffer const &', 'arg0')])
2461 ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(uint8_t * start, uint8_t * end) [constructor]
2462 cls.add_constructor([param('uint8_t *', 'start'), param('uint8_t *', 'end')])
2463 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::CopyFrom(ns3::TagBuffer o) [member function]
2464 cls.add_method('CopyFrom',
2465 'void',
2466 [param('ns3::TagBuffer', 'o')])
2467 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Read(uint8_t * buffer, uint32_t size) [member function]
2468 cls.add_method('Read',
2469 'void',
2470 [param('uint8_t *', 'buffer'), param('uint32_t', 'size')])
2471 ## tag-buffer.h (module 'network'): double ns3::TagBuffer::ReadDouble() [member function]
2472 cls.add_method('ReadDouble',
2473 'double',
2474 [])
2475 ## tag-buffer.h (module 'network'): uint16_t ns3::TagBuffer::ReadU16() [member function]
2476 cls.add_method('ReadU16',
2477 'uint16_t',
2478 [])
2479 ## tag-buffer.h (module 'network'): uint32_t ns3::TagBuffer::ReadU32() [member function]
2480 cls.add_method('ReadU32',
2481 'uint32_t',
2482 [])
2483 ## tag-buffer.h (module 'network'): uint64_t ns3::TagBuffer::ReadU64() [member function]
2484 cls.add_method('ReadU64',
2485 'uint64_t',
2486 [])
2487 ## tag-buffer.h (module 'network'): uint8_t ns3::TagBuffer::ReadU8() [member function]
2488 cls.add_method('ReadU8',
2489 'uint8_t',
2490 [])
2491 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::TrimAtEnd(uint32_t trim) [member function]
2492 cls.add_method('TrimAtEnd',
2493 'void',
2494 [param('uint32_t', 'trim')])
2495 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Write(uint8_t const * buffer, uint32_t size) [member function]
2496 cls.add_method('Write',
2497 'void',
2498 [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
2499 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteDouble(double v) [member function]
2500 cls.add_method('WriteDouble',
2501 'void',
2502 [param('double', 'v')])
2503 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU16(uint16_t data) [member function]
2504 cls.add_method('WriteU16',
2505 'void',
2506 [param('uint16_t', 'data')])
2507 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU32(uint32_t data) [member function]
2508 cls.add_method('WriteU32',
2509 'void',
2510 [param('uint32_t', 'data')])
2511 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU64(uint64_t v) [member function]
2512 cls.add_method('WriteU64',
2513 'void',
2514 [param('uint64_t', 'v')])
2515 ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU8(uint8_t v) [member function]
2516 cls.add_method('WriteU8',
2517 'void',
2518 [param('uint8_t', 'v')])
2519 return
2520
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07002521def register_Ns3TimeWithUnit_methods(root_module, cls):
2522 cls.add_output_stream_operator()
2523 ## nstime.h (module 'core'): ns3::TimeWithUnit::TimeWithUnit(ns3::TimeWithUnit const & arg0) [copy constructor]
2524 cls.add_constructor([param('ns3::TimeWithUnit const &', 'arg0')])
2525 ## nstime.h (module 'core'): ns3::TimeWithUnit::TimeWithUnit(ns3::Time const time, ns3::Time::Unit const unit) [constructor]
2526 cls.add_constructor([param('ns3::Time const', 'time'), param('ns3::Time::Unit const', 'unit')])
2527 return
2528
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07002529def register_Ns3TracedValue__Ns3NdnFibFaceMetricStatus_methods(root_module, cls):
2530 ## traced-value.h (module 'core'): ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::TracedValue() [constructor]
2531 cls.add_constructor([])
2532 ## traced-value.h (module 'core'): ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::TracedValue(ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status> const & o) [copy constructor]
2533 cls.add_constructor([param('ns3::TracedValue< ns3::ndn::fib::FaceMetric::Status > const &', 'o')])
2534 ## traced-value.h (module 'core'): ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::TracedValue(ns3::ndn::fib::FaceMetric::Status const & v) [constructor]
2535 cls.add_constructor([param('ns3::ndn::fib::FaceMetric::Status const &', 'v')])
2536 ## traced-value.h (module 'core'): void ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::Connect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function]
2537 cls.add_method('Connect',
2538 'void',
2539 [param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')])
2540 ## traced-value.h (module 'core'): void ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::ConnectWithoutContext(ns3::CallbackBase const & cb) [member function]
2541 cls.add_method('ConnectWithoutContext',
2542 'void',
2543 [param('ns3::CallbackBase const &', 'cb')])
2544 ## traced-value.h (module 'core'): void ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::Disconnect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function]
2545 cls.add_method('Disconnect',
2546 'void',
2547 [param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')])
2548 ## traced-value.h (module 'core'): void ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::DisconnectWithoutContext(ns3::CallbackBase const & cb) [member function]
2549 cls.add_method('DisconnectWithoutContext',
2550 'void',
2551 [param('ns3::CallbackBase const &', 'cb')])
2552 ## traced-value.h (module 'core'): ns3::ndn::fib::FaceMetric::Status ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::Get() const [member function]
2553 cls.add_method('Get',
2554 'ns3::ndn::fib::FaceMetric::Status',
2555 [],
2556 is_const=True)
2557 ## traced-value.h (module 'core'): void ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status>::Set(ns3::ndn::fib::FaceMetric::Status const & v) [member function]
2558 cls.add_method('Set',
2559 'void',
2560 [param('ns3::ndn::fib::FaceMetric::Status const &', 'v')])
2561 return
2562
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002563def register_Ns3TriangularVariable_methods(root_module, cls):
2564 ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable(ns3::TriangularVariable const & arg0) [copy constructor]
2565 cls.add_constructor([param('ns3::TriangularVariable const &', 'arg0')])
2566 ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable() [constructor]
2567 cls.add_constructor([])
2568 ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable(double s, double l, double mean) [constructor]
2569 cls.add_constructor([param('double', 's'), param('double', 'l'), param('double', 'mean')])
2570 return
2571
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002572def register_Ns3TypeId_methods(root_module, cls):
2573 cls.add_binary_comparison_operator('!=')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07002574 cls.add_output_stream_operator()
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07002575 cls.add_binary_comparison_operator('==')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002576 cls.add_binary_comparison_operator('<')
2577 ## type-id.h (module 'core'): ns3::TypeId::TypeId(char const * name) [constructor]
2578 cls.add_constructor([param('char const *', 'name')])
2579 ## type-id.h (module 'core'): ns3::TypeId::TypeId() [constructor]
2580 cls.add_constructor([])
2581 ## type-id.h (module 'core'): ns3::TypeId::TypeId(ns3::TypeId const & o) [copy constructor]
2582 cls.add_constructor([param('ns3::TypeId const &', 'o')])
2583 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
2584 cls.add_method('AddAttribute',
2585 'ns3::TypeId',
2586 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')])
2587 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddAttribute(std::string name, std::string help, uint32_t flags, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeAccessor const> accessor, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
2588 cls.add_method('AddAttribute',
2589 'ns3::TypeId',
2590 [param('std::string', 'name'), param('std::string', 'help'), param('uint32_t', 'flags'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeAccessor const >', 'accessor'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')])
2591 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor) [member function]
2592 cls.add_method('AddTraceSource',
2593 'ns3::TypeId',
2594 [param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor')])
2595 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation ns3::TypeId::GetAttribute(uint32_t i) const [member function]
2596 cls.add_method('GetAttribute',
2597 'ns3::TypeId::AttributeInformation',
2598 [param('uint32_t', 'i')],
2599 is_const=True)
2600 ## type-id.h (module 'core'): std::string ns3::TypeId::GetAttributeFullName(uint32_t i) const [member function]
2601 cls.add_method('GetAttributeFullName',
2602 'std::string',
2603 [param('uint32_t', 'i')],
2604 is_const=True)
2605 ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetAttributeN() const [member function]
2606 cls.add_method('GetAttributeN',
2607 'uint32_t',
2608 [],
2609 is_const=True)
2610 ## type-id.h (module 'core'): ns3::Callback<ns3::ObjectBase*,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ns3::TypeId::GetConstructor() const [member function]
2611 cls.add_method('GetConstructor',
2612 'ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >',
2613 [],
2614 is_const=True)
2615 ## type-id.h (module 'core'): std::string ns3::TypeId::GetGroupName() const [member function]
2616 cls.add_method('GetGroupName',
2617 'std::string',
2618 [],
2619 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07002620 ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetHash() const [member function]
2621 cls.add_method('GetHash',
2622 'uint32_t',
2623 [],
2624 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002625 ## type-id.h (module 'core'): std::string ns3::TypeId::GetName() const [member function]
2626 cls.add_method('GetName',
2627 'std::string',
2628 [],
2629 is_const=True)
2630 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::GetParent() const [member function]
2631 cls.add_method('GetParent',
2632 'ns3::TypeId',
2633 [],
2634 is_const=True)
2635 ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::GetRegistered(uint32_t i) [member function]
2636 cls.add_method('GetRegistered',
2637 'ns3::TypeId',
2638 [param('uint32_t', 'i')],
2639 is_static=True)
2640 ## type-id.h (module 'core'): static uint32_t ns3::TypeId::GetRegisteredN() [member function]
2641 cls.add_method('GetRegisteredN',
2642 'uint32_t',
2643 [],
2644 is_static=True)
2645 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation ns3::TypeId::GetTraceSource(uint32_t i) const [member function]
2646 cls.add_method('GetTraceSource',
2647 'ns3::TypeId::TraceSourceInformation',
2648 [param('uint32_t', 'i')],
2649 is_const=True)
2650 ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetTraceSourceN() const [member function]
2651 cls.add_method('GetTraceSourceN',
2652 'uint32_t',
2653 [],
2654 is_const=True)
2655 ## type-id.h (module 'core'): uint16_t ns3::TypeId::GetUid() const [member function]
2656 cls.add_method('GetUid',
2657 'uint16_t',
2658 [],
2659 is_const=True)
2660 ## type-id.h (module 'core'): bool ns3::TypeId::HasConstructor() const [member function]
2661 cls.add_method('HasConstructor',
2662 'bool',
2663 [],
2664 is_const=True)
2665 ## type-id.h (module 'core'): bool ns3::TypeId::HasParent() const [member function]
2666 cls.add_method('HasParent',
2667 'bool',
2668 [],
2669 is_const=True)
2670 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::HideFromDocumentation() [member function]
2671 cls.add_method('HideFromDocumentation',
2672 'ns3::TypeId',
2673 [])
2674 ## type-id.h (module 'core'): bool ns3::TypeId::IsChildOf(ns3::TypeId other) const [member function]
2675 cls.add_method('IsChildOf',
2676 'bool',
2677 [param('ns3::TypeId', 'other')],
2678 is_const=True)
2679 ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function]
2680 cls.add_method('LookupAttributeByName',
2681 'bool',
Alexander Afanasyev6f933532012-02-29 13:30:37 -08002682 [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info', transfer_ownership=False)],
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002683 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07002684 ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByHash(uint32_t hash) [member function]
2685 cls.add_method('LookupByHash',
2686 'ns3::TypeId',
2687 [param('uint32_t', 'hash')],
2688 is_static=True)
2689 ## type-id.h (module 'core'): static bool ns3::TypeId::LookupByHashFailSafe(uint32_t hash, ns3::TypeId * tid) [member function]
2690 cls.add_method('LookupByHashFailSafe',
2691 'bool',
2692 [param('uint32_t', 'hash'), param('ns3::TypeId *', 'tid')],
2693 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002694 ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function]
2695 cls.add_method('LookupByName',
2696 'ns3::TypeId',
2697 [param('std::string', 'name')],
2698 is_static=True)
2699 ## type-id.h (module 'core'): ns3::Ptr<ns3::TraceSourceAccessor const> ns3::TypeId::LookupTraceSourceByName(std::string name) const [member function]
2700 cls.add_method('LookupTraceSourceByName',
2701 'ns3::Ptr< ns3::TraceSourceAccessor const >',
2702 [param('std::string', 'name')],
2703 is_const=True)
2704 ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function]
2705 cls.add_method('MustHideFromDocumentation',
2706 'bool',
2707 [],
2708 is_const=True)
2709 ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function]
2710 cls.add_method('SetAttributeInitialValue',
2711 'bool',
2712 [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')])
2713 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function]
2714 cls.add_method('SetGroupName',
2715 'ns3::TypeId',
2716 [param('std::string', 'groupName')])
2717 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetParent(ns3::TypeId tid) [member function]
2718 cls.add_method('SetParent',
2719 'ns3::TypeId',
2720 [param('ns3::TypeId', 'tid')])
2721 ## type-id.h (module 'core'): void ns3::TypeId::SetUid(uint16_t tid) [member function]
2722 cls.add_method('SetUid',
2723 'void',
2724 [param('uint16_t', 'tid')])
2725 return
2726
2727def register_Ns3TypeIdAttributeInformation_methods(root_module, cls):
2728 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation() [constructor]
2729 cls.add_constructor([])
2730 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation(ns3::TypeId::AttributeInformation const & arg0) [copy constructor]
2731 cls.add_constructor([param('ns3::TypeId::AttributeInformation const &', 'arg0')])
2732 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::accessor [variable]
2733 cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::AttributeAccessor const >', is_const=False)
2734 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::checker [variable]
2735 cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False)
2736 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::flags [variable]
2737 cls.add_instance_attribute('flags', 'uint32_t', is_const=False)
2738 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::help [variable]
2739 cls.add_instance_attribute('help', 'std::string', is_const=False)
2740 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::initialValue [variable]
2741 cls.add_instance_attribute('initialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False)
2742 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::name [variable]
2743 cls.add_instance_attribute('name', 'std::string', is_const=False)
2744 ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::originalInitialValue [variable]
2745 cls.add_instance_attribute('originalInitialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False)
2746 return
2747
2748def register_Ns3TypeIdTraceSourceInformation_methods(root_module, cls):
2749 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation() [constructor]
2750 cls.add_constructor([])
2751 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation(ns3::TypeId::TraceSourceInformation const & arg0) [copy constructor]
2752 cls.add_constructor([param('ns3::TypeId::TraceSourceInformation const &', 'arg0')])
2753 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::accessor [variable]
2754 cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::TraceSourceAccessor const >', is_const=False)
2755 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::help [variable]
2756 cls.add_instance_attribute('help', 'std::string', is_const=False)
2757 ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::name [variable]
2758 cls.add_instance_attribute('name', 'std::string', is_const=False)
2759 return
2760
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002761def register_Ns3UniformVariable_methods(root_module, cls):
2762 ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable(ns3::UniformVariable const & arg0) [copy constructor]
2763 cls.add_constructor([param('ns3::UniformVariable const &', 'arg0')])
2764 ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable() [constructor]
2765 cls.add_constructor([])
2766 ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable(double s, double l) [constructor]
2767 cls.add_constructor([param('double', 's'), param('double', 'l')])
2768 ## random-variable.h (module 'core'): uint32_t ns3::UniformVariable::GetInteger(uint32_t s, uint32_t l) [member function]
2769 cls.add_method('GetInteger',
2770 'uint32_t',
2771 [param('uint32_t', 's'), param('uint32_t', 'l')])
2772 ## random-variable.h (module 'core'): double ns3::UniformVariable::GetValue() const [member function]
2773 cls.add_method('GetValue',
2774 'double',
2775 [],
2776 is_const=True)
2777 ## random-variable.h (module 'core'): double ns3::UniformVariable::GetValue(double s, double l) [member function]
2778 cls.add_method('GetValue',
2779 'double',
2780 [param('double', 's'), param('double', 'l')])
2781 return
2782
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002783def register_Ns3WeibullVariable_methods(root_module, cls):
2784 ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(ns3::WeibullVariable const & arg0) [copy constructor]
2785 cls.add_constructor([param('ns3::WeibullVariable const &', 'arg0')])
2786 ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable() [constructor]
2787 cls.add_constructor([])
2788 ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m) [constructor]
2789 cls.add_constructor([param('double', 'm')])
2790 ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m, double s) [constructor]
2791 cls.add_constructor([param('double', 'm'), param('double', 's')])
2792 ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m, double s, double b) [constructor]
2793 cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')])
2794 return
2795
2796def register_Ns3ZetaVariable_methods(root_module, cls):
2797 ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable(ns3::ZetaVariable const & arg0) [copy constructor]
2798 cls.add_constructor([param('ns3::ZetaVariable const &', 'arg0')])
2799 ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable(double alpha) [constructor]
2800 cls.add_constructor([param('double', 'alpha')])
2801 ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable() [constructor]
2802 cls.add_constructor([])
2803 return
2804
2805def register_Ns3ZipfVariable_methods(root_module, cls):
2806 ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable(ns3::ZipfVariable const & arg0) [copy constructor]
2807 cls.add_constructor([param('ns3::ZipfVariable const &', 'arg0')])
2808 ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable(long int N, double alpha) [constructor]
2809 cls.add_constructor([param('long int', 'N'), param('double', 'alpha')])
2810 ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable() [constructor]
2811 cls.add_constructor([])
2812 return
2813
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002814def register_Ns3Empty_methods(root_module, cls):
2815 ## empty.h (module 'core'): ns3::empty::empty() [constructor]
2816 cls.add_constructor([])
2817 ## empty.h (module 'core'): ns3::empty::empty(ns3::empty const & arg0) [copy constructor]
2818 cls.add_constructor([param('ns3::empty const &', 'arg0')])
2819 return
2820
2821def register_Ns3Int64x64_t_methods(root_module, cls):
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07002822 cls.add_binary_comparison_operator('<=')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002823 cls.add_binary_comparison_operator('!=')
2824 cls.add_inplace_numeric_operator('*=', param('ns3::int64x64_t const &', 'right'))
2825 cls.add_inplace_numeric_operator('+=', param('ns3::int64x64_t const &', 'right'))
2826 cls.add_inplace_numeric_operator('-=', param('ns3::int64x64_t const &', 'right'))
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07002827 cls.add_output_stream_operator()
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002828 cls.add_binary_comparison_operator('==')
2829 cls.add_binary_comparison_operator('>=')
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07002830 cls.add_inplace_numeric_operator('/=', param('ns3::int64x64_t const &', 'right'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002831 cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002832 cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002833 cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right'))
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07002834 cls.add_unary_numeric_operator('-')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002835 cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right'))
2836 cls.add_binary_comparison_operator('<')
2837 cls.add_binary_comparison_operator('>')
2838 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t() [constructor]
2839 cls.add_constructor([])
2840 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(double v) [constructor]
2841 cls.add_constructor([param('double', 'v')])
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07002842 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long double v) [constructor]
2843 cls.add_constructor([param('long double', 'v')])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002844 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int v) [constructor]
2845 cls.add_constructor([param('int', 'v')])
2846 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long int v) [constructor]
2847 cls.add_constructor([param('long int', 'v')])
2848 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long int v) [constructor]
2849 cls.add_constructor([param('long long int', 'v')])
2850 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(unsigned int v) [constructor]
2851 cls.add_constructor([param('unsigned int', 'v')])
2852 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long unsigned int v) [constructor]
2853 cls.add_constructor([param('long unsigned int', 'v')])
2854 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long unsigned int v) [constructor]
2855 cls.add_constructor([param('long long unsigned int', 'v')])
2856 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int64_t hi, uint64_t lo) [constructor]
2857 cls.add_constructor([param('int64_t', 'hi'), param('uint64_t', 'lo')])
2858 ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(ns3::int64x64_t const & o) [copy constructor]
2859 cls.add_constructor([param('ns3::int64x64_t const &', 'o')])
2860 ## int64x64-double.h (module 'core'): double ns3::int64x64_t::GetDouble() const [member function]
2861 cls.add_method('GetDouble',
2862 'double',
2863 [],
2864 is_const=True)
2865 ## int64x64-double.h (module 'core'): int64_t ns3::int64x64_t::GetHigh() const [member function]
2866 cls.add_method('GetHigh',
2867 'int64_t',
2868 [],
2869 is_const=True)
2870 ## int64x64-double.h (module 'core'): uint64_t ns3::int64x64_t::GetLow() const [member function]
2871 cls.add_method('GetLow',
2872 'uint64_t',
2873 [],
2874 is_const=True)
2875 ## int64x64-double.h (module 'core'): static ns3::int64x64_t ns3::int64x64_t::Invert(uint64_t v) [member function]
2876 cls.add_method('Invert',
2877 'ns3::int64x64_t',
2878 [param('uint64_t', 'v')],
2879 is_static=True)
2880 ## int64x64-double.h (module 'core'): void ns3::int64x64_t::MulByInvert(ns3::int64x64_t const & o) [member function]
2881 cls.add_method('MulByInvert',
2882 'void',
2883 [param('ns3::int64x64_t const &', 'o')])
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07002884 ## int64x64-double.h (module 'core'): ns3::int64x64_t::implementation [variable]
2885 cls.add_static_attribute('implementation', 'ns3::int64x64_t::impl_type const', is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002886 return
2887
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002888def register_Ns3Chunk_methods(root_module, cls):
2889 ## chunk.h (module 'network'): ns3::Chunk::Chunk() [constructor]
2890 cls.add_constructor([])
2891 ## chunk.h (module 'network'): ns3::Chunk::Chunk(ns3::Chunk const & arg0) [copy constructor]
2892 cls.add_constructor([param('ns3::Chunk const &', 'arg0')])
2893 ## chunk.h (module 'network'): uint32_t ns3::Chunk::Deserialize(ns3::Buffer::Iterator start) [member function]
2894 cls.add_method('Deserialize',
2895 'uint32_t',
2896 [param('ns3::Buffer::Iterator', 'start')],
2897 is_pure_virtual=True, is_virtual=True)
2898 ## chunk.h (module 'network'): static ns3::TypeId ns3::Chunk::GetTypeId() [member function]
2899 cls.add_method('GetTypeId',
2900 'ns3::TypeId',
2901 [],
2902 is_static=True)
2903 ## chunk.h (module 'network'): void ns3::Chunk::Print(std::ostream & os) const [member function]
2904 cls.add_method('Print',
2905 'void',
2906 [param('std::ostream &', 'os')],
2907 is_pure_virtual=True, is_const=True, is_virtual=True)
2908 return
2909
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07002910def register_Ns3ConstantVariable_methods(root_module, cls):
2911 ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable(ns3::ConstantVariable const & arg0) [copy constructor]
2912 cls.add_constructor([param('ns3::ConstantVariable const &', 'arg0')])
2913 ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable() [constructor]
2914 cls.add_constructor([])
2915 ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable(double c) [constructor]
2916 cls.add_constructor([param('double', 'c')])
2917 ## random-variable.h (module 'core'): void ns3::ConstantVariable::SetConstant(double c) [member function]
2918 cls.add_method('SetConstant',
2919 'void',
2920 [param('double', 'c')])
2921 return
2922
2923def register_Ns3DeterministicVariable_methods(root_module, cls):
2924 ## random-variable.h (module 'core'): ns3::DeterministicVariable::DeterministicVariable(ns3::DeterministicVariable const & arg0) [copy constructor]
2925 cls.add_constructor([param('ns3::DeterministicVariable const &', 'arg0')])
2926 ## random-variable.h (module 'core'): ns3::DeterministicVariable::DeterministicVariable(double * d, uint32_t c) [constructor]
2927 cls.add_constructor([param('double *', 'd'), param('uint32_t', 'c')])
2928 return
2929
2930def register_Ns3EmpiricalVariable_methods(root_module, cls):
2931 ## random-variable.h (module 'core'): ns3::EmpiricalVariable::EmpiricalVariable(ns3::EmpiricalVariable const & arg0) [copy constructor]
2932 cls.add_constructor([param('ns3::EmpiricalVariable const &', 'arg0')])
2933 ## random-variable.h (module 'core'): ns3::EmpiricalVariable::EmpiricalVariable() [constructor]
2934 cls.add_constructor([])
2935 ## random-variable.h (module 'core'): void ns3::EmpiricalVariable::CDF(double v, double c) [member function]
2936 cls.add_method('CDF',
2937 'void',
2938 [param('double', 'v'), param('double', 'c')])
2939 return
2940
2941def register_Ns3ErlangVariable_methods(root_module, cls):
2942 ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable(ns3::ErlangVariable const & arg0) [copy constructor]
2943 cls.add_constructor([param('ns3::ErlangVariable const &', 'arg0')])
2944 ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable() [constructor]
2945 cls.add_constructor([])
2946 ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable(unsigned int k, double lambda) [constructor]
2947 cls.add_constructor([param('unsigned int', 'k'), param('double', 'lambda')])
2948 ## random-variable.h (module 'core'): double ns3::ErlangVariable::GetValue() const [member function]
2949 cls.add_method('GetValue',
2950 'double',
2951 [],
2952 is_const=True)
2953 ## random-variable.h (module 'core'): double ns3::ErlangVariable::GetValue(unsigned int k, double lambda) const [member function]
2954 cls.add_method('GetValue',
2955 'double',
2956 [param('unsigned int', 'k'), param('double', 'lambda')],
2957 is_const=True)
2958 return
2959
2960def register_Ns3ExponentialVariable_methods(root_module, cls):
2961 ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(ns3::ExponentialVariable const & arg0) [copy constructor]
2962 cls.add_constructor([param('ns3::ExponentialVariable const &', 'arg0')])
2963 ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable() [constructor]
2964 cls.add_constructor([])
2965 ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(double m) [constructor]
2966 cls.add_constructor([param('double', 'm')])
2967 ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(double m, double b) [constructor]
2968 cls.add_constructor([param('double', 'm'), param('double', 'b')])
2969 return
2970
2971def register_Ns3GammaVariable_methods(root_module, cls):
2972 ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable(ns3::GammaVariable const & arg0) [copy constructor]
2973 cls.add_constructor([param('ns3::GammaVariable const &', 'arg0')])
2974 ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable() [constructor]
2975 cls.add_constructor([])
2976 ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable(double alpha, double beta) [constructor]
2977 cls.add_constructor([param('double', 'alpha'), param('double', 'beta')])
2978 ## random-variable.h (module 'core'): double ns3::GammaVariable::GetValue() const [member function]
2979 cls.add_method('GetValue',
2980 'double',
2981 [],
2982 is_const=True)
2983 ## random-variable.h (module 'core'): double ns3::GammaVariable::GetValue(double alpha, double beta) const [member function]
2984 cls.add_method('GetValue',
2985 'double',
2986 [param('double', 'alpha'), param('double', 'beta')],
2987 is_const=True)
2988 return
2989
Alexander Afanasyev381dea02011-11-03 08:33:26 -07002990def register_Ns3Header_methods(root_module, cls):
2991 cls.add_output_stream_operator()
2992 ## header.h (module 'network'): ns3::Header::Header() [constructor]
2993 cls.add_constructor([])
2994 ## header.h (module 'network'): ns3::Header::Header(ns3::Header const & arg0) [copy constructor]
2995 cls.add_constructor([param('ns3::Header const &', 'arg0')])
2996 ## header.h (module 'network'): uint32_t ns3::Header::Deserialize(ns3::Buffer::Iterator start) [member function]
2997 cls.add_method('Deserialize',
2998 'uint32_t',
2999 [param('ns3::Buffer::Iterator', 'start')],
3000 is_pure_virtual=True, is_virtual=True)
3001 ## header.h (module 'network'): uint32_t ns3::Header::GetSerializedSize() const [member function]
3002 cls.add_method('GetSerializedSize',
3003 'uint32_t',
3004 [],
3005 is_pure_virtual=True, is_const=True, is_virtual=True)
3006 ## header.h (module 'network'): static ns3::TypeId ns3::Header::GetTypeId() [member function]
3007 cls.add_method('GetTypeId',
3008 'ns3::TypeId',
3009 [],
3010 is_static=True)
3011 ## header.h (module 'network'): void ns3::Header::Print(std::ostream & os) const [member function]
3012 cls.add_method('Print',
3013 'void',
3014 [param('std::ostream &', 'os')],
3015 is_pure_virtual=True, is_const=True, is_virtual=True)
3016 ## header.h (module 'network'): void ns3::Header::Serialize(ns3::Buffer::Iterator start) const [member function]
3017 cls.add_method('Serialize',
3018 'void',
3019 [param('ns3::Buffer::Iterator', 'start')],
3020 is_pure_virtual=True, is_const=True, is_virtual=True)
3021 return
3022
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003023def register_Ns3IntEmpiricalVariable_methods(root_module, cls):
3024 ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable::IntEmpiricalVariable(ns3::IntEmpiricalVariable const & arg0) [copy constructor]
3025 cls.add_constructor([param('ns3::IntEmpiricalVariable const &', 'arg0')])
3026 ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable::IntEmpiricalVariable() [constructor]
3027 cls.add_constructor([])
3028 return
3029
3030def register_Ns3LogNormalVariable_methods(root_module, cls):
3031 ## random-variable.h (module 'core'): ns3::LogNormalVariable::LogNormalVariable(ns3::LogNormalVariable const & arg0) [copy constructor]
3032 cls.add_constructor([param('ns3::LogNormalVariable const &', 'arg0')])
3033 ## random-variable.h (module 'core'): ns3::LogNormalVariable::LogNormalVariable(double mu, double sigma) [constructor]
3034 cls.add_constructor([param('double', 'mu'), param('double', 'sigma')])
3035 return
3036
3037def register_Ns3NormalVariable_methods(root_module, cls):
3038 ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(ns3::NormalVariable const & arg0) [copy constructor]
3039 cls.add_constructor([param('ns3::NormalVariable const &', 'arg0')])
3040 ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable() [constructor]
3041 cls.add_constructor([])
3042 ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(double m, double v) [constructor]
3043 cls.add_constructor([param('double', 'm'), param('double', 'v')])
3044 ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(double m, double v, double b) [constructor]
3045 cls.add_constructor([param('double', 'm'), param('double', 'v'), param('double', 'b')])
3046 return
3047
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003048def register_Ns3Object_methods(root_module, cls):
3049 ## object.h (module 'core'): ns3::Object::Object() [constructor]
3050 cls.add_constructor([])
3051 ## object.h (module 'core'): void ns3::Object::AggregateObject(ns3::Ptr<ns3::Object> other) [member function]
3052 cls.add_method('AggregateObject',
3053 'void',
3054 [param('ns3::Ptr< ns3::Object >', 'other')])
3055 ## object.h (module 'core'): void ns3::Object::Dispose() [member function]
3056 cls.add_method('Dispose',
3057 'void',
3058 [])
3059 ## object.h (module 'core'): ns3::Object::AggregateIterator ns3::Object::GetAggregateIterator() const [member function]
3060 cls.add_method('GetAggregateIterator',
3061 'ns3::Object::AggregateIterator',
3062 [],
3063 is_const=True)
3064 ## object.h (module 'core'): ns3::TypeId ns3::Object::GetInstanceTypeId() const [member function]
3065 cls.add_method('GetInstanceTypeId',
3066 'ns3::TypeId',
3067 [],
3068 is_const=True, is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003069 ## object.h (module 'core'): ns3::Ptr<ns3::ndn::ContentStore> ns3::Object::GetObject() const [member function]
3070 cls.add_method('GetObject',
3071 'ns3::Ptr< ns3::ndn::ContentStore >',
3072 [],
3073 is_const=True, template_parameters=['ns3::ndn::ContentStore'])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003074 ## object.h (module 'core'): ns3::Ptr<ns3::ndn::Fib> ns3::Object::GetObject() const [member function]
Alexander Afanasyev1c0248b2012-07-24 15:59:50 -07003075 cls.add_method('GetObject',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003076 'ns3::Ptr< ns3::ndn::Fib >',
Alexander Afanasyev1c0248b2012-07-24 15:59:50 -07003077 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003078 is_const=True, template_parameters=['ns3::ndn::Fib'])
3079 ## object.h (module 'core'): ns3::Ptr<ns3::ndn::Pit> ns3::Object::GetObject() const [member function]
Alexander Afanasyev5feb38b2012-08-09 11:01:43 -07003080 cls.add_method('GetObject',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003081 'ns3::Ptr< ns3::ndn::Pit >',
Alexander Afanasyev5feb38b2012-08-09 11:01:43 -07003082 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003083 is_const=True, template_parameters=['ns3::ndn::Pit'])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003084 ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function]
3085 cls.add_method('GetTypeId',
3086 'ns3::TypeId',
3087 [],
3088 is_static=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07003089 ## object.h (module 'core'): void ns3::Object::Initialize() [member function]
3090 cls.add_method('Initialize',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003091 'void',
3092 [])
3093 ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor]
3094 cls.add_constructor([param('ns3::Object const &', 'o')],
3095 visibility='protected')
3096 ## object.h (module 'core'): void ns3::Object::DoDispose() [member function]
3097 cls.add_method('DoDispose',
3098 'void',
3099 [],
3100 visibility='protected', is_virtual=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07003101 ## object.h (module 'core'): void ns3::Object::DoInitialize() [member function]
3102 cls.add_method('DoInitialize',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003103 'void',
3104 [],
3105 visibility='protected', is_virtual=True)
3106 ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function]
3107 cls.add_method('NotifyNewAggregate',
3108 'void',
3109 [],
3110 visibility='protected', is_virtual=True)
3111 return
3112
3113def register_Ns3ObjectAggregateIterator_methods(root_module, cls):
3114 ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator(ns3::Object::AggregateIterator const & arg0) [copy constructor]
3115 cls.add_constructor([param('ns3::Object::AggregateIterator const &', 'arg0')])
3116 ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator() [constructor]
3117 cls.add_constructor([])
3118 ## object.h (module 'core'): bool ns3::Object::AggregateIterator::HasNext() const [member function]
3119 cls.add_method('HasNext',
3120 'bool',
3121 [],
3122 is_const=True)
3123 ## object.h (module 'core'): ns3::Ptr<ns3::Object const> ns3::Object::AggregateIterator::Next() [member function]
3124 cls.add_method('Next',
3125 'ns3::Ptr< ns3::Object const >',
3126 [])
3127 return
3128
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003129def register_Ns3ParetoVariable_methods(root_module, cls):
3130 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(ns3::ParetoVariable const & arg0) [copy constructor]
3131 cls.add_constructor([param('ns3::ParetoVariable const &', 'arg0')])
3132 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable() [constructor]
3133 cls.add_constructor([])
3134 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m) [constructor]
3135 cls.add_constructor([param('double', 'm')])
3136 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m, double s) [constructor]
3137 cls.add_constructor([param('double', 'm'), param('double', 's')])
3138 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m, double s, double b) [constructor]
3139 cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')])
3140 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(std::pair<double,double> params) [constructor]
3141 cls.add_constructor([param('std::pair< double, double >', 'params')])
3142 ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(std::pair<double,double> params, double b) [constructor]
3143 cls.add_constructor([param('std::pair< double, double >', 'params'), param('double', 'b')])
3144 return
3145
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003146def register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, cls):
3147 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount() [constructor]
3148 cls.add_constructor([])
3149 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > const & o) [copy constructor]
3150 cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter< ns3::AttributeAccessor > > const &', 'o')])
3151 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::Cleanup() [member function]
3152 cls.add_method('Cleanup',
3153 'void',
3154 [],
3155 is_static=True)
3156 return
3157
3158def register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, cls):
3159 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount() [constructor]
3160 cls.add_constructor([])
3161 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > const & o) [copy constructor]
3162 cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter< ns3::AttributeChecker > > const &', 'o')])
3163 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::Cleanup() [member function]
3164 cls.add_method('Cleanup',
3165 'void',
3166 [],
3167 is_static=True)
3168 return
3169
3170def register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, cls):
3171 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount() [constructor]
3172 cls.add_constructor([])
3173 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > const & o) [copy constructor]
3174 cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter< ns3::AttributeValue > > const &', 'o')])
3175 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::Cleanup() [member function]
3176 cls.add_method('Cleanup',
3177 'void',
3178 [],
3179 is_static=True)
3180 return
3181
3182def register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, cls):
3183 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount() [constructor]
3184 cls.add_constructor([])
3185 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > const & o) [copy constructor]
3186 cls.add_constructor([param('ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter< ns3::CallbackImplBase > > const &', 'o')])
3187 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::Cleanup() [member function]
3188 cls.add_method('Cleanup',
3189 'void',
3190 [],
3191 is_static=True)
3192 return
3193
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003194def register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, cls):
3195 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount() [constructor]
3196 cls.add_constructor([])
3197 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount(ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> > const & o) [copy constructor]
3198 cls.add_constructor([param('ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter< ns3::EventImpl > > const &', 'o')])
3199 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::Cleanup() [member function]
3200 cls.add_method('Cleanup',
3201 'void',
3202 [],
3203 is_static=True)
3204 return
3205
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07003206def register_Ns3SimpleRefCount__Ns3HashImplementation_Ns3Empty_Ns3DefaultDeleter__lt__ns3HashImplementation__gt___methods(root_module, cls):
3207 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::SimpleRefCount() [constructor]
3208 cls.add_constructor([])
3209 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> > const & o) [copy constructor]
3210 cls.add_constructor([param('ns3::SimpleRefCount< ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter< ns3::Hash::Implementation > > const &', 'o')])
3211 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Hash::Implementation, ns3::empty, ns3::DefaultDeleter<ns3::Hash::Implementation> >::Cleanup() [member function]
3212 cls.add_method('Cleanup',
3213 'void',
3214 [],
3215 is_static=True)
3216 return
3217
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07003218def register_Ns3SimpleRefCount__Ns3L2Tracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3L2Tracer__gt___methods(root_module, cls):
3219 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> >::SimpleRefCount() [constructor]
3220 cls.add_constructor([])
3221 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> > const & o) [copy constructor]
3222 cls.add_constructor([param('ns3::SimpleRefCount< ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter< ns3::L2Tracer > > const &', 'o')])
3223 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::L2Tracer, ns3::empty, ns3::DefaultDeleter<ns3::L2Tracer> >::Cleanup() [member function]
3224 cls.add_method('Cleanup',
3225 'void',
3226 [],
3227 is_static=True)
3228 return
3229
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003230def register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, cls):
3231 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::SimpleRefCount() [constructor]
3232 cls.add_constructor([])
3233 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::SimpleRefCount(ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > const & o) [copy constructor]
3234 cls.add_constructor([param('ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter< ns3::NixVector > > const &', 'o')])
3235 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::Cleanup() [member function]
3236 cls.add_method('Cleanup',
3237 'void',
3238 [],
3239 is_static=True)
3240 return
3241
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003242def register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, cls):
3243 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount() [constructor]
3244 cls.add_constructor([])
3245 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > const & o) [copy constructor]
3246 cls.add_constructor([param('ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter< ns3::Packet > > const &', 'o')])
3247 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::Cleanup() [member function]
3248 cls.add_method('Cleanup',
3249 'void',
3250 [],
3251 is_static=True)
3252 return
3253
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003254def register_Ns3SimpleRefCount__Ns3TopologyReader_Ns3Empty_Ns3DefaultDeleter__lt__ns3TopologyReader__gt___methods(root_module, cls):
3255 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> >::SimpleRefCount() [constructor]
3256 cls.add_constructor([])
3257 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> >::SimpleRefCount(ns3::SimpleRefCount<ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> > const & o) [copy constructor]
3258 cls.add_constructor([param('ns3::SimpleRefCount< ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter< ns3::TopologyReader > > const &', 'o')])
3259 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::TopologyReader, ns3::empty, ns3::DefaultDeleter<ns3::TopologyReader> >::Cleanup() [member function]
3260 cls.add_method('Cleanup',
3261 'void',
3262 [],
3263 is_static=True)
3264 return
3265
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003266def register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, cls):
3267 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount() [constructor]
3268 cls.add_constructor([])
3269 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount(ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > const & o) [copy constructor]
3270 cls.add_constructor([param('ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter< ns3::TraceSourceAccessor > > const &', 'o')])
3271 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::Cleanup() [member function]
3272 cls.add_method('Cleanup',
3273 'void',
3274 [],
3275 is_static=True)
3276 return
3277
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07003278def register_Ns3SimpleRefCount__Ns3NdnAppDelayTracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnAppDelayTracer__gt___methods(root_module, cls):
3279 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> >::SimpleRefCount() [constructor]
3280 cls.add_constructor([])
3281 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> > const & o) [copy constructor]
3282 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter< ns3::ndn::AppDelayTracer > > const &', 'o')])
3283 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::AppDelayTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::AppDelayTracer> >::Cleanup() [member function]
3284 cls.add_method('Cleanup',
3285 'void',
3286 [],
3287 is_static=True)
3288 return
3289
3290def register_Ns3SimpleRefCount__Ns3NdnCsTracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnCsTracer__gt___methods(root_module, cls):
3291 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> >::SimpleRefCount() [constructor]
3292 cls.add_constructor([])
3293 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> > const & o) [copy constructor]
3294 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter< ns3::ndn::CsTracer > > const &', 'o')])
3295 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::CsTracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::CsTracer> >::Cleanup() [member function]
3296 cls.add_method('Cleanup',
3297 'void',
3298 [],
3299 is_static=True)
3300 return
3301
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07003302def register_Ns3SimpleRefCount__Ns3NdnData_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnData__gt___methods(root_module, cls):
3303 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> >::SimpleRefCount() [constructor]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003304 cls.add_constructor([])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07003305 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> > const & o) [copy constructor]
3306 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter< ns3::ndn::Data > > const &', 'o')])
3307 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::Data, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Data> >::Cleanup() [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003308 cls.add_method('Cleanup',
3309 'void',
3310 [],
3311 is_static=True)
3312 return
3313
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07003314def register_Ns3SimpleRefCount__Ns3NdnExclude_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnExclude__gt___methods(root_module, cls):
3315 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> >::SimpleRefCount() [constructor]
3316 cls.add_constructor([])
3317 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> > const & o) [copy constructor]
3318 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter< ns3::ndn::Exclude > > const &', 'o')])
3319 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::Exclude, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Exclude> >::Cleanup() [member function]
3320 cls.add_method('Cleanup',
3321 'void',
3322 [],
3323 is_static=True)
3324 return
3325
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003326def register_Ns3SimpleRefCount__Ns3NdnFaceContainer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnFaceContainer__gt___methods(root_module, cls):
3327 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> >::SimpleRefCount() [constructor]
3328 cls.add_constructor([])
3329 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> > const & o) [copy constructor]
3330 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter< ns3::ndn::FaceContainer > > const &', 'o')])
3331 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::FaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::FaceContainer> >::Cleanup() [member function]
3332 cls.add_method('Cleanup',
3333 'void',
3334 [],
3335 is_static=True)
3336 return
3337
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003338def register_Ns3SimpleRefCount__Ns3NdnInterest_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnInterest__gt___methods(root_module, cls):
3339 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> >::SimpleRefCount() [constructor]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003340 cls.add_constructor([])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003341 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> > const & o) [copy constructor]
3342 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter< ns3::ndn::Interest > > const &', 'o')])
3343 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::Interest, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Interest> >::Cleanup() [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003344 cls.add_method('Cleanup',
3345 'void',
3346 [],
3347 is_static=True)
3348 return
3349
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07003350def register_Ns3SimpleRefCount__Ns3NdnL3Tracer_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnL3Tracer__gt___methods(root_module, cls):
3351 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> >::SimpleRefCount() [constructor]
3352 cls.add_constructor([])
3353 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> > const & o) [copy constructor]
3354 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter< ns3::ndn::L3Tracer > > const &', 'o')])
3355 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::L3Tracer, ns3::empty, ns3::DefaultDeleter<ns3::ndn::L3Tracer> >::Cleanup() [member function]
3356 cls.add_method('Cleanup',
3357 'void',
3358 [],
3359 is_static=True)
3360 return
3361
Alexander Afanasyev32c07562013-02-01 12:58:43 -08003362def register_Ns3SimpleRefCount__Ns3NdnName_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnName__gt___methods(root_module, cls):
3363 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> >::SimpleRefCount() [constructor]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003364 cls.add_constructor([])
Alexander Afanasyev32c07562013-02-01 12:58:43 -08003365 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> > const & o) [copy constructor]
3366 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter< ns3::ndn::Name > > const &', 'o')])
3367 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::Name, ns3::empty, ns3::DefaultDeleter<ns3::ndn::Name> >::Cleanup() [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003368 cls.add_method('Cleanup',
3369 'void',
3370 [],
3371 is_static=True)
3372 return
3373
3374def register_Ns3SimpleRefCount__Ns3NdnCsEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnCsEntry__gt___methods(root_module, cls):
3375 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> >::SimpleRefCount() [constructor]
3376 cls.add_constructor([])
3377 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> > const & o) [copy constructor]
3378 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter< ns3::ndn::cs::Entry > > const &', 'o')])
3379 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::cs::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::cs::Entry> >::Cleanup() [member function]
3380 cls.add_method('Cleanup',
3381 'void',
3382 [],
3383 is_static=True)
3384 return
3385
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07003386def register_Ns3SimpleRefCount__Ns3NdnPitEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3NdnPitEntry__gt___methods(root_module, cls):
3387 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> >::SimpleRefCount() [constructor]
3388 cls.add_constructor([])
3389 ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> >::SimpleRefCount(ns3::SimpleRefCount<ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> > const & o) [copy constructor]
3390 cls.add_constructor([param('ns3::SimpleRefCount< ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter< ns3::ndn::pit::Entry > > const &', 'o')])
3391 ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::ndn::pit::Entry, ns3::empty, ns3::DefaultDeleter<ns3::ndn::pit::Entry> >::Cleanup() [member function]
3392 cls.add_method('Cleanup',
3393 'void',
3394 [],
3395 is_static=True)
3396 return
3397
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003398def register_Ns3Time_methods(root_module, cls):
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003399 cls.add_binary_comparison_operator('<=')
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003400 cls.add_binary_comparison_operator('!=')
3401 cls.add_inplace_numeric_operator('+=', param('ns3::Time const &', 'right'))
3402 cls.add_inplace_numeric_operator('-=', param('ns3::Time const &', 'right'))
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07003403 cls.add_output_stream_operator()
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003404 cls.add_binary_comparison_operator('==')
3405 cls.add_binary_comparison_operator('>=')
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003406 cls.add_binary_numeric_operator('*', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', 'right'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003407 cls.add_binary_numeric_operator('+', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', 'right'))
3408 cls.add_binary_numeric_operator('-', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', 'right'))
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003409 cls.add_binary_numeric_operator('/', root_module['ns3::Time'], root_module['ns3::Time'], param('int64_t const &', 'right'))
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003410 cls.add_binary_comparison_operator('<')
3411 cls.add_binary_comparison_operator('>')
3412 ## nstime.h (module 'core'): ns3::Time::Time() [constructor]
3413 cls.add_constructor([])
3414 ## nstime.h (module 'core'): ns3::Time::Time(ns3::Time const & o) [copy constructor]
3415 cls.add_constructor([param('ns3::Time const &', 'o')])
3416 ## nstime.h (module 'core'): ns3::Time::Time(double v) [constructor]
3417 cls.add_constructor([param('double', 'v')])
3418 ## nstime.h (module 'core'): ns3::Time::Time(int v) [constructor]
3419 cls.add_constructor([param('int', 'v')])
3420 ## nstime.h (module 'core'): ns3::Time::Time(long int v) [constructor]
3421 cls.add_constructor([param('long int', 'v')])
3422 ## nstime.h (module 'core'): ns3::Time::Time(long long int v) [constructor]
3423 cls.add_constructor([param('long long int', 'v')])
3424 ## nstime.h (module 'core'): ns3::Time::Time(unsigned int v) [constructor]
3425 cls.add_constructor([param('unsigned int', 'v')])
3426 ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor]
3427 cls.add_constructor([param('long unsigned int', 'v')])
3428 ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor]
3429 cls.add_constructor([param('long long unsigned int', 'v')])
3430 ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor]
3431 cls.add_constructor([param('std::string const &', 's')])
3432 ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor]
3433 cls.add_constructor([param('ns3::int64x64_t const &', 'value')])
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003434 ## nstime.h (module 'core'): ns3::TimeWithUnit ns3::Time::As(ns3::Time::Unit const unit) const [member function]
3435 cls.add_method('As',
3436 'ns3::TimeWithUnit',
3437 [param('ns3::Time::Unit const', 'unit')],
3438 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003439 ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function]
3440 cls.add_method('Compare',
3441 'int',
3442 [param('ns3::Time const &', 'o')],
3443 is_const=True)
3444 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function]
3445 cls.add_method('From',
3446 'ns3::Time',
3447 [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')],
3448 is_static=True)
3449 ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function]
3450 cls.add_method('From',
3451 'ns3::Time',
3452 [param('ns3::int64x64_t const &', 'value')],
3453 is_static=True)
3454 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function]
3455 cls.add_method('FromDouble',
3456 'ns3::Time',
3457 [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')],
3458 is_static=True)
3459 ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function]
3460 cls.add_method('FromInteger',
3461 'ns3::Time',
3462 [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')],
3463 is_static=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003464 ## nstime.h (module 'core'): double ns3::Time::GetDays() const [member function]
3465 cls.add_method('GetDays',
3466 'double',
3467 [],
3468 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003469 ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function]
3470 cls.add_method('GetDouble',
3471 'double',
3472 [],
3473 is_const=True)
3474 ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function]
3475 cls.add_method('GetFemtoSeconds',
3476 'int64_t',
3477 [],
3478 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003479 ## nstime.h (module 'core'): double ns3::Time::GetHours() const [member function]
3480 cls.add_method('GetHours',
3481 'double',
3482 [],
3483 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003484 ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function]
3485 cls.add_method('GetInteger',
3486 'int64_t',
3487 [],
3488 is_const=True)
3489 ## nstime.h (module 'core'): int64_t ns3::Time::GetMicroSeconds() const [member function]
3490 cls.add_method('GetMicroSeconds',
3491 'int64_t',
3492 [],
3493 is_const=True)
3494 ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function]
3495 cls.add_method('GetMilliSeconds',
3496 'int64_t',
3497 [],
3498 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003499 ## nstime.h (module 'core'): double ns3::Time::GetMinutes() const [member function]
3500 cls.add_method('GetMinutes',
3501 'double',
3502 [],
3503 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003504 ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function]
3505 cls.add_method('GetNanoSeconds',
3506 'int64_t',
3507 [],
3508 is_const=True)
3509 ## nstime.h (module 'core'): int64_t ns3::Time::GetPicoSeconds() const [member function]
3510 cls.add_method('GetPicoSeconds',
3511 'int64_t',
3512 [],
3513 is_const=True)
3514 ## nstime.h (module 'core'): static ns3::Time::Unit ns3::Time::GetResolution() [member function]
3515 cls.add_method('GetResolution',
3516 'ns3::Time::Unit',
3517 [],
3518 is_static=True)
3519 ## nstime.h (module 'core'): double ns3::Time::GetSeconds() const [member function]
3520 cls.add_method('GetSeconds',
3521 'double',
3522 [],
3523 is_const=True)
3524 ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function]
3525 cls.add_method('GetTimeStep',
3526 'int64_t',
3527 [],
3528 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003529 ## nstime.h (module 'core'): double ns3::Time::GetYears() const [member function]
3530 cls.add_method('GetYears',
3531 'double',
3532 [],
3533 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003534 ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function]
3535 cls.add_method('IsNegative',
3536 'bool',
3537 [],
3538 is_const=True)
3539 ## nstime.h (module 'core'): bool ns3::Time::IsPositive() const [member function]
3540 cls.add_method('IsPositive',
3541 'bool',
3542 [],
3543 is_const=True)
3544 ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyNegative() const [member function]
3545 cls.add_method('IsStrictlyNegative',
3546 'bool',
3547 [],
3548 is_const=True)
3549 ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyPositive() const [member function]
3550 cls.add_method('IsStrictlyPositive',
3551 'bool',
3552 [],
3553 is_const=True)
3554 ## nstime.h (module 'core'): bool ns3::Time::IsZero() const [member function]
3555 cls.add_method('IsZero',
3556 'bool',
3557 [],
3558 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07003559 ## nstime.h (module 'core'): static ns3::Time ns3::Time::Max() [member function]
3560 cls.add_method('Max',
3561 'ns3::Time',
3562 [],
3563 is_static=True)
3564 ## nstime.h (module 'core'): static ns3::Time ns3::Time::Min() [member function]
3565 cls.add_method('Min',
3566 'ns3::Time',
3567 [],
3568 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003569 ## nstime.h (module 'core'): static void ns3::Time::SetResolution(ns3::Time::Unit resolution) [member function]
3570 cls.add_method('SetResolution',
3571 'void',
3572 [param('ns3::Time::Unit', 'resolution')],
3573 is_static=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07003574 ## nstime.h (module 'core'): static bool ns3::Time::StaticInit() [member function]
3575 cls.add_method('StaticInit',
3576 'bool',
3577 [],
3578 is_static=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003579 ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function]
3580 cls.add_method('To',
3581 'ns3::int64x64_t',
3582 [param('ns3::Time::Unit', 'timeUnit')],
3583 is_const=True)
3584 ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function]
3585 cls.add_method('ToDouble',
3586 'double',
3587 [param('ns3::Time::Unit', 'timeUnit')],
3588 is_const=True)
3589 ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function]
3590 cls.add_method('ToInteger',
3591 'int64_t',
3592 [param('ns3::Time::Unit', 'timeUnit')],
3593 is_const=True)
3594 return
3595
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003596def register_Ns3TopologyReader_methods(root_module, cls):
3597 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::TopologyReader() [constructor]
3598 cls.add_constructor([])
3599 ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::AddLink(ns3::TopologyReader::Link link) [member function]
3600 cls.add_method('AddLink',
3601 'void',
3602 [param('ns3::TopologyReader::Link', 'link')])
3603 ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::GetFileName() const [member function]
3604 cls.add_method('GetFileName',
3605 'std::string',
3606 [],
3607 is_const=True)
3608 ## topology-reader.h (module 'topology-read'): std::_List_const_iterator<ns3::TopologyReader::Link> ns3::TopologyReader::LinksBegin() const [member function]
3609 cls.add_method('LinksBegin',
3610 'std::_List_const_iterator< ns3::TopologyReader::Link >',
3611 [],
3612 is_const=True)
3613 ## topology-reader.h (module 'topology-read'): bool ns3::TopologyReader::LinksEmpty() const [member function]
3614 cls.add_method('LinksEmpty',
3615 'bool',
3616 [],
3617 is_const=True)
3618 ## topology-reader.h (module 'topology-read'): std::_List_const_iterator<ns3::TopologyReader::Link> ns3::TopologyReader::LinksEnd() const [member function]
3619 cls.add_method('LinksEnd',
3620 'std::_List_const_iterator< ns3::TopologyReader::Link >',
3621 [],
3622 is_const=True)
3623 ## topology-reader.h (module 'topology-read'): int ns3::TopologyReader::LinksSize() const [member function]
3624 cls.add_method('LinksSize',
3625 'int',
3626 [],
3627 is_const=True)
3628 ## topology-reader.h (module 'topology-read'): ns3::NodeContainer ns3::TopologyReader::Read() [member function]
3629 cls.add_method('Read',
3630 'ns3::NodeContainer',
3631 [],
3632 is_pure_virtual=True, is_virtual=True)
3633 ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::SetFileName(std::string const & fileName) [member function]
3634 cls.add_method('SetFileName',
3635 'void',
3636 [param('std::string const &', 'fileName')])
3637 return
3638
3639def register_Ns3TopologyReaderLink_methods(root_module, cls):
3640 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link::Link(ns3::TopologyReader::Link const & arg0) [copy constructor]
3641 cls.add_constructor([param('ns3::TopologyReader::Link const &', 'arg0')])
3642 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link::Link() [constructor]
3643 cls.add_constructor([])
3644 ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link::Link(ns3::Ptr<ns3::Node> fromPtr, std::string const & fromName, ns3::Ptr<ns3::Node> toPtr, std::string const & toName) [constructor]
3645 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'fromPtr'), param('std::string const &', 'fromName'), param('ns3::Ptr< ns3::Node >', 'toPtr'), param('std::string const &', 'toName')])
3646 ## topology-reader.h (module 'topology-read'): std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > ns3::TopologyReader::Link::AttributesBegin() [member function]
3647 cls.add_method('AttributesBegin',
3648 'std::_Rb_tree_const_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > > const, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >',
3649 [])
3650 ## topology-reader.h (module 'topology-read'): std::_Rb_tree_const_iterator<std::pair<const std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > ns3::TopologyReader::Link::AttributesEnd() [member function]
3651 cls.add_method('AttributesEnd',
3652 'std::_Rb_tree_const_iterator< std::pair< std::basic_string< char, std::char_traits< char >, std::allocator< char > > const, std::basic_string< char, std::char_traits< char >, std::allocator< char > > > >',
3653 [])
3654 ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetAttribute(std::string const & name) const [member function]
3655 cls.add_method('GetAttribute',
3656 'std::string',
3657 [param('std::string const &', 'name')],
3658 is_const=True)
3659 ## topology-reader.h (module 'topology-read'): bool ns3::TopologyReader::Link::GetAttributeFailSafe(std::string const & name, std::string & value) const [member function]
3660 cls.add_method('GetAttributeFailSafe',
3661 'bool',
3662 [param('std::string const &', 'name'), param('std::string &', 'value')],
3663 is_const=True)
3664 ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::NetDevice> ns3::TopologyReader::Link::GetFromNetDevice() const [member function]
3665 cls.add_method('GetFromNetDevice',
3666 'ns3::Ptr< ns3::NetDevice >',
3667 [],
3668 is_const=True)
3669 ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::Node> ns3::TopologyReader::Link::GetFromNode() const [member function]
3670 cls.add_method('GetFromNode',
3671 'ns3::Ptr< ns3::Node >',
3672 [],
3673 is_const=True)
3674 ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetFromNodeName() const [member function]
3675 cls.add_method('GetFromNodeName',
3676 'std::string',
3677 [],
3678 is_const=True)
3679 ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::NetDevice> ns3::TopologyReader::Link::GetToNetDevice() const [member function]
3680 cls.add_method('GetToNetDevice',
3681 'ns3::Ptr< ns3::NetDevice >',
3682 [],
3683 is_const=True)
3684 ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::Node> ns3::TopologyReader::Link::GetToNode() const [member function]
3685 cls.add_method('GetToNode',
3686 'ns3::Ptr< ns3::Node >',
3687 [],
3688 is_const=True)
3689 ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetToNodeName() const [member function]
3690 cls.add_method('GetToNodeName',
3691 'std::string',
3692 [],
3693 is_const=True)
3694 ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::Link::SetAttribute(std::string const & name, std::string const & value) [member function]
3695 cls.add_method('SetAttribute',
3696 'void',
3697 [param('std::string const &', 'name'), param('std::string const &', 'value')])
3698 ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::Link::SetNetDevices(ns3::Ptr<ns3::NetDevice> from, ns3::Ptr<ns3::NetDevice> to) [member function]
3699 cls.add_method('SetNetDevices',
3700 'void',
3701 [param('ns3::Ptr< ns3::NetDevice >', 'from'), param('ns3::Ptr< ns3::NetDevice >', 'to')])
3702 return
3703
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003704def register_Ns3TraceSourceAccessor_methods(root_module, cls):
3705 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor]
3706 cls.add_constructor([param('ns3::TraceSourceAccessor const &', 'arg0')])
3707 ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor() [constructor]
3708 cls.add_constructor([])
3709 ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Connect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function]
3710 cls.add_method('Connect',
3711 'bool',
3712 [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')],
3713 is_pure_virtual=True, is_const=True, is_virtual=True)
3714 ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::ConnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function]
3715 cls.add_method('ConnectWithoutContext',
3716 'bool',
3717 [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')],
3718 is_pure_virtual=True, is_const=True, is_virtual=True)
3719 ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Disconnect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function]
3720 cls.add_method('Disconnect',
3721 'bool',
3722 [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')],
3723 is_pure_virtual=True, is_const=True, is_virtual=True)
3724 ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::DisconnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function]
3725 cls.add_method('DisconnectWithoutContext',
3726 'bool',
3727 [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')],
3728 is_pure_virtual=True, is_const=True, is_virtual=True)
3729 return
3730
3731def register_Ns3Trailer_methods(root_module, cls):
3732 cls.add_output_stream_operator()
3733 ## trailer.h (module 'network'): ns3::Trailer::Trailer() [constructor]
3734 cls.add_constructor([])
3735 ## trailer.h (module 'network'): ns3::Trailer::Trailer(ns3::Trailer const & arg0) [copy constructor]
3736 cls.add_constructor([param('ns3::Trailer const &', 'arg0')])
3737 ## trailer.h (module 'network'): uint32_t ns3::Trailer::Deserialize(ns3::Buffer::Iterator end) [member function]
3738 cls.add_method('Deserialize',
3739 'uint32_t',
3740 [param('ns3::Buffer::Iterator', 'end')],
3741 is_pure_virtual=True, is_virtual=True)
3742 ## trailer.h (module 'network'): uint32_t ns3::Trailer::GetSerializedSize() const [member function]
3743 cls.add_method('GetSerializedSize',
3744 'uint32_t',
3745 [],
3746 is_pure_virtual=True, is_const=True, is_virtual=True)
3747 ## trailer.h (module 'network'): static ns3::TypeId ns3::Trailer::GetTypeId() [member function]
3748 cls.add_method('GetTypeId',
3749 'ns3::TypeId',
3750 [],
3751 is_static=True)
3752 ## trailer.h (module 'network'): void ns3::Trailer::Print(std::ostream & os) const [member function]
3753 cls.add_method('Print',
3754 'void',
3755 [param('std::ostream &', 'os')],
3756 is_pure_virtual=True, is_const=True, is_virtual=True)
3757 ## trailer.h (module 'network'): void ns3::Trailer::Serialize(ns3::Buffer::Iterator start) const [member function]
3758 cls.add_method('Serialize',
3759 'void',
3760 [param('ns3::Buffer::Iterator', 'start')],
3761 is_pure_virtual=True, is_const=True, is_virtual=True)
3762 return
3763
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003764def register_Ns3AnnotatedTopologyReader_methods(root_module, cls):
3765 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::AnnotatedTopologyReader::AnnotatedTopologyReader(std::string const & path="", double scale=1.0e+0) [constructor]
3766 cls.add_constructor([param('std::string const &', 'path', default_value='""'), param('double', 'scale', default_value='1.0e+0')])
3767 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::NodeContainer ns3::AnnotatedTopologyReader::Read() [member function]
3768 cls.add_method('Read',
3769 'ns3::NodeContainer',
3770 [],
3771 is_virtual=True)
3772 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::NodeContainer ns3::AnnotatedTopologyReader::GetNodes() const [member function]
3773 cls.add_method('GetNodes',
3774 'ns3::NodeContainer',
3775 [],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003776 is_const=True, is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003777 ## annotated-topology-reader.h (module 'ndnSIM'): std::list<ns3::TopologyReader::Link, std::allocator<ns3::TopologyReader::Link> > const & ns3::AnnotatedTopologyReader::GetLinks() const [member function]
3778 cls.add_method('GetLinks',
3779 'std::list< ns3::TopologyReader::Link > const &',
3780 [],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003781 is_const=True, is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003782 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::AssignIpv4Addresses(ns3::Ipv4Address base) [member function]
3783 cls.add_method('AssignIpv4Addresses',
3784 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003785 [param('ns3::Ipv4Address', 'base')],
3786 is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003787 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::SetBoundingBox(double ulx, double uly, double lrx, double lry) [member function]
3788 cls.add_method('SetBoundingBox',
3789 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003790 [param('double', 'ulx'), param('double', 'uly'), param('double', 'lrx'), param('double', 'lry')],
3791 is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003792 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::SetMobilityModel(std::string const & model) [member function]
3793 cls.add_method('SetMobilityModel',
3794 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003795 [param('std::string const &', 'model')],
3796 is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003797 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::ApplyOspfMetric() [member function]
3798 cls.add_method('ApplyOspfMetric',
3799 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003800 [],
3801 is_virtual=True)
3802 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::SaveTopology(std::string const & file) [member function]
Alexander Afanasyev71029732012-11-19 23:50:52 -08003803 cls.add_method('SaveTopology',
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003804 'void',
3805 [param('std::string const &', 'file')],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07003806 is_virtual=True)
3807 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::SaveGraphviz(std::string const & file) [member function]
3808 cls.add_method('SaveGraphviz',
3809 'void',
3810 [param('std::string const &', 'file')],
3811 is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07003812 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::Ptr<ns3::Node> ns3::AnnotatedTopologyReader::CreateNode(std::string const name, uint32_t systemId) [member function]
3813 cls.add_method('CreateNode',
3814 'ns3::Ptr< ns3::Node >',
3815 [param('std::string const', 'name'), param('uint32_t', 'systemId')],
3816 visibility='protected')
3817 ## annotated-topology-reader.h (module 'ndnSIM'): ns3::Ptr<ns3::Node> ns3::AnnotatedTopologyReader::CreateNode(std::string const name, double posX, double posY, uint32_t systemId) [member function]
3818 cls.add_method('CreateNode',
3819 'ns3::Ptr< ns3::Node >',
3820 [param('std::string const', 'name'), param('double', 'posX'), param('double', 'posY'), param('uint32_t', 'systemId')],
3821 visibility='protected')
3822 ## annotated-topology-reader.h (module 'ndnSIM'): void ns3::AnnotatedTopologyReader::ApplySettings() [member function]
3823 cls.add_method('ApplySettings',
3824 'void',
3825 [],
3826 visibility='protected')
3827 return
3828
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003829def register_Ns3Application_methods(root_module, cls):
3830 ## application.h (module 'network'): ns3::Application::Application(ns3::Application const & arg0) [copy constructor]
3831 cls.add_constructor([param('ns3::Application const &', 'arg0')])
3832 ## application.h (module 'network'): ns3::Application::Application() [constructor]
3833 cls.add_constructor([])
3834 ## application.h (module 'network'): ns3::Ptr<ns3::Node> ns3::Application::GetNode() const [member function]
3835 cls.add_method('GetNode',
3836 'ns3::Ptr< ns3::Node >',
3837 [],
3838 is_const=True)
3839 ## application.h (module 'network'): static ns3::TypeId ns3::Application::GetTypeId() [member function]
3840 cls.add_method('GetTypeId',
3841 'ns3::TypeId',
3842 [],
3843 is_static=True)
3844 ## application.h (module 'network'): void ns3::Application::SetNode(ns3::Ptr<ns3::Node> node) [member function]
3845 cls.add_method('SetNode',
3846 'void',
3847 [param('ns3::Ptr< ns3::Node >', 'node')])
3848 ## application.h (module 'network'): void ns3::Application::SetStartTime(ns3::Time start) [member function]
3849 cls.add_method('SetStartTime',
3850 'void',
3851 [param('ns3::Time', 'start')])
3852 ## application.h (module 'network'): void ns3::Application::SetStopTime(ns3::Time stop) [member function]
3853 cls.add_method('SetStopTime',
3854 'void',
3855 [param('ns3::Time', 'stop')])
3856 ## application.h (module 'network'): void ns3::Application::DoDispose() [member function]
3857 cls.add_method('DoDispose',
3858 'void',
3859 [],
3860 visibility='protected', is_virtual=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07003861 ## application.h (module 'network'): void ns3::Application::DoInitialize() [member function]
3862 cls.add_method('DoInitialize',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003863 'void',
3864 [],
3865 visibility='protected', is_virtual=True)
3866 ## application.h (module 'network'): void ns3::Application::StartApplication() [member function]
3867 cls.add_method('StartApplication',
3868 'void',
3869 [],
Alexander Afanasyev4756b892012-04-18 14:48:43 -07003870 visibility='private', is_virtual=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003871 ## application.h (module 'network'): void ns3::Application::StopApplication() [member function]
3872 cls.add_method('StopApplication',
3873 'void',
3874 [],
Alexander Afanasyev4756b892012-04-18 14:48:43 -07003875 visibility='private', is_virtual=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07003876 return
3877
3878def register_Ns3AttributeAccessor_methods(root_module, cls):
3879 ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor(ns3::AttributeAccessor const & arg0) [copy constructor]
3880 cls.add_constructor([param('ns3::AttributeAccessor const &', 'arg0')])
3881 ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor() [constructor]
3882 cls.add_constructor([])
3883 ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Get(ns3::ObjectBase const * object, ns3::AttributeValue & attribute) const [member function]
3884 cls.add_method('Get',
3885 'bool',
3886 [param('ns3::ObjectBase const *', 'object'), param('ns3::AttributeValue &', 'attribute')],
3887 is_pure_virtual=True, is_const=True, is_virtual=True)
3888 ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasGetter() const [member function]
3889 cls.add_method('HasGetter',
3890 'bool',
3891 [],
3892 is_pure_virtual=True, is_const=True, is_virtual=True)
3893 ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasSetter() const [member function]
3894 cls.add_method('HasSetter',
3895 'bool',
3896 [],
3897 is_pure_virtual=True, is_const=True, is_virtual=True)
3898 ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Set(ns3::ObjectBase * object, ns3::AttributeValue const & value) const [member function]
3899 cls.add_method('Set',
3900 'bool',
3901 [param('ns3::ObjectBase *', 'object', transfer_ownership=False), param('ns3::AttributeValue const &', 'value')],
3902 is_pure_virtual=True, is_const=True, is_virtual=True)
3903 return
3904
3905def register_Ns3AttributeChecker_methods(root_module, cls):
3906 ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker(ns3::AttributeChecker const & arg0) [copy constructor]
3907 cls.add_constructor([param('ns3::AttributeChecker const &', 'arg0')])
3908 ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker() [constructor]
3909 cls.add_constructor([])
3910 ## attribute.h (module 'core'): bool ns3::AttributeChecker::Check(ns3::AttributeValue const & value) const [member function]
3911 cls.add_method('Check',
3912 'bool',
3913 [param('ns3::AttributeValue const &', 'value')],
3914 is_pure_virtual=True, is_const=True, is_virtual=True)
3915 ## attribute.h (module 'core'): bool ns3::AttributeChecker::Copy(ns3::AttributeValue const & source, ns3::AttributeValue & destination) const [member function]
3916 cls.add_method('Copy',
3917 'bool',
3918 [param('ns3::AttributeValue const &', 'source'), param('ns3::AttributeValue &', 'destination')],
3919 is_pure_virtual=True, is_const=True, is_virtual=True)
3920 ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::Create() const [member function]
3921 cls.add_method('Create',
3922 'ns3::Ptr< ns3::AttributeValue >',
3923 [],
3924 is_pure_virtual=True, is_const=True, is_virtual=True)
3925 ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::CreateValidValue(ns3::AttributeValue const & value) const [member function]
3926 cls.add_method('CreateValidValue',
3927 'ns3::Ptr< ns3::AttributeValue >',
3928 [param('ns3::AttributeValue const &', 'value')],
3929 is_const=True)
3930 ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetUnderlyingTypeInformation() const [member function]
3931 cls.add_method('GetUnderlyingTypeInformation',
3932 'std::string',
3933 [],
3934 is_pure_virtual=True, is_const=True, is_virtual=True)
3935 ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetValueTypeName() const [member function]
3936 cls.add_method('GetValueTypeName',
3937 'std::string',
3938 [],
3939 is_pure_virtual=True, is_const=True, is_virtual=True)
3940 ## attribute.h (module 'core'): bool ns3::AttributeChecker::HasUnderlyingTypeInformation() const [member function]
3941 cls.add_method('HasUnderlyingTypeInformation',
3942 'bool',
3943 [],
3944 is_pure_virtual=True, is_const=True, is_virtual=True)
3945 return
3946
3947def register_Ns3AttributeValue_methods(root_module, cls):
3948 ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue(ns3::AttributeValue const & arg0) [copy constructor]
3949 cls.add_constructor([param('ns3::AttributeValue const &', 'arg0')])
3950 ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue() [constructor]
3951 cls.add_constructor([])
3952 ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeValue::Copy() const [member function]
3953 cls.add_method('Copy',
3954 'ns3::Ptr< ns3::AttributeValue >',
3955 [],
3956 is_pure_virtual=True, is_const=True, is_virtual=True)
3957 ## attribute.h (module 'core'): bool ns3::AttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
3958 cls.add_method('DeserializeFromString',
3959 'bool',
3960 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
3961 is_pure_virtual=True, is_virtual=True)
3962 ## attribute.h (module 'core'): std::string ns3::AttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
3963 cls.add_method('SerializeToString',
3964 'std::string',
3965 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
3966 is_pure_virtual=True, is_const=True, is_virtual=True)
3967 return
3968
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07003969def register_Ns3BooleanChecker_methods(root_module, cls):
3970 ## boolean.h (module 'core'): ns3::BooleanChecker::BooleanChecker() [constructor]
3971 cls.add_constructor([])
3972 ## boolean.h (module 'core'): ns3::BooleanChecker::BooleanChecker(ns3::BooleanChecker const & arg0) [copy constructor]
3973 cls.add_constructor([param('ns3::BooleanChecker const &', 'arg0')])
3974 return
3975
3976def register_Ns3BooleanValue_methods(root_module, cls):
3977 cls.add_output_stream_operator()
3978 ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue(ns3::BooleanValue const & arg0) [copy constructor]
3979 cls.add_constructor([param('ns3::BooleanValue const &', 'arg0')])
3980 ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue() [constructor]
3981 cls.add_constructor([])
3982 ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue(bool value) [constructor]
3983 cls.add_constructor([param('bool', 'value')])
3984 ## boolean.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::BooleanValue::Copy() const [member function]
3985 cls.add_method('Copy',
3986 'ns3::Ptr< ns3::AttributeValue >',
3987 [],
3988 is_const=True, is_virtual=True)
3989 ## boolean.h (module 'core'): bool ns3::BooleanValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
3990 cls.add_method('DeserializeFromString',
3991 'bool',
3992 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
3993 is_virtual=True)
3994 ## boolean.h (module 'core'): bool ns3::BooleanValue::Get() const [member function]
3995 cls.add_method('Get',
3996 'bool',
3997 [],
3998 is_const=True)
3999 ## boolean.h (module 'core'): std::string ns3::BooleanValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4000 cls.add_method('SerializeToString',
4001 'std::string',
4002 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4003 is_const=True, is_virtual=True)
4004 ## boolean.h (module 'core'): void ns3::BooleanValue::Set(bool value) [member function]
4005 cls.add_method('Set',
4006 'void',
4007 [param('bool', 'value')])
4008 return
4009
Alexander Afanasyeve4795ae2013-07-11 20:01:31 -07004010def register_Ns3CallbackBasedApp_methods(root_module, cls):
4011 ## callback-based-app.h (module 'ndnSIM'): ns3::CallbackBasedApp::CallbackBasedApp(ns3::CallbackBasedApp const & arg0) [copy constructor]
4012 cls.add_constructor([param('ns3::CallbackBasedApp const &', 'arg0')])
4013 ## callback-based-app.h (module 'ndnSIM'): ns3::CallbackBasedApp::CallbackBasedApp() [constructor]
4014 cls.add_constructor([])
4015 ## callback-based-app.h (module 'ndnSIM'): static ns3::TypeId ns3::CallbackBasedApp::GetTypeId() [member function]
4016 cls.add_method('GetTypeId',
4017 'ns3::TypeId',
4018 [],
4019 is_static=True)
4020 ## callback-based-app.h (module 'ndnSIM'): void ns3::CallbackBasedApp::SetOnStartCallback(ns3::Callback<void, ns3::Ptr<ns3::Application>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onStart) [member function]
4021 cls.add_method('SetOnStartCallback',
4022 'void',
4023 [param('ns3::Callback< void, ns3::Ptr< ns3::Application >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onStart')])
4024 ## callback-based-app.h (module 'ndnSIM'): void ns3::CallbackBasedApp::SetOnStopCallback(ns3::Callback<void, ns3::Ptr<ns3::Application>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onStart) [member function]
4025 cls.add_method('SetOnStopCallback',
4026 'void',
4027 [param('ns3::Callback< void, ns3::Ptr< ns3::Application >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onStart')])
4028 ## callback-based-app.h (module 'ndnSIM'): void ns3::CallbackBasedApp::StartApplication() [member function]
4029 cls.add_method('StartApplication',
4030 'void',
4031 [],
4032 visibility='protected', is_virtual=True)
4033 ## callback-based-app.h (module 'ndnSIM'): void ns3::CallbackBasedApp::StopApplication() [member function]
4034 cls.add_method('StopApplication',
4035 'void',
4036 [],
4037 visibility='protected', is_virtual=True)
4038 return
4039
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004040def register_Ns3CallbackChecker_methods(root_module, cls):
4041 ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker() [constructor]
4042 cls.add_constructor([])
4043 ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker(ns3::CallbackChecker const & arg0) [copy constructor]
4044 cls.add_constructor([param('ns3::CallbackChecker const &', 'arg0')])
4045 return
4046
4047def register_Ns3CallbackImplBase_methods(root_module, cls):
4048 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase() [constructor]
4049 cls.add_constructor([])
4050 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor]
4051 cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')])
4052 ## callback.h (module 'core'): bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function]
4053 cls.add_method('IsEqual',
4054 'bool',
4055 [param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')],
4056 is_pure_virtual=True, is_const=True, is_virtual=True)
4057 return
4058
4059def register_Ns3CallbackValue_methods(root_module, cls):
4060 ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor]
4061 cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')])
4062 ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue() [constructor]
4063 cls.add_constructor([])
4064 ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackBase const & base) [constructor]
4065 cls.add_constructor([param('ns3::CallbackBase const &', 'base')])
4066 ## callback.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::CallbackValue::Copy() const [member function]
4067 cls.add_method('Copy',
4068 'ns3::Ptr< ns3::AttributeValue >',
4069 [],
4070 is_const=True, is_virtual=True)
4071 ## callback.h (module 'core'): bool ns3::CallbackValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4072 cls.add_method('DeserializeFromString',
4073 'bool',
4074 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4075 is_virtual=True)
4076 ## callback.h (module 'core'): std::string ns3::CallbackValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4077 cls.add_method('SerializeToString',
4078 'std::string',
4079 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4080 is_const=True, is_virtual=True)
4081 ## callback.h (module 'core'): void ns3::CallbackValue::Set(ns3::CallbackBase base) [member function]
4082 cls.add_method('Set',
4083 'void',
4084 [param('ns3::CallbackBase', 'base')])
4085 return
4086
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07004087def register_Ns3DoubleValue_methods(root_module, cls):
4088 ## double.h (module 'core'): ns3::DoubleValue::DoubleValue() [constructor]
4089 cls.add_constructor([])
4090 ## double.h (module 'core'): ns3::DoubleValue::DoubleValue(ns3::DoubleValue const & arg0) [copy constructor]
4091 cls.add_constructor([param('ns3::DoubleValue const &', 'arg0')])
4092 ## double.h (module 'core'): ns3::DoubleValue::DoubleValue(double const & value) [constructor]
4093 cls.add_constructor([param('double const &', 'value')])
4094 ## double.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::DoubleValue::Copy() const [member function]
4095 cls.add_method('Copy',
4096 'ns3::Ptr< ns3::AttributeValue >',
4097 [],
4098 is_const=True, is_virtual=True)
4099 ## double.h (module 'core'): bool ns3::DoubleValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4100 cls.add_method('DeserializeFromString',
4101 'bool',
4102 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4103 is_virtual=True)
4104 ## double.h (module 'core'): double ns3::DoubleValue::Get() const [member function]
4105 cls.add_method('Get',
4106 'double',
4107 [],
4108 is_const=True)
4109 ## double.h (module 'core'): std::string ns3::DoubleValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4110 cls.add_method('SerializeToString',
4111 'std::string',
4112 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4113 is_const=True, is_virtual=True)
4114 ## double.h (module 'core'): void ns3::DoubleValue::Set(double const & value) [member function]
4115 cls.add_method('Set',
4116 'void',
4117 [param('double const &', 'value')])
4118 return
4119
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004120def register_Ns3EmptyAttributeValue_methods(root_module, cls):
4121 ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue(ns3::EmptyAttributeValue const & arg0) [copy constructor]
4122 cls.add_constructor([param('ns3::EmptyAttributeValue const &', 'arg0')])
4123 ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue() [constructor]
4124 cls.add_constructor([])
4125 ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::EmptyAttributeValue::Copy() const [member function]
4126 cls.add_method('Copy',
4127 'ns3::Ptr< ns3::AttributeValue >',
4128 [],
4129 is_const=True, visibility='private', is_virtual=True)
4130 ## attribute.h (module 'core'): bool ns3::EmptyAttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4131 cls.add_method('DeserializeFromString',
4132 'bool',
4133 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4134 visibility='private', is_virtual=True)
4135 ## attribute.h (module 'core'): std::string ns3::EmptyAttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4136 cls.add_method('SerializeToString',
4137 'std::string',
4138 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4139 is_const=True, visibility='private', is_virtual=True)
4140 return
4141
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07004142def register_Ns3EnumChecker_methods(root_module, cls):
4143 ## enum.h (module 'core'): ns3::EnumChecker::EnumChecker(ns3::EnumChecker const & arg0) [copy constructor]
4144 cls.add_constructor([param('ns3::EnumChecker const &', 'arg0')])
4145 ## enum.h (module 'core'): ns3::EnumChecker::EnumChecker() [constructor]
4146 cls.add_constructor([])
4147 ## enum.h (module 'core'): void ns3::EnumChecker::Add(int v, std::string name) [member function]
4148 cls.add_method('Add',
4149 'void',
4150 [param('int', 'v'), param('std::string', 'name')])
4151 ## enum.h (module 'core'): void ns3::EnumChecker::AddDefault(int v, std::string name) [member function]
4152 cls.add_method('AddDefault',
4153 'void',
4154 [param('int', 'v'), param('std::string', 'name')])
4155 ## enum.h (module 'core'): bool ns3::EnumChecker::Check(ns3::AttributeValue const & value) const [member function]
4156 cls.add_method('Check',
4157 'bool',
4158 [param('ns3::AttributeValue const &', 'value')],
4159 is_const=True, is_virtual=True)
4160 ## enum.h (module 'core'): bool ns3::EnumChecker::Copy(ns3::AttributeValue const & src, ns3::AttributeValue & dst) const [member function]
4161 cls.add_method('Copy',
4162 'bool',
4163 [param('ns3::AttributeValue const &', 'src'), param('ns3::AttributeValue &', 'dst')],
4164 is_const=True, is_virtual=True)
4165 ## enum.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::EnumChecker::Create() const [member function]
4166 cls.add_method('Create',
4167 'ns3::Ptr< ns3::AttributeValue >',
4168 [],
4169 is_const=True, is_virtual=True)
4170 ## enum.h (module 'core'): std::string ns3::EnumChecker::GetUnderlyingTypeInformation() const [member function]
4171 cls.add_method('GetUnderlyingTypeInformation',
4172 'std::string',
4173 [],
4174 is_const=True, is_virtual=True)
4175 ## enum.h (module 'core'): std::string ns3::EnumChecker::GetValueTypeName() const [member function]
4176 cls.add_method('GetValueTypeName',
4177 'std::string',
4178 [],
4179 is_const=True, is_virtual=True)
4180 ## enum.h (module 'core'): bool ns3::EnumChecker::HasUnderlyingTypeInformation() const [member function]
4181 cls.add_method('HasUnderlyingTypeInformation',
4182 'bool',
4183 [],
4184 is_const=True, is_virtual=True)
4185 return
4186
4187def register_Ns3EnumValue_methods(root_module, cls):
4188 ## enum.h (module 'core'): ns3::EnumValue::EnumValue(ns3::EnumValue const & arg0) [copy constructor]
4189 cls.add_constructor([param('ns3::EnumValue const &', 'arg0')])
4190 ## enum.h (module 'core'): ns3::EnumValue::EnumValue() [constructor]
4191 cls.add_constructor([])
4192 ## enum.h (module 'core'): ns3::EnumValue::EnumValue(int v) [constructor]
4193 cls.add_constructor([param('int', 'v')])
4194 ## enum.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::EnumValue::Copy() const [member function]
4195 cls.add_method('Copy',
4196 'ns3::Ptr< ns3::AttributeValue >',
4197 [],
4198 is_const=True, is_virtual=True)
4199 ## enum.h (module 'core'): bool ns3::EnumValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4200 cls.add_method('DeserializeFromString',
4201 'bool',
4202 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4203 is_virtual=True)
4204 ## enum.h (module 'core'): int ns3::EnumValue::Get() const [member function]
4205 cls.add_method('Get',
4206 'int',
4207 [],
4208 is_const=True)
4209 ## enum.h (module 'core'): std::string ns3::EnumValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4210 cls.add_method('SerializeToString',
4211 'std::string',
4212 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4213 is_const=True, is_virtual=True)
4214 ## enum.h (module 'core'): void ns3::EnumValue::Set(int v) [member function]
4215 cls.add_method('Set',
4216 'void',
4217 [param('int', 'v')])
4218 return
4219
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004220def register_Ns3EventImpl_methods(root_module, cls):
4221 ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl(ns3::EventImpl const & arg0) [copy constructor]
4222 cls.add_constructor([param('ns3::EventImpl const &', 'arg0')])
4223 ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl() [constructor]
4224 cls.add_constructor([])
4225 ## event-impl.h (module 'core'): void ns3::EventImpl::Cancel() [member function]
4226 cls.add_method('Cancel',
4227 'void',
4228 [])
4229 ## event-impl.h (module 'core'): void ns3::EventImpl::Invoke() [member function]
4230 cls.add_method('Invoke',
4231 'void',
4232 [])
4233 ## event-impl.h (module 'core'): bool ns3::EventImpl::IsCancelled() [member function]
4234 cls.add_method('IsCancelled',
4235 'bool',
4236 [])
4237 ## event-impl.h (module 'core'): void ns3::EventImpl::Notify() [member function]
4238 cls.add_method('Notify',
4239 'void',
4240 [],
4241 is_pure_virtual=True, visibility='protected', is_virtual=True)
4242 return
4243
4244def register_Ns3IntegerValue_methods(root_module, cls):
4245 ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue() [constructor]
4246 cls.add_constructor([])
4247 ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue(ns3::IntegerValue const & arg0) [copy constructor]
4248 cls.add_constructor([param('ns3::IntegerValue const &', 'arg0')])
4249 ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue(int64_t const & value) [constructor]
4250 cls.add_constructor([param('int64_t const &', 'value')])
4251 ## integer.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::IntegerValue::Copy() const [member function]
4252 cls.add_method('Copy',
4253 'ns3::Ptr< ns3::AttributeValue >',
4254 [],
4255 is_const=True, is_virtual=True)
4256 ## integer.h (module 'core'): bool ns3::IntegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4257 cls.add_method('DeserializeFromString',
4258 'bool',
4259 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4260 is_virtual=True)
4261 ## integer.h (module 'core'): int64_t ns3::IntegerValue::Get() const [member function]
4262 cls.add_method('Get',
4263 'int64_t',
4264 [],
4265 is_const=True)
4266 ## integer.h (module 'core'): std::string ns3::IntegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4267 cls.add_method('SerializeToString',
4268 'std::string',
4269 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4270 is_const=True, is_virtual=True)
4271 ## integer.h (module 'core'): void ns3::IntegerValue::Set(int64_t const & value) [member function]
4272 cls.add_method('Set',
4273 'void',
4274 [param('int64_t const &', 'value')])
4275 return
4276
4277def register_Ns3Ipv4AddressChecker_methods(root_module, cls):
4278 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker() [constructor]
4279 cls.add_constructor([])
4280 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker(ns3::Ipv4AddressChecker const & arg0) [copy constructor]
4281 cls.add_constructor([param('ns3::Ipv4AddressChecker const &', 'arg0')])
4282 return
4283
4284def register_Ns3Ipv4AddressValue_methods(root_module, cls):
4285 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue() [constructor]
4286 cls.add_constructor([])
4287 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4AddressValue const & arg0) [copy constructor]
4288 cls.add_constructor([param('ns3::Ipv4AddressValue const &', 'arg0')])
4289 ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4Address const & value) [constructor]
4290 cls.add_constructor([param('ns3::Ipv4Address const &', 'value')])
4291 ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4AddressValue::Copy() const [member function]
4292 cls.add_method('Copy',
4293 'ns3::Ptr< ns3::AttributeValue >',
4294 [],
4295 is_const=True, is_virtual=True)
4296 ## ipv4-address.h (module 'network'): bool ns3::Ipv4AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4297 cls.add_method('DeserializeFromString',
4298 'bool',
4299 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4300 is_virtual=True)
4301 ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4AddressValue::Get() const [member function]
4302 cls.add_method('Get',
4303 'ns3::Ipv4Address',
4304 [],
4305 is_const=True)
4306 ## ipv4-address.h (module 'network'): std::string ns3::Ipv4AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4307 cls.add_method('SerializeToString',
4308 'std::string',
4309 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4310 is_const=True, is_virtual=True)
4311 ## ipv4-address.h (module 'network'): void ns3::Ipv4AddressValue::Set(ns3::Ipv4Address const & value) [member function]
4312 cls.add_method('Set',
4313 'void',
4314 [param('ns3::Ipv4Address const &', 'value')])
4315 return
4316
4317def register_Ns3Ipv4MaskChecker_methods(root_module, cls):
4318 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker() [constructor]
4319 cls.add_constructor([])
4320 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker(ns3::Ipv4MaskChecker const & arg0) [copy constructor]
4321 cls.add_constructor([param('ns3::Ipv4MaskChecker const &', 'arg0')])
4322 return
4323
4324def register_Ns3Ipv4MaskValue_methods(root_module, cls):
4325 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue() [constructor]
4326 cls.add_constructor([])
4327 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4MaskValue const & arg0) [copy constructor]
4328 cls.add_constructor([param('ns3::Ipv4MaskValue const &', 'arg0')])
4329 ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4Mask const & value) [constructor]
4330 cls.add_constructor([param('ns3::Ipv4Mask const &', 'value')])
4331 ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4MaskValue::Copy() const [member function]
4332 cls.add_method('Copy',
4333 'ns3::Ptr< ns3::AttributeValue >',
4334 [],
4335 is_const=True, is_virtual=True)
4336 ## ipv4-address.h (module 'network'): bool ns3::Ipv4MaskValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4337 cls.add_method('DeserializeFromString',
4338 'bool',
4339 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4340 is_virtual=True)
4341 ## ipv4-address.h (module 'network'): ns3::Ipv4Mask ns3::Ipv4MaskValue::Get() const [member function]
4342 cls.add_method('Get',
4343 'ns3::Ipv4Mask',
4344 [],
4345 is_const=True)
4346 ## ipv4-address.h (module 'network'): std::string ns3::Ipv4MaskValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4347 cls.add_method('SerializeToString',
4348 'std::string',
4349 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4350 is_const=True, is_virtual=True)
4351 ## ipv4-address.h (module 'network'): void ns3::Ipv4MaskValue::Set(ns3::Ipv4Mask const & value) [member function]
4352 cls.add_method('Set',
4353 'void',
4354 [param('ns3::Ipv4Mask const &', 'value')])
4355 return
4356
4357def register_Ns3Ipv6AddressChecker_methods(root_module, cls):
4358 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker() [constructor]
4359 cls.add_constructor([])
4360 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker(ns3::Ipv6AddressChecker const & arg0) [copy constructor]
4361 cls.add_constructor([param('ns3::Ipv6AddressChecker const &', 'arg0')])
4362 return
4363
4364def register_Ns3Ipv6AddressValue_methods(root_module, cls):
4365 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue() [constructor]
4366 cls.add_constructor([])
4367 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6AddressValue const & arg0) [copy constructor]
4368 cls.add_constructor([param('ns3::Ipv6AddressValue const &', 'arg0')])
4369 ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6Address const & value) [constructor]
4370 cls.add_constructor([param('ns3::Ipv6Address const &', 'value')])
4371 ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6AddressValue::Copy() const [member function]
4372 cls.add_method('Copy',
4373 'ns3::Ptr< ns3::AttributeValue >',
4374 [],
4375 is_const=True, is_virtual=True)
4376 ## ipv6-address.h (module 'network'): bool ns3::Ipv6AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4377 cls.add_method('DeserializeFromString',
4378 'bool',
4379 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4380 is_virtual=True)
4381 ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6AddressValue::Get() const [member function]
4382 cls.add_method('Get',
4383 'ns3::Ipv6Address',
4384 [],
4385 is_const=True)
4386 ## ipv6-address.h (module 'network'): std::string ns3::Ipv6AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4387 cls.add_method('SerializeToString',
4388 'std::string',
4389 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4390 is_const=True, is_virtual=True)
4391 ## ipv6-address.h (module 'network'): void ns3::Ipv6AddressValue::Set(ns3::Ipv6Address const & value) [member function]
4392 cls.add_method('Set',
4393 'void',
4394 [param('ns3::Ipv6Address const &', 'value')])
4395 return
4396
4397def register_Ns3Ipv6PrefixChecker_methods(root_module, cls):
4398 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker() [constructor]
4399 cls.add_constructor([])
4400 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker(ns3::Ipv6PrefixChecker const & arg0) [copy constructor]
4401 cls.add_constructor([param('ns3::Ipv6PrefixChecker const &', 'arg0')])
4402 return
4403
4404def register_Ns3Ipv6PrefixValue_methods(root_module, cls):
4405 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue() [constructor]
4406 cls.add_constructor([])
4407 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6PrefixValue const & arg0) [copy constructor]
4408 cls.add_constructor([param('ns3::Ipv6PrefixValue const &', 'arg0')])
4409 ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6Prefix const & value) [constructor]
4410 cls.add_constructor([param('ns3::Ipv6Prefix const &', 'value')])
4411 ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6PrefixValue::Copy() const [member function]
4412 cls.add_method('Copy',
4413 'ns3::Ptr< ns3::AttributeValue >',
4414 [],
4415 is_const=True, is_virtual=True)
4416 ## ipv6-address.h (module 'network'): bool ns3::Ipv6PrefixValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4417 cls.add_method('DeserializeFromString',
4418 'bool',
4419 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4420 is_virtual=True)
4421 ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix ns3::Ipv6PrefixValue::Get() const [member function]
4422 cls.add_method('Get',
4423 'ns3::Ipv6Prefix',
4424 [],
4425 is_const=True)
4426 ## ipv6-address.h (module 'network'): std::string ns3::Ipv6PrefixValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4427 cls.add_method('SerializeToString',
4428 'std::string',
4429 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4430 is_const=True, is_virtual=True)
4431 ## ipv6-address.h (module 'network'): void ns3::Ipv6PrefixValue::Set(ns3::Ipv6Prefix const & value) [member function]
4432 cls.add_method('Set',
4433 'void',
4434 [param('ns3::Ipv6Prefix const &', 'value')])
4435 return
4436
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07004437def register_Ns3L2Tracer_methods(root_module, cls):
4438 cls.add_output_stream_operator()
4439 ## l2-tracer.h (module 'ndnSIM'): ns3::L2Tracer::L2Tracer(ns3::L2Tracer const & arg0) [copy constructor]
4440 cls.add_constructor([param('ns3::L2Tracer const &', 'arg0')])
4441 ## l2-tracer.h (module 'ndnSIM'): ns3::L2Tracer::L2Tracer(ns3::Ptr<ns3::Node> node) [constructor]
4442 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
4443 ## l2-tracer.h (module 'ndnSIM'): void ns3::L2Tracer::Connect() [member function]
4444 cls.add_method('Connect',
4445 'void',
4446 [])
4447 ## l2-tracer.h (module 'ndnSIM'): void ns3::L2Tracer::Drop(ns3::Ptr<ns3::Packet const> arg0) [member function]
4448 cls.add_method('Drop',
4449 'void',
4450 [param('ns3::Ptr< ns3::Packet const >', 'arg0')],
4451 is_pure_virtual=True, is_virtual=True)
4452 ## l2-tracer.h (module 'ndnSIM'): void ns3::L2Tracer::Print(std::ostream & os) const [member function]
4453 cls.add_method('Print',
4454 'void',
4455 [param('std::ostream &', 'os')],
4456 is_pure_virtual=True, is_const=True, is_virtual=True)
4457 ## l2-tracer.h (module 'ndnSIM'): void ns3::L2Tracer::PrintHeader(std::ostream & os) const [member function]
4458 cls.add_method('PrintHeader',
4459 'void',
4460 [param('std::ostream &', 'os')],
4461 is_pure_virtual=True, is_const=True, is_virtual=True)
4462 return
4463
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004464def register_Ns3NetDevice_methods(root_module, cls):
4465 ## net-device.h (module 'network'): ns3::NetDevice::NetDevice() [constructor]
4466 cls.add_constructor([])
4467 ## net-device.h (module 'network'): ns3::NetDevice::NetDevice(ns3::NetDevice const & arg0) [copy constructor]
4468 cls.add_constructor([param('ns3::NetDevice const &', 'arg0')])
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08004469 ## net-device.h (module 'network'): void ns3::NetDevice::AddLinkChangeCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004470 cls.add_method('AddLinkChangeCallback',
4471 'void',
4472 [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')],
4473 is_pure_virtual=True, is_virtual=True)
4474 ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetAddress() const [member function]
4475 cls.add_method('GetAddress',
4476 'ns3::Address',
4477 [],
4478 is_pure_virtual=True, is_const=True, is_virtual=True)
4479 ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetBroadcast() const [member function]
4480 cls.add_method('GetBroadcast',
4481 'ns3::Address',
4482 [],
4483 is_pure_virtual=True, is_const=True, is_virtual=True)
4484 ## net-device.h (module 'network'): ns3::Ptr<ns3::Channel> ns3::NetDevice::GetChannel() const [member function]
4485 cls.add_method('GetChannel',
4486 'ns3::Ptr< ns3::Channel >',
4487 [],
4488 is_pure_virtual=True, is_const=True, is_virtual=True)
4489 ## net-device.h (module 'network'): uint32_t ns3::NetDevice::GetIfIndex() const [member function]
4490 cls.add_method('GetIfIndex',
4491 'uint32_t',
4492 [],
4493 is_pure_virtual=True, is_const=True, is_virtual=True)
4494 ## net-device.h (module 'network'): uint16_t ns3::NetDevice::GetMtu() const [member function]
4495 cls.add_method('GetMtu',
4496 'uint16_t',
4497 [],
4498 is_pure_virtual=True, is_const=True, is_virtual=True)
4499 ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function]
4500 cls.add_method('GetMulticast',
4501 'ns3::Address',
4502 [param('ns3::Ipv4Address', 'multicastGroup')],
4503 is_pure_virtual=True, is_const=True, is_virtual=True)
4504 ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function]
4505 cls.add_method('GetMulticast',
4506 'ns3::Address',
4507 [param('ns3::Ipv6Address', 'addr')],
4508 is_pure_virtual=True, is_const=True, is_virtual=True)
4509 ## net-device.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NetDevice::GetNode() const [member function]
4510 cls.add_method('GetNode',
4511 'ns3::Ptr< ns3::Node >',
4512 [],
4513 is_pure_virtual=True, is_const=True, is_virtual=True)
4514 ## net-device.h (module 'network'): static ns3::TypeId ns3::NetDevice::GetTypeId() [member function]
4515 cls.add_method('GetTypeId',
4516 'ns3::TypeId',
4517 [],
4518 is_static=True)
4519 ## net-device.h (module 'network'): bool ns3::NetDevice::IsBridge() const [member function]
4520 cls.add_method('IsBridge',
4521 'bool',
4522 [],
4523 is_pure_virtual=True, is_const=True, is_virtual=True)
4524 ## net-device.h (module 'network'): bool ns3::NetDevice::IsBroadcast() const [member function]
4525 cls.add_method('IsBroadcast',
4526 'bool',
4527 [],
4528 is_pure_virtual=True, is_const=True, is_virtual=True)
4529 ## net-device.h (module 'network'): bool ns3::NetDevice::IsLinkUp() const [member function]
4530 cls.add_method('IsLinkUp',
4531 'bool',
4532 [],
4533 is_pure_virtual=True, is_const=True, is_virtual=True)
4534 ## net-device.h (module 'network'): bool ns3::NetDevice::IsMulticast() const [member function]
4535 cls.add_method('IsMulticast',
4536 'bool',
4537 [],
4538 is_pure_virtual=True, is_const=True, is_virtual=True)
4539 ## net-device.h (module 'network'): bool ns3::NetDevice::IsPointToPoint() const [member function]
4540 cls.add_method('IsPointToPoint',
4541 'bool',
4542 [],
4543 is_pure_virtual=True, is_const=True, is_virtual=True)
4544 ## net-device.h (module 'network'): bool ns3::NetDevice::NeedsArp() const [member function]
4545 cls.add_method('NeedsArp',
4546 'bool',
4547 [],
4548 is_pure_virtual=True, is_const=True, is_virtual=True)
4549 ## net-device.h (module 'network'): bool ns3::NetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function]
4550 cls.add_method('Send',
4551 'bool',
4552 [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
4553 is_pure_virtual=True, is_virtual=True)
4554 ## net-device.h (module 'network'): bool ns3::NetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function]
4555 cls.add_method('SendFrom',
4556 'bool',
4557 [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')],
4558 is_pure_virtual=True, is_virtual=True)
4559 ## net-device.h (module 'network'): void ns3::NetDevice::SetAddress(ns3::Address address) [member function]
4560 cls.add_method('SetAddress',
4561 'void',
4562 [param('ns3::Address', 'address')],
4563 is_pure_virtual=True, is_virtual=True)
4564 ## net-device.h (module 'network'): void ns3::NetDevice::SetIfIndex(uint32_t const index) [member function]
4565 cls.add_method('SetIfIndex',
4566 'void',
4567 [param('uint32_t const', 'index')],
4568 is_pure_virtual=True, is_virtual=True)
4569 ## net-device.h (module 'network'): bool ns3::NetDevice::SetMtu(uint16_t const mtu) [member function]
4570 cls.add_method('SetMtu',
4571 'bool',
4572 [param('uint16_t const', 'mtu')],
4573 is_pure_virtual=True, is_virtual=True)
4574 ## net-device.h (module 'network'): void ns3::NetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function]
4575 cls.add_method('SetNode',
4576 'void',
4577 [param('ns3::Ptr< ns3::Node >', 'node')],
4578 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyev07827182011-12-13 01:07:32 -08004579 ## net-device.h (module 'network'): void ns3::NetDevice::SetPromiscReceiveCallback(ns3::Callback<bool,ns3::Ptr<ns3::NetDevice>,ns3::Ptr<const ns3::Packet>,short unsigned int,const ns3::Address&,const ns3::Address&,ns3::NetDevice::PacketType,ns3::empty,ns3::empty,ns3::empty> cb) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004580 cls.add_method('SetPromiscReceiveCallback',
4581 'void',
Alexander Afanasyev07827182011-12-13 01:07:32 -08004582 [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, short unsigned int, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'cb')],
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004583 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyev07827182011-12-13 01:07:32 -08004584 ## net-device.h (module 'network'): void ns3::NetDevice::SetReceiveCallback(ns3::Callback<bool,ns3::Ptr<ns3::NetDevice>,ns3::Ptr<const ns3::Packet>,short unsigned int,const ns3::Address&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> cb) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004585 cls.add_method('SetReceiveCallback',
4586 'void',
Alexander Afanasyev07827182011-12-13 01:07:32 -08004587 [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, short unsigned int, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')],
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004588 is_pure_virtual=True, is_virtual=True)
4589 ## net-device.h (module 'network'): bool ns3::NetDevice::SupportsSendFrom() const [member function]
4590 cls.add_method('SupportsSendFrom',
4591 'bool',
4592 [],
4593 is_pure_virtual=True, is_const=True, is_virtual=True)
4594 return
4595
4596def register_Ns3NixVector_methods(root_module, cls):
4597 cls.add_output_stream_operator()
4598 ## nix-vector.h (module 'network'): ns3::NixVector::NixVector() [constructor]
4599 cls.add_constructor([])
4600 ## nix-vector.h (module 'network'): ns3::NixVector::NixVector(ns3::NixVector const & o) [copy constructor]
4601 cls.add_constructor([param('ns3::NixVector const &', 'o')])
4602 ## nix-vector.h (module 'network'): void ns3::NixVector::AddNeighborIndex(uint32_t newBits, uint32_t numberOfBits) [member function]
4603 cls.add_method('AddNeighborIndex',
4604 'void',
4605 [param('uint32_t', 'newBits'), param('uint32_t', 'numberOfBits')])
4606 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::BitCount(uint32_t numberOfNeighbors) const [member function]
4607 cls.add_method('BitCount',
4608 'uint32_t',
4609 [param('uint32_t', 'numberOfNeighbors')],
4610 is_const=True)
4611 ## nix-vector.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function]
4612 cls.add_method('Copy',
4613 'ns3::Ptr< ns3::NixVector >',
4614 [],
4615 is_const=True)
4616 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function]
4617 cls.add_method('Deserialize',
4618 'uint32_t',
4619 [param('uint32_t const *', 'buffer'), param('uint32_t', 'size')])
4620 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::ExtractNeighborIndex(uint32_t numberOfBits) [member function]
4621 cls.add_method('ExtractNeighborIndex',
4622 'uint32_t',
4623 [param('uint32_t', 'numberOfBits')])
4624 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetRemainingBits() [member function]
4625 cls.add_method('GetRemainingBits',
4626 'uint32_t',
4627 [])
4628 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetSerializedSize() const [member function]
4629 cls.add_method('GetSerializedSize',
4630 'uint32_t',
4631 [],
4632 is_const=True)
4633 ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Serialize(uint32_t * buffer, uint32_t maxSize) const [member function]
4634 cls.add_method('Serialize',
4635 'uint32_t',
4636 [param('uint32_t *', 'buffer'), param('uint32_t', 'maxSize')],
4637 is_const=True)
4638 return
4639
4640def register_Ns3Node_methods(root_module, cls):
4641 ## node.h (module 'network'): ns3::Node::Node(ns3::Node const & arg0) [copy constructor]
4642 cls.add_constructor([param('ns3::Node const &', 'arg0')])
4643 ## node.h (module 'network'): ns3::Node::Node() [constructor]
4644 cls.add_constructor([])
4645 ## node.h (module 'network'): ns3::Node::Node(uint32_t systemId) [constructor]
4646 cls.add_constructor([param('uint32_t', 'systemId')])
4647 ## node.h (module 'network'): uint32_t ns3::Node::AddApplication(ns3::Ptr<ns3::Application> application) [member function]
4648 cls.add_method('AddApplication',
4649 'uint32_t',
4650 [param('ns3::Ptr< ns3::Application >', 'application')])
4651 ## node.h (module 'network'): uint32_t ns3::Node::AddDevice(ns3::Ptr<ns3::NetDevice> device) [member function]
4652 cls.add_method('AddDevice',
4653 'uint32_t',
4654 [param('ns3::Ptr< ns3::NetDevice >', 'device')])
4655 ## node.h (module 'network'): static bool ns3::Node::ChecksumEnabled() [member function]
4656 cls.add_method('ChecksumEnabled',
4657 'bool',
4658 [],
4659 is_static=True)
4660 ## node.h (module 'network'): ns3::Ptr<ns3::Application> ns3::Node::GetApplication(uint32_t index) const [member function]
4661 cls.add_method('GetApplication',
4662 'ns3::Ptr< ns3::Application >',
4663 [param('uint32_t', 'index')],
4664 is_const=True)
4665 ## node.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::Node::GetDevice(uint32_t index) const [member function]
4666 cls.add_method('GetDevice',
4667 'ns3::Ptr< ns3::NetDevice >',
4668 [param('uint32_t', 'index')],
4669 is_const=True)
4670 ## node.h (module 'network'): uint32_t ns3::Node::GetId() const [member function]
4671 cls.add_method('GetId',
4672 'uint32_t',
4673 [],
4674 is_const=True)
4675 ## node.h (module 'network'): uint32_t ns3::Node::GetNApplications() const [member function]
4676 cls.add_method('GetNApplications',
4677 'uint32_t',
4678 [],
4679 is_const=True)
4680 ## node.h (module 'network'): uint32_t ns3::Node::GetNDevices() const [member function]
4681 cls.add_method('GetNDevices',
4682 'uint32_t',
4683 [],
4684 is_const=True)
4685 ## node.h (module 'network'): uint32_t ns3::Node::GetSystemId() const [member function]
4686 cls.add_method('GetSystemId',
4687 'uint32_t',
4688 [],
4689 is_const=True)
4690 ## node.h (module 'network'): static ns3::TypeId ns3::Node::GetTypeId() [member function]
4691 cls.add_method('GetTypeId',
4692 'ns3::TypeId',
4693 [],
4694 is_static=True)
4695 ## node.h (module 'network'): void ns3::Node::RegisterDeviceAdditionListener(ns3::Callback<void,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> listener) [member function]
4696 cls.add_method('RegisterDeviceAdditionListener',
4697 'void',
4698 [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'listener')])
4699 ## node.h (module 'network'): void ns3::Node::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler, uint16_t protocolType, ns3::Ptr<ns3::NetDevice> device, bool promiscuous=false) [member function]
4700 cls.add_method('RegisterProtocolHandler',
4701 'void',
4702 [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler'), param('uint16_t', 'protocolType'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'promiscuous', default_value='false')])
4703 ## node.h (module 'network'): void ns3::Node::UnregisterDeviceAdditionListener(ns3::Callback<void,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> listener) [member function]
4704 cls.add_method('UnregisterDeviceAdditionListener',
4705 'void',
4706 [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'listener')])
4707 ## node.h (module 'network'): void ns3::Node::UnregisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::Address const&, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty> handler) [member function]
4708 cls.add_method('UnregisterProtocolHandler',
4709 'void',
4710 [param('ns3::Callback< void, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::Address const &, ns3::NetDevice::PacketType, ns3::empty, ns3::empty, ns3::empty >', 'handler')])
4711 ## node.h (module 'network'): void ns3::Node::DoDispose() [member function]
4712 cls.add_method('DoDispose',
4713 'void',
4714 [],
4715 visibility='protected', is_virtual=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07004716 ## node.h (module 'network'): void ns3::Node::DoInitialize() [member function]
4717 cls.add_method('DoInitialize',
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004718 'void',
4719 [],
4720 visibility='protected', is_virtual=True)
4721 return
4722
4723def register_Ns3ObjectFactoryChecker_methods(root_module, cls):
4724 ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker() [constructor]
4725 cls.add_constructor([])
4726 ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker(ns3::ObjectFactoryChecker const & arg0) [copy constructor]
4727 cls.add_constructor([param('ns3::ObjectFactoryChecker const &', 'arg0')])
4728 return
4729
4730def register_Ns3ObjectFactoryValue_methods(root_module, cls):
4731 ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue() [constructor]
4732 cls.add_constructor([])
4733 ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactoryValue const & arg0) [copy constructor]
4734 cls.add_constructor([param('ns3::ObjectFactoryValue const &', 'arg0')])
4735 ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactory const & value) [constructor]
4736 cls.add_constructor([param('ns3::ObjectFactory const &', 'value')])
4737 ## object-factory.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::ObjectFactoryValue::Copy() const [member function]
4738 cls.add_method('Copy',
4739 'ns3::Ptr< ns3::AttributeValue >',
4740 [],
4741 is_const=True, is_virtual=True)
4742 ## object-factory.h (module 'core'): bool ns3::ObjectFactoryValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4743 cls.add_method('DeserializeFromString',
4744 'bool',
4745 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4746 is_virtual=True)
4747 ## object-factory.h (module 'core'): ns3::ObjectFactory ns3::ObjectFactoryValue::Get() const [member function]
4748 cls.add_method('Get',
4749 'ns3::ObjectFactory',
4750 [],
4751 is_const=True)
4752 ## object-factory.h (module 'core'): std::string ns3::ObjectFactoryValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4753 cls.add_method('SerializeToString',
4754 'std::string',
4755 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4756 is_const=True, is_virtual=True)
4757 ## object-factory.h (module 'core'): void ns3::ObjectFactoryValue::Set(ns3::ObjectFactory const & value) [member function]
4758 cls.add_method('Set',
4759 'void',
4760 [param('ns3::ObjectFactory const &', 'value')])
4761 return
4762
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004763def register_Ns3Packet_methods(root_module, cls):
4764 cls.add_output_stream_operator()
4765 ## packet.h (module 'network'): ns3::Packet::Packet() [constructor]
4766 cls.add_constructor([])
4767 ## packet.h (module 'network'): ns3::Packet::Packet(ns3::Packet const & o) [copy constructor]
4768 cls.add_constructor([param('ns3::Packet const &', 'o')])
4769 ## packet.h (module 'network'): ns3::Packet::Packet(uint32_t size) [constructor]
4770 cls.add_constructor([param('uint32_t', 'size')])
4771 ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size, bool magic) [constructor]
4772 cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size'), param('bool', 'magic')])
4773 ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size) [constructor]
4774 cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07004775 ## packet.h (module 'network'): ns3::Packet::Packet(std::string const & buffer) [constructor]
4776 cls.add_constructor([param('std::string const &', 'buffer')])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07004777 ## packet.h (module 'network'): void ns3::Packet::AddAtEnd(ns3::Ptr<ns3::Packet const> packet) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004778 cls.add_method('AddAtEnd',
4779 'void',
4780 [param('ns3::Ptr< ns3::Packet const >', 'packet')])
4781 ## packet.h (module 'network'): void ns3::Packet::AddByteTag(ns3::Tag const & tag) const [member function]
4782 cls.add_method('AddByteTag',
4783 'void',
4784 [param('ns3::Tag const &', 'tag')],
4785 is_const=True)
4786 ## packet.h (module 'network'): void ns3::Packet::AddHeader(ns3::Header const & header) [member function]
4787 cls.add_method('AddHeader',
4788 'void',
4789 [param('ns3::Header const &', 'header')])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004790 ## packet.h (module 'network'): void ns3::Packet::AddPacketTag(ns3::Tag const & tag) const [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004791 cls.add_method('AddPacketTag',
4792 'void',
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004793 [param('ns3::Tag const &', 'tag')],
4794 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004795 ## packet.h (module 'network'): void ns3::Packet::AddPaddingAtEnd(uint32_t size) [member function]
4796 cls.add_method('AddPaddingAtEnd',
4797 'void',
4798 [param('uint32_t', 'size')])
4799 ## packet.h (module 'network'): void ns3::Packet::AddTrailer(ns3::Trailer const & trailer) [member function]
4800 cls.add_method('AddTrailer',
4801 'void',
4802 [param('ns3::Trailer const &', 'trailer')])
4803 ## packet.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::Packet::BeginItem() const [member function]
4804 cls.add_method('BeginItem',
4805 'ns3::PacketMetadata::ItemIterator',
4806 [],
4807 is_const=True)
4808 ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::Copy() const [member function]
4809 cls.add_method('Copy',
4810 'ns3::Ptr< ns3::Packet >',
4811 [],
4812 is_const=True)
4813 ## packet.h (module 'network'): uint32_t ns3::Packet::CopyData(uint8_t * buffer, uint32_t size) const [member function]
4814 cls.add_method('CopyData',
4815 'uint32_t',
4816 [param('uint8_t *', 'buffer'), param('uint32_t', 'size')],
4817 is_const=True)
4818 ## packet.h (module 'network'): void ns3::Packet::CopyData(std::ostream * os, uint32_t size) const [member function]
4819 cls.add_method('CopyData',
4820 'void',
4821 [param('std::ostream *', 'os'), param('uint32_t', 'size')],
4822 is_const=True)
4823 ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::CreateFragment(uint32_t start, uint32_t length) const [member function]
4824 cls.add_method('CreateFragment',
4825 'ns3::Ptr< ns3::Packet >',
4826 [param('uint32_t', 'start'), param('uint32_t', 'length')],
4827 is_const=True)
4828 ## packet.h (module 'network'): static void ns3::Packet::EnableChecking() [member function]
4829 cls.add_method('EnableChecking',
4830 'void',
4831 [],
4832 is_static=True)
4833 ## packet.h (module 'network'): static void ns3::Packet::EnablePrinting() [member function]
4834 cls.add_method('EnablePrinting',
4835 'void',
4836 [],
4837 is_static=True)
4838 ## packet.h (module 'network'): bool ns3::Packet::FindFirstMatchingByteTag(ns3::Tag & tag) const [member function]
4839 cls.add_method('FindFirstMatchingByteTag',
4840 'bool',
4841 [param('ns3::Tag &', 'tag')],
4842 is_const=True)
4843 ## packet.h (module 'network'): ns3::ByteTagIterator ns3::Packet::GetByteTagIterator() const [member function]
4844 cls.add_method('GetByteTagIterator',
4845 'ns3::ByteTagIterator',
4846 [],
4847 is_const=True)
4848 ## packet.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::Packet::GetNixVector() const [member function]
4849 cls.add_method('GetNixVector',
4850 'ns3::Ptr< ns3::NixVector >',
4851 [],
4852 is_const=True)
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004853 ## packet.h (module 'network'): ns3::PacketTagIterator ns3::Packet::GetPacketTagIterator() const [member function]
4854 cls.add_method('GetPacketTagIterator',
4855 'ns3::PacketTagIterator',
4856 [],
4857 is_const=True)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004858 ## packet.h (module 'network'): uint32_t ns3::Packet::GetSerializedSize() const [member function]
4859 cls.add_method('GetSerializedSize',
4860 'uint32_t',
4861 [],
4862 is_const=True)
4863 ## packet.h (module 'network'): uint32_t ns3::Packet::GetSize() const [member function]
4864 cls.add_method('GetSize',
4865 'uint32_t',
4866 [],
4867 is_const=True)
4868 ## packet.h (module 'network'): uint64_t ns3::Packet::GetUid() const [member function]
4869 cls.add_method('GetUid',
4870 'uint64_t',
4871 [],
4872 is_const=True)
4873 ## packet.h (module 'network'): uint8_t const * ns3::Packet::PeekData() const [member function]
4874 cls.add_method('PeekData',
4875 'uint8_t const *',
4876 [],
4877 deprecated=True, is_const=True)
4878 ## packet.h (module 'network'): uint32_t ns3::Packet::PeekHeader(ns3::Header & header) const [member function]
4879 cls.add_method('PeekHeader',
4880 'uint32_t',
4881 [param('ns3::Header &', 'header')],
4882 is_const=True)
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004883 ## packet.h (module 'network'): bool ns3::Packet::PeekPacketTag(ns3::Tag & tag) const [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004884 cls.add_method('PeekPacketTag',
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004885 'bool',
4886 [param('ns3::Tag &', 'tag')],
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004887 is_const=True)
4888 ## packet.h (module 'network'): uint32_t ns3::Packet::PeekTrailer(ns3::Trailer & trailer) [member function]
4889 cls.add_method('PeekTrailer',
4890 'uint32_t',
4891 [param('ns3::Trailer &', 'trailer')])
4892 ## packet.h (module 'network'): void ns3::Packet::Print(std::ostream & os) const [member function]
4893 cls.add_method('Print',
4894 'void',
4895 [param('std::ostream &', 'os')],
4896 is_const=True)
4897 ## packet.h (module 'network'): void ns3::Packet::PrintByteTags(std::ostream & os) const [member function]
4898 cls.add_method('PrintByteTags',
4899 'void',
4900 [param('std::ostream &', 'os')],
4901 is_const=True)
4902 ## packet.h (module 'network'): void ns3::Packet::PrintPacketTags(std::ostream & os) const [member function]
4903 cls.add_method('PrintPacketTags',
4904 'void',
4905 [param('std::ostream &', 'os')],
4906 is_const=True)
4907 ## packet.h (module 'network'): void ns3::Packet::RemoveAllByteTags() [member function]
4908 cls.add_method('RemoveAllByteTags',
4909 'void',
4910 [])
4911 ## packet.h (module 'network'): void ns3::Packet::RemoveAllPacketTags() [member function]
4912 cls.add_method('RemoveAllPacketTags',
4913 'void',
4914 [])
4915 ## packet.h (module 'network'): void ns3::Packet::RemoveAtEnd(uint32_t size) [member function]
4916 cls.add_method('RemoveAtEnd',
4917 'void',
4918 [param('uint32_t', 'size')])
4919 ## packet.h (module 'network'): void ns3::Packet::RemoveAtStart(uint32_t size) [member function]
4920 cls.add_method('RemoveAtStart',
4921 'void',
4922 [param('uint32_t', 'size')])
4923 ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveHeader(ns3::Header & header) [member function]
4924 cls.add_method('RemoveHeader',
4925 'uint32_t',
4926 [param('ns3::Header &', 'header')])
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004927 ## packet.h (module 'network'): bool ns3::Packet::RemovePacketTag(ns3::Tag & tag) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004928 cls.add_method('RemovePacketTag',
Alexander Afanasyevad5acce2012-05-31 12:43:08 -07004929 'bool',
4930 [param('ns3::Tag &', 'tag')])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004931 ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveTrailer(ns3::Trailer & trailer) [member function]
4932 cls.add_method('RemoveTrailer',
4933 'uint32_t',
4934 [param('ns3::Trailer &', 'trailer')])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07004935 ## packet.h (module 'network'): bool ns3::Packet::ReplacePacketTag(ns3::Tag & tag) [member function]
4936 cls.add_method('ReplacePacketTag',
4937 'bool',
4938 [param('ns3::Tag &', 'tag')])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004939 ## packet.h (module 'network'): uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function]
4940 cls.add_method('Serialize',
4941 'uint32_t',
4942 [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')],
4943 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07004944 ## packet.h (module 'network'): void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> nixVector) [member function]
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004945 cls.add_method('SetNixVector',
4946 'void',
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07004947 [param('ns3::Ptr< ns3::NixVector >', 'nixVector')])
Alexander Afanasyev381dea02011-11-03 08:33:26 -07004948 return
4949
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07004950def register_Ns3RandomVariableChecker_methods(root_module, cls):
4951 ## random-variable.h (module 'core'): ns3::RandomVariableChecker::RandomVariableChecker() [constructor]
4952 cls.add_constructor([])
4953 ## random-variable.h (module 'core'): ns3::RandomVariableChecker::RandomVariableChecker(ns3::RandomVariableChecker const & arg0) [copy constructor]
4954 cls.add_constructor([param('ns3::RandomVariableChecker const &', 'arg0')])
4955 return
4956
4957def register_Ns3RandomVariableValue_methods(root_module, cls):
4958 ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue() [constructor]
4959 cls.add_constructor([])
4960 ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariableValue const & arg0) [copy constructor]
4961 cls.add_constructor([param('ns3::RandomVariableValue const &', 'arg0')])
4962 ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariable const & value) [constructor]
4963 cls.add_constructor([param('ns3::RandomVariable const &', 'value')])
4964 ## random-variable.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::RandomVariableValue::Copy() const [member function]
4965 cls.add_method('Copy',
4966 'ns3::Ptr< ns3::AttributeValue >',
4967 [],
4968 is_const=True, is_virtual=True)
4969 ## random-variable.h (module 'core'): bool ns3::RandomVariableValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
4970 cls.add_method('DeserializeFromString',
4971 'bool',
4972 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4973 is_virtual=True)
4974 ## random-variable.h (module 'core'): ns3::RandomVariable ns3::RandomVariableValue::Get() const [member function]
4975 cls.add_method('Get',
4976 'ns3::RandomVariable',
4977 [],
4978 is_const=True)
4979 ## random-variable.h (module 'core'): std::string ns3::RandomVariableValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
4980 cls.add_method('SerializeToString',
4981 'std::string',
4982 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
4983 is_const=True, is_virtual=True)
4984 ## random-variable.h (module 'core'): void ns3::RandomVariableValue::Set(ns3::RandomVariable const & value) [member function]
4985 cls.add_method('Set',
4986 'void',
4987 [param('ns3::RandomVariable const &', 'value')])
4988 return
4989
4990def register_Ns3RocketfuelWeightsReader_methods(root_module, cls):
4991 ## rocketfuel-weights-reader.h (module 'ndnSIM'): ns3::RocketfuelWeightsReader::RocketfuelWeightsReader(std::string const & path="", double scale=1.0e+0) [constructor]
4992 cls.add_constructor([param('std::string const &', 'path', default_value='""'), param('double', 'scale', default_value='1.0e+0')])
4993 ## rocketfuel-weights-reader.h (module 'ndnSIM'): void ns3::RocketfuelWeightsReader::SetFileType(uint8_t inputType) [member function]
4994 cls.add_method('SetFileType',
4995 'void',
4996 [param('uint8_t', 'inputType')])
4997 ## rocketfuel-weights-reader.h (module 'ndnSIM'): ns3::NodeContainer ns3::RocketfuelWeightsReader::Read() [member function]
4998 cls.add_method('Read',
4999 'ns3::NodeContainer',
5000 [],
5001 is_virtual=True)
5002 ## rocketfuel-weights-reader.h (module 'ndnSIM'): void ns3::RocketfuelWeightsReader::Commit() [member function]
5003 cls.add_method('Commit',
5004 'void',
5005 [])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005006 ## rocketfuel-weights-reader.h (module 'ndnSIM'): void ns3::RocketfuelWeightsReader::SetDefaultBandwidth(std::string const & bw) [member function]
5007 cls.add_method('SetDefaultBandwidth',
5008 'void',
5009 [param('std::string const &', 'bw')])
5010 ## rocketfuel-weights-reader.h (module 'ndnSIM'): std::string ns3::RocketfuelWeightsReader::GetDefaultBandwidth() const [member function]
5011 cls.add_method('GetDefaultBandwidth',
5012 'std::string',
5013 [],
5014 is_const=True)
5015 ## rocketfuel-weights-reader.h (module 'ndnSIM'): void ns3::RocketfuelWeightsReader::SetDefaultQueue(std::string const & queue) [member function]
5016 cls.add_method('SetDefaultQueue',
5017 'void',
5018 [param('std::string const &', 'queue')])
5019 ## rocketfuel-weights-reader.h (module 'ndnSIM'): std::string ns3::RocketfuelWeightsReader::GetDefaultQueue() const [member function]
5020 cls.add_method('GetDefaultQueue',
5021 'std::string',
5022 [],
5023 is_const=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07005024 return
5025
Alexander Afanasyev381dea02011-11-03 08:33:26 -07005026def register_Ns3TimeValue_methods(root_module, cls):
5027 ## nstime.h (module 'core'): ns3::TimeValue::TimeValue() [constructor]
5028 cls.add_constructor([])
5029 ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::TimeValue const & arg0) [copy constructor]
5030 cls.add_constructor([param('ns3::TimeValue const &', 'arg0')])
5031 ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::Time const & value) [constructor]
5032 cls.add_constructor([param('ns3::Time const &', 'value')])
5033 ## nstime.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TimeValue::Copy() const [member function]
5034 cls.add_method('Copy',
5035 'ns3::Ptr< ns3::AttributeValue >',
5036 [],
5037 is_const=True, is_virtual=True)
5038 ## nstime.h (module 'core'): bool ns3::TimeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
5039 cls.add_method('DeserializeFromString',
5040 'bool',
5041 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5042 is_virtual=True)
5043 ## nstime.h (module 'core'): ns3::Time ns3::TimeValue::Get() const [member function]
5044 cls.add_method('Get',
5045 'ns3::Time',
5046 [],
5047 is_const=True)
5048 ## nstime.h (module 'core'): std::string ns3::TimeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
5049 cls.add_method('SerializeToString',
5050 'std::string',
5051 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5052 is_const=True, is_virtual=True)
5053 ## nstime.h (module 'core'): void ns3::TimeValue::Set(ns3::Time const & value) [member function]
5054 cls.add_method('Set',
5055 'void',
5056 [param('ns3::Time const &', 'value')])
5057 return
5058
5059def register_Ns3TypeIdChecker_methods(root_module, cls):
5060 ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker() [constructor]
5061 cls.add_constructor([])
5062 ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker(ns3::TypeIdChecker const & arg0) [copy constructor]
5063 cls.add_constructor([param('ns3::TypeIdChecker const &', 'arg0')])
5064 return
5065
5066def register_Ns3TypeIdValue_methods(root_module, cls):
5067 ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue() [constructor]
5068 cls.add_constructor([])
5069 ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeIdValue const & arg0) [copy constructor]
5070 cls.add_constructor([param('ns3::TypeIdValue const &', 'arg0')])
5071 ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeId const & value) [constructor]
5072 cls.add_constructor([param('ns3::TypeId const &', 'value')])
5073 ## type-id.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TypeIdValue::Copy() const [member function]
5074 cls.add_method('Copy',
5075 'ns3::Ptr< ns3::AttributeValue >',
5076 [],
5077 is_const=True, is_virtual=True)
5078 ## type-id.h (module 'core'): bool ns3::TypeIdValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
5079 cls.add_method('DeserializeFromString',
5080 'bool',
5081 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5082 is_virtual=True)
5083 ## type-id.h (module 'core'): ns3::TypeId ns3::TypeIdValue::Get() const [member function]
5084 cls.add_method('Get',
5085 'ns3::TypeId',
5086 [],
5087 is_const=True)
5088 ## type-id.h (module 'core'): std::string ns3::TypeIdValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
5089 cls.add_method('SerializeToString',
5090 'std::string',
5091 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5092 is_const=True, is_virtual=True)
5093 ## type-id.h (module 'core'): void ns3::TypeIdValue::Set(ns3::TypeId const & value) [member function]
5094 cls.add_method('Set',
5095 'void',
5096 [param('ns3::TypeId const &', 'value')])
5097 return
5098
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005099def register_Ns3UintegerValue_methods(root_module, cls):
5100 ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue() [constructor]
5101 cls.add_constructor([])
5102 ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(ns3::UintegerValue const & arg0) [copy constructor]
5103 cls.add_constructor([param('ns3::UintegerValue const &', 'arg0')])
5104 ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(uint64_t const & value) [constructor]
5105 cls.add_constructor([param('uint64_t const &', 'value')])
5106 ## uinteger.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::UintegerValue::Copy() const [member function]
5107 cls.add_method('Copy',
5108 'ns3::Ptr< ns3::AttributeValue >',
5109 [],
5110 is_const=True, is_virtual=True)
5111 ## uinteger.h (module 'core'): bool ns3::UintegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
5112 cls.add_method('DeserializeFromString',
5113 'bool',
5114 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5115 is_virtual=True)
5116 ## uinteger.h (module 'core'): uint64_t ns3::UintegerValue::Get() const [member function]
5117 cls.add_method('Get',
5118 'uint64_t',
5119 [],
5120 is_const=True)
5121 ## uinteger.h (module 'core'): std::string ns3::UintegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
5122 cls.add_method('SerializeToString',
5123 'std::string',
5124 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5125 is_const=True, is_virtual=True)
5126 ## uinteger.h (module 'core'): void ns3::UintegerValue::Set(uint64_t const & value) [member function]
5127 cls.add_method('Set',
5128 'void',
5129 [param('uint64_t const &', 'value')])
5130 return
5131
Alexander Afanasyev381dea02011-11-03 08:33:26 -07005132def register_Ns3AddressChecker_methods(root_module, cls):
5133 ## address.h (module 'network'): ns3::AddressChecker::AddressChecker() [constructor]
5134 cls.add_constructor([])
5135 ## address.h (module 'network'): ns3::AddressChecker::AddressChecker(ns3::AddressChecker const & arg0) [copy constructor]
5136 cls.add_constructor([param('ns3::AddressChecker const &', 'arg0')])
5137 return
5138
5139def register_Ns3AddressValue_methods(root_module, cls):
5140 ## address.h (module 'network'): ns3::AddressValue::AddressValue() [constructor]
5141 cls.add_constructor([])
5142 ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::AddressValue const & arg0) [copy constructor]
5143 cls.add_constructor([param('ns3::AddressValue const &', 'arg0')])
5144 ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::Address const & value) [constructor]
5145 cls.add_constructor([param('ns3::Address const &', 'value')])
5146 ## address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::AddressValue::Copy() const [member function]
5147 cls.add_method('Copy',
5148 'ns3::Ptr< ns3::AttributeValue >',
5149 [],
5150 is_const=True, is_virtual=True)
5151 ## address.h (module 'network'): bool ns3::AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
5152 cls.add_method('DeserializeFromString',
5153 'bool',
5154 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5155 is_virtual=True)
5156 ## address.h (module 'network'): ns3::Address ns3::AddressValue::Get() const [member function]
5157 cls.add_method('Get',
5158 'ns3::Address',
5159 [],
5160 is_const=True)
5161 ## address.h (module 'network'): std::string ns3::AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
5162 cls.add_method('SerializeToString',
5163 'std::string',
5164 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
5165 is_const=True, is_virtual=True)
5166 ## address.h (module 'network'): void ns3::AddressValue::Set(ns3::Address const & value) [member function]
5167 cls.add_method('Set',
5168 'void',
5169 [param('ns3::Address const &', 'value')])
5170 return
5171
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005172def register_Ns3L2RateTracer_methods(root_module, cls):
5173 ## l2-rate-tracer.h (module 'ndnSIM'): ns3::L2RateTracer::L2RateTracer(ns3::L2RateTracer const & arg0) [copy constructor]
5174 cls.add_constructor([param('ns3::L2RateTracer const &', 'arg0')])
5175 ## l2-rate-tracer.h (module 'ndnSIM'): ns3::L2RateTracer::L2RateTracer(boost::shared_ptr<std::ostream> os, ns3::Ptr<ns3::Node> node) [constructor]
5176 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('ns3::Ptr< ns3::Node >', 'node')])
Alexander Afanasyevdb5f3b62013-08-09 17:42:12 -07005177 ## l2-rate-tracer.h (module 'ndnSIM'): static void ns3::L2RateTracer::Destroy() [member function]
5178 cls.add_method('Destroy',
5179 'void',
5180 [],
5181 is_static=True)
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005182 ## l2-rate-tracer.h (module 'ndnSIM'): void ns3::L2RateTracer::Drop(ns3::Ptr<ns3::Packet const> arg0) [member function]
5183 cls.add_method('Drop',
5184 'void',
5185 [param('ns3::Ptr< ns3::Packet const >', 'arg0')],
5186 is_virtual=True)
5187 ## l2-rate-tracer.h (module 'ndnSIM'): static void ns3::L2RateTracer::InstallAll(std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
5188 cls.add_method('InstallAll',
5189 'void',
5190 [param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
5191 is_static=True)
5192 ## l2-rate-tracer.h (module 'ndnSIM'): void ns3::L2RateTracer::Print(std::ostream & os) const [member function]
5193 cls.add_method('Print',
5194 'void',
5195 [param('std::ostream &', 'os')],
5196 is_const=True, is_virtual=True)
5197 ## l2-rate-tracer.h (module 'ndnSIM'): void ns3::L2RateTracer::PrintHeader(std::ostream & os) const [member function]
5198 cls.add_method('PrintHeader',
5199 'void',
5200 [param('std::ostream &', 'os')],
5201 is_const=True, is_virtual=True)
5202 ## l2-rate-tracer.h (module 'ndnSIM'): void ns3::L2RateTracer::SetAveragingPeriod(ns3::Time const & period) [member function]
5203 cls.add_method('SetAveragingPeriod',
5204 'void',
5205 [param('ns3::Time const &', 'period')])
5206 return
5207
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07005208def register_Ns3HashImplementation_methods(root_module, cls):
5209 ## hash-function.h (module 'core'): ns3::Hash::Implementation::Implementation(ns3::Hash::Implementation const & arg0) [copy constructor]
5210 cls.add_constructor([param('ns3::Hash::Implementation const &', 'arg0')])
5211 ## hash-function.h (module 'core'): ns3::Hash::Implementation::Implementation() [constructor]
5212 cls.add_constructor([])
5213 ## hash-function.h (module 'core'): uint32_t ns3::Hash::Implementation::GetHash32(char const * buffer, size_t const size) [member function]
5214 cls.add_method('GetHash32',
5215 'uint32_t',
5216 [param('char const *', 'buffer'), param('size_t const', 'size')],
5217 is_pure_virtual=True, is_virtual=True)
5218 ## hash-function.h (module 'core'): uint64_t ns3::Hash::Implementation::GetHash64(char const * buffer, size_t const size) [member function]
5219 cls.add_method('GetHash64',
5220 'uint64_t',
5221 [param('char const *', 'buffer'), param('size_t const', 'size')],
5222 is_virtual=True)
5223 ## hash-function.h (module 'core'): void ns3::Hash::Implementation::clear() [member function]
5224 cls.add_method('clear',
5225 'void',
5226 [],
5227 is_pure_virtual=True, is_virtual=True)
5228 return
5229
5230def register_Ns3HashFunctionFnv1a_methods(root_module, cls):
5231 ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a::Fnv1a(ns3::Hash::Function::Fnv1a const & arg0) [copy constructor]
5232 cls.add_constructor([param('ns3::Hash::Function::Fnv1a const &', 'arg0')])
5233 ## hash-fnv.h (module 'core'): ns3::Hash::Function::Fnv1a::Fnv1a() [constructor]
5234 cls.add_constructor([])
5235 ## hash-fnv.h (module 'core'): uint32_t ns3::Hash::Function::Fnv1a::GetHash32(char const * buffer, size_t const size) [member function]
5236 cls.add_method('GetHash32',
5237 'uint32_t',
5238 [param('char const *', 'buffer'), param('size_t const', 'size')],
5239 is_virtual=True)
5240 ## hash-fnv.h (module 'core'): uint64_t ns3::Hash::Function::Fnv1a::GetHash64(char const * buffer, size_t const size) [member function]
5241 cls.add_method('GetHash64',
5242 'uint64_t',
5243 [param('char const *', 'buffer'), param('size_t const', 'size')],
5244 is_virtual=True)
5245 ## hash-fnv.h (module 'core'): void ns3::Hash::Function::Fnv1a::clear() [member function]
5246 cls.add_method('clear',
5247 'void',
5248 [],
5249 is_virtual=True)
5250 return
5251
5252def register_Ns3HashFunctionHash32_methods(root_module, cls):
5253 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32::Hash32(ns3::Hash::Function::Hash32 const & arg0) [copy constructor]
5254 cls.add_constructor([param('ns3::Hash::Function::Hash32 const &', 'arg0')])
5255 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash32::Hash32(ns3::Hash::Hash32Function_ptr hp) [constructor]
5256 cls.add_constructor([param('ns3::Hash::Hash32Function_ptr', 'hp')])
5257 ## hash-function.h (module 'core'): uint32_t ns3::Hash::Function::Hash32::GetHash32(char const * buffer, size_t const size) [member function]
5258 cls.add_method('GetHash32',
5259 'uint32_t',
5260 [param('char const *', 'buffer'), param('size_t const', 'size')],
5261 is_virtual=True)
5262 ## hash-function.h (module 'core'): void ns3::Hash::Function::Hash32::clear() [member function]
5263 cls.add_method('clear',
5264 'void',
5265 [],
5266 is_virtual=True)
5267 return
5268
5269def register_Ns3HashFunctionHash64_methods(root_module, cls):
5270 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64::Hash64(ns3::Hash::Function::Hash64 const & arg0) [copy constructor]
5271 cls.add_constructor([param('ns3::Hash::Function::Hash64 const &', 'arg0')])
5272 ## hash-function.h (module 'core'): ns3::Hash::Function::Hash64::Hash64(ns3::Hash::Hash64Function_ptr hp) [constructor]
5273 cls.add_constructor([param('ns3::Hash::Hash64Function_ptr', 'hp')])
5274 ## hash-function.h (module 'core'): uint32_t ns3::Hash::Function::Hash64::GetHash32(char const * buffer, size_t const size) [member function]
5275 cls.add_method('GetHash32',
5276 'uint32_t',
5277 [param('char const *', 'buffer'), param('size_t const', 'size')],
5278 is_virtual=True)
5279 ## hash-function.h (module 'core'): uint64_t ns3::Hash::Function::Hash64::GetHash64(char const * buffer, size_t const size) [member function]
5280 cls.add_method('GetHash64',
5281 'uint64_t',
5282 [param('char const *', 'buffer'), param('size_t const', 'size')],
5283 is_virtual=True)
5284 ## hash-function.h (module 'core'): void ns3::Hash::Function::Hash64::clear() [member function]
5285 cls.add_method('clear',
5286 'void',
5287 [],
5288 is_virtual=True)
5289 return
5290
5291def register_Ns3HashFunctionMurmur3_methods(root_module, cls):
5292 ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3::Murmur3(ns3::Hash::Function::Murmur3 const & arg0) [copy constructor]
5293 cls.add_constructor([param('ns3::Hash::Function::Murmur3 const &', 'arg0')])
5294 ## hash-murmur3.h (module 'core'): ns3::Hash::Function::Murmur3::Murmur3() [constructor]
5295 cls.add_constructor([])
5296 ## hash-murmur3.h (module 'core'): uint32_t ns3::Hash::Function::Murmur3::GetHash32(char const * buffer, size_t const size) [member function]
5297 cls.add_method('GetHash32',
5298 'uint32_t',
5299 [param('char const *', 'buffer'), param('size_t const', 'size')],
5300 is_virtual=True)
5301 ## hash-murmur3.h (module 'core'): uint64_t ns3::Hash::Function::Murmur3::GetHash64(char const * buffer, size_t const size) [member function]
5302 cls.add_method('GetHash64',
5303 'uint64_t',
5304 [param('char const *', 'buffer'), param('size_t const', 'size')],
5305 is_virtual=True)
5306 ## hash-murmur3.h (module 'core'): void ns3::Hash::Function::Murmur3::clear() [member function]
5307 cls.add_method('clear',
5308 'void',
5309 [],
5310 is_virtual=True)
5311 return
5312
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005313def register_Ns3NdnApp_methods(root_module, cls):
5314 ## ndn-app.h (module 'ndnSIM'): ns3::ndn::App::App(ns3::ndn::App const & arg0) [copy constructor]
5315 cls.add_constructor([param('ns3::ndn::App const &', 'arg0')])
5316 ## ndn-app.h (module 'ndnSIM'): ns3::ndn::App::App() [constructor]
5317 cls.add_constructor([])
Alexander Afanasyev32c07562013-02-01 12:58:43 -08005318 ## ndn-app.h (module 'ndnSIM'): uint32_t ns3::ndn::App::GetId() const [member function]
5319 cls.add_method('GetId',
5320 'uint32_t',
5321 [],
5322 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005323 ## ndn-app.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::App::GetTypeId() [member function]
Alexander Afanasyev6d98ac32012-06-06 13:01:48 -07005324 cls.add_method('GetTypeId',
5325 'ns3::TypeId',
5326 [],
5327 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005328 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::OnData(ns3::Ptr<ns3::ndn::Data const> contentObject) [member function]
5329 cls.add_method('OnData',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005330 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005331 [param('ns3::Ptr< ns3::ndn::Data const >', 'contentObject')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005332 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005333 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::OnInterest(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005334 cls.add_method('OnInterest',
5335 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005336 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005337 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005338 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::OnNack(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005339 cls.add_method('OnNack',
5340 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005341 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005342 is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005343 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::DoDispose() [member function]
5344 cls.add_method('DoDispose',
5345 'void',
5346 [],
5347 visibility='protected', is_virtual=True)
5348 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::StartApplication() [member function]
5349 cls.add_method('StartApplication',
5350 'void',
5351 [],
5352 visibility='protected', is_virtual=True)
5353 ## ndn-app.h (module 'ndnSIM'): void ns3::ndn::App::StopApplication() [member function]
5354 cls.add_method('StopApplication',
5355 'void',
5356 [],
5357 visibility='protected', is_virtual=True)
5358 return
5359
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005360def register_Ns3NdnAppDelayTracer_methods(root_module, cls):
5361 ## ndn-app-delay-tracer.h (module 'ndnSIM'): ns3::ndn::AppDelayTracer::AppDelayTracer(ns3::ndn::AppDelayTracer const & arg0) [copy constructor]
5362 cls.add_constructor([param('ns3::ndn::AppDelayTracer const &', 'arg0')])
5363 ## ndn-app-delay-tracer.h (module 'ndnSIM'): ns3::ndn::AppDelayTracer::AppDelayTracer(boost::shared_ptr<std::ostream> os, ns3::Ptr<ns3::Node> node) [constructor]
5364 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('ns3::Ptr< ns3::Node >', 'node')])
5365 ## ndn-app-delay-tracer.h (module 'ndnSIM'): ns3::ndn::AppDelayTracer::AppDelayTracer(boost::shared_ptr<std::ostream> os, std::string const & node) [constructor]
5366 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('std::string const &', 'node')])
Alexander Afanasyevdb5f3b62013-08-09 17:42:12 -07005367 ## ndn-app-delay-tracer.h (module 'ndnSIM'): static void ns3::ndn::AppDelayTracer::Destroy() [member function]
5368 cls.add_method('Destroy',
5369 'void',
5370 [],
5371 is_static=True)
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005372 ## ndn-app-delay-tracer.h (module 'ndnSIM'): static void ns3::ndn::AppDelayTracer::Install(ns3::NodeContainer const & nodes, std::string const & file) [member function]
5373 cls.add_method('Install',
5374 'void',
5375 [param('ns3::NodeContainer const &', 'nodes'), param('std::string const &', 'file')],
5376 is_static=True)
5377 ## ndn-app-delay-tracer.h (module 'ndnSIM'): static void ns3::ndn::AppDelayTracer::Install(ns3::Ptr<ns3::Node> node, std::string const & file) [member function]
5378 cls.add_method('Install',
5379 'void',
5380 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'file')],
5381 is_static=True)
5382 ## ndn-app-delay-tracer.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::AppDelayTracer> ns3::ndn::AppDelayTracer::Install(ns3::Ptr<ns3::Node> node, boost::shared_ptr<std::ostream> outputStream) [member function]
5383 cls.add_method('Install',
5384 'ns3::Ptr< ns3::ndn::AppDelayTracer >',
5385 [param('ns3::Ptr< ns3::Node >', 'node'), param('boost::shared_ptr< std::ostream >', 'outputStream')],
5386 is_static=True)
5387 ## ndn-app-delay-tracer.h (module 'ndnSIM'): static void ns3::ndn::AppDelayTracer::InstallAll(std::string const & file) [member function]
5388 cls.add_method('InstallAll',
5389 'void',
5390 [param('std::string const &', 'file')],
5391 is_static=True)
5392 ## ndn-app-delay-tracer.h (module 'ndnSIM'): void ns3::ndn::AppDelayTracer::PrintHeader(std::ostream & os) const [member function]
5393 cls.add_method('PrintHeader',
5394 'void',
5395 [param('std::ostream &', 'os')],
5396 is_const=True)
5397 return
5398
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005399def register_Ns3NdnAppHelper_methods(root_module, cls):
5400 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ndn::AppHelper::AppHelper(ns3::ndn::AppHelper const & arg0) [copy constructor]
5401 cls.add_constructor([param('ns3::ndn::AppHelper const &', 'arg0')])
5402 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ndn::AppHelper::AppHelper(std::string const & prefix) [constructor]
5403 cls.add_constructor([param('std::string const &', 'prefix')])
5404 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ApplicationContainer ns3::ndn::AppHelper::Install(ns3::NodeContainer c) [member function]
5405 cls.add_method('Install',
5406 'ns3::ApplicationContainer',
5407 [param('ns3::NodeContainer', 'c')])
5408 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ApplicationContainer ns3::ndn::AppHelper::Install(ns3::Ptr<ns3::Node> node) [member function]
5409 cls.add_method('Install',
5410 'ns3::ApplicationContainer',
5411 [param('ns3::Ptr< ns3::Node >', 'node')])
5412 ## ndn-app-helper.h (module 'ndnSIM'): ns3::ApplicationContainer ns3::ndn::AppHelper::Install(std::string nodeName) [member function]
5413 cls.add_method('Install',
5414 'ns3::ApplicationContainer',
5415 [param('std::string', 'nodeName')])
5416 ## ndn-app-helper.h (module 'ndnSIM'): void ns3::ndn::AppHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function]
5417 cls.add_method('SetAttribute',
5418 'void',
5419 [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')])
5420 ## ndn-app-helper.h (module 'ndnSIM'): void ns3::ndn::AppHelper::SetPrefix(std::string const & prefix) [member function]
5421 cls.add_method('SetPrefix',
5422 'void',
5423 [param('std::string const &', 'prefix')])
5424 return
5425
Alexander Afanasyev76b11572013-07-16 21:49:50 -07005426def register_Ns3NdnBlob_methods(root_module, cls):
5427 cls.add_binary_comparison_operator('<=')
5428 cls.add_binary_comparison_operator('==')
5429 cls.add_binary_comparison_operator('>=')
5430 cls.add_binary_comparison_operator('<')
5431 cls.add_binary_comparison_operator('>')
5432 ## blob.h (module 'ndnSIM'): ns3::ndn::Blob::Blob(ns3::ndn::Blob const & arg0) [copy constructor]
5433 cls.add_constructor([param('ns3::ndn::Blob const &', 'arg0')])
5434 ## blob.h (module 'ndnSIM'): ns3::ndn::Blob::Blob() [constructor]
5435 cls.add_constructor([])
5436 ## blob.h (module 'ndnSIM'): ns3::ndn::Blob::Blob(std::string const & data) [constructor]
5437 cls.add_constructor([param('std::string const &', 'data')])
5438 ## blob.h (module 'ndnSIM'): ns3::ndn::Blob::Blob(void const * buf, size_t length) [constructor]
5439 cls.add_constructor([param('void const *', 'buf'), param('size_t', 'length')])
5440 ## blob.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > > ns3::ndn::Blob::begin() [member function]
5441 cls.add_method('begin',
5442 '__gnu_cxx::__normal_iterator< char *, std::vector< char > >',
5443 [])
5444 ## blob.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > > ns3::ndn::Blob::begin() const [member function]
5445 cls.add_method('begin',
5446 '__gnu_cxx::__normal_iterator< char const *, std::vector< char > >',
5447 [],
5448 is_const=True)
5449 ## blob.h (module 'ndnSIM'): char * ns3::ndn::Blob::buf() [member function]
5450 cls.add_method('buf',
5451 'char *',
5452 [])
5453 ## blob.h (module 'ndnSIM'): char const * ns3::ndn::Blob::buf() const [member function]
5454 cls.add_method('buf',
5455 'char const *',
5456 [],
5457 is_const=True)
5458 ## blob.h (module 'ndnSIM'): void ns3::ndn::Blob::clear() [member function]
5459 cls.add_method('clear',
5460 'void',
5461 [])
5462 ## blob.h (module 'ndnSIM'): bool ns3::ndn::Blob::empty() const [member function]
5463 cls.add_method('empty',
5464 'bool',
5465 [],
5466 is_const=True)
5467 ## blob.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<char*, std::vector<char, std::allocator<char> > > ns3::ndn::Blob::end() [member function]
5468 cls.add_method('end',
5469 '__gnu_cxx::__normal_iterator< char *, std::vector< char > >',
5470 [])
5471 ## blob.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<char const*, std::vector<char, std::allocator<char> > > ns3::ndn::Blob::end() const [member function]
5472 cls.add_method('end',
5473 '__gnu_cxx::__normal_iterator< char const *, std::vector< char > >',
5474 [],
5475 is_const=True)
5476 ## blob.h (module 'ndnSIM'): char ns3::ndn::Blob::getItem(size_t pos) const [member function]
5477 cls.add_method('getItem',
5478 'char',
5479 [param('size_t', 'pos')],
5480 is_const=True)
5481 ## blob.h (module 'ndnSIM'): void ns3::ndn::Blob::push_back(char val) [member function]
5482 cls.add_method('push_back',
5483 'void',
5484 [param('char', 'val')])
5485 ## blob.h (module 'ndnSIM'): size_t ns3::ndn::Blob::size() const [member function]
5486 cls.add_method('size',
5487 'size_t',
5488 [],
5489 is_const=True)
5490 ## blob.h (module 'ndnSIM'): void ns3::ndn::Blob::swap(ns3::ndn::Blob & x) [member function]
5491 cls.add_method('swap',
5492 'void',
5493 [param('ns3::ndn::Blob &', 'x')])
5494 return
5495
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005496def register_Ns3NdnContentStore_methods(root_module, cls):
5497 cls.add_output_stream_operator()
5498 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::ContentStore::ContentStore() [constructor]
5499 cls.add_constructor([])
5500 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::ContentStore::ContentStore(ns3::ndn::ContentStore const & arg0) [copy constructor]
5501 cls.add_constructor([param('ns3::ndn::ContentStore const &', 'arg0')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005502 ## ndn-content-store.h (module 'ndnSIM'): bool ns3::ndn::ContentStore::Add(ns3::Ptr<ns3::ndn::Data const> data) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005503 cls.add_method('Add',
5504 'bool',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005505 [param('ns3::Ptr< ns3::ndn::Data const >', 'data')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005506 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07005507 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::cs::Entry> ns3::ndn::ContentStore::Begin() [member function]
5508 cls.add_method('Begin',
5509 'ns3::Ptr< ns3::ndn::cs::Entry >',
5510 [],
5511 is_pure_virtual=True, is_virtual=True)
5512 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::cs::Entry> ns3::ndn::ContentStore::End() [member function]
5513 cls.add_method('End',
5514 'ns3::Ptr< ns3::ndn::cs::Entry >',
5515 [],
5516 is_pure_virtual=True, is_virtual=True)
5517 ## ndn-content-store.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::ContentStore> ns3::ndn::ContentStore::GetContentStore(ns3::Ptr<ns3::Object> node) [member function]
5518 cls.add_method('GetContentStore',
5519 'ns3::Ptr< ns3::ndn::ContentStore >',
5520 [param('ns3::Ptr< ns3::Object >', 'node')],
5521 is_static=True)
5522 ## ndn-content-store.h (module 'ndnSIM'): uint32_t ns3::ndn::ContentStore::GetSize() const [member function]
5523 cls.add_method('GetSize',
5524 'uint32_t',
5525 [],
5526 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005527 ## ndn-content-store.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::ContentStore::GetTypeId() [member function]
5528 cls.add_method('GetTypeId',
5529 'ns3::TypeId',
5530 [],
5531 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005532 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Data> ns3::ndn::ContentStore::Lookup(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005533 cls.add_method('Lookup',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005534 'ns3::Ptr< ns3::ndn::Data >',
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07005535 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005536 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07005537 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::cs::Entry> ns3::ndn::ContentStore::Next(ns3::Ptr<ns3::ndn::cs::Entry> arg0) [member function]
5538 cls.add_method('Next',
5539 'ns3::Ptr< ns3::ndn::cs::Entry >',
5540 [param('ns3::Ptr< ns3::ndn::cs::Entry >', 'arg0')],
5541 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005542 ## ndn-content-store.h (module 'ndnSIM'): void ns3::ndn::ContentStore::Print(std::ostream & os) const [member function]
5543 cls.add_method('Print',
5544 'void',
5545 [param('std::ostream &', 'os')],
5546 is_pure_virtual=True, is_const=True, is_virtual=True)
5547 return
5548
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005549def register_Ns3NdnCsTracer_methods(root_module, cls):
5550 cls.add_output_stream_operator()
5551 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::CsTracer::CsTracer(ns3::ndn::CsTracer const & arg0) [copy constructor]
5552 cls.add_constructor([param('ns3::ndn::CsTracer const &', 'arg0')])
5553 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::CsTracer::CsTracer(boost::shared_ptr<std::ostream> os, ns3::Ptr<ns3::Node> node) [constructor]
5554 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('ns3::Ptr< ns3::Node >', 'node')])
5555 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::CsTracer::CsTracer(boost::shared_ptr<std::ostream> os, std::string const & node) [constructor]
5556 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('std::string const &', 'node')])
Alexander Afanasyevdb5f3b62013-08-09 17:42:12 -07005557 ## ndn-cs-tracer.h (module 'ndnSIM'): static void ns3::ndn::CsTracer::Destroy() [member function]
5558 cls.add_method('Destroy',
5559 'void',
5560 [],
5561 is_static=True)
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07005562 ## ndn-cs-tracer.h (module 'ndnSIM'): static void ns3::ndn::CsTracer::Install(ns3::NodeContainer const & nodes, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
5563 cls.add_method('Install',
5564 'void',
5565 [param('ns3::NodeContainer const &', 'nodes'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
5566 is_static=True)
5567 ## ndn-cs-tracer.h (module 'ndnSIM'): static void ns3::ndn::CsTracer::Install(ns3::Ptr<ns3::Node> node, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
5568 cls.add_method('Install',
5569 'void',
5570 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
5571 is_static=True)
5572 ## ndn-cs-tracer.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::CsTracer> ns3::ndn::CsTracer::Install(ns3::Ptr<ns3::Node> node, boost::shared_ptr<std::ostream> outputStream, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
5573 cls.add_method('Install',
5574 'ns3::Ptr< ns3::ndn::CsTracer >',
5575 [param('ns3::Ptr< ns3::Node >', 'node'), param('boost::shared_ptr< std::ostream >', 'outputStream'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
5576 is_static=True)
5577 ## ndn-cs-tracer.h (module 'ndnSIM'): static void ns3::ndn::CsTracer::InstallAll(std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
5578 cls.add_method('InstallAll',
5579 'void',
5580 [param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
5581 is_static=True)
5582 ## ndn-cs-tracer.h (module 'ndnSIM'): void ns3::ndn::CsTracer::Print(std::ostream & os) const [member function]
5583 cls.add_method('Print',
5584 'void',
5585 [param('std::ostream &', 'os')],
5586 is_const=True)
5587 ## ndn-cs-tracer.h (module 'ndnSIM'): void ns3::ndn::CsTracer::PrintHeader(std::ostream & os) const [member function]
5588 cls.add_method('PrintHeader',
5589 'void',
5590 [param('std::ostream &', 'os')],
5591 is_const=True)
5592 return
5593
5594def register_Ns3NdnData_methods(root_module, cls):
5595 cls.add_output_stream_operator()
5596 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::Data::Data(ns3::Ptr<ns3::Packet> payload=ns3::Create( )) [constructor]
5597 cls.add_constructor([param('ns3::Ptr< ns3::Packet >', 'payload', default_value='ns3::Create( )')])
5598 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::Data::Data(ns3::ndn::Data const & other) [copy constructor]
5599 cls.add_constructor([param('ns3::ndn::Data const &', 'other')])
5600 ## ndn-data.h (module 'ndnSIM'): ns3::Time ns3::ndn::Data::GetFreshness() const [member function]
5601 cls.add_method('GetFreshness',
5602 'ns3::Time',
5603 [],
5604 is_const=True)
5605 ## ndn-data.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Name const> ns3::ndn::Data::GetKeyLocator() const [member function]
5606 cls.add_method('GetKeyLocator',
5607 'ns3::Ptr< ns3::ndn::Name const >',
5608 [],
5609 is_const=True)
5610 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::Name const & ns3::ndn::Data::GetName() const [member function]
5611 cls.add_method('GetName',
5612 'ns3::ndn::Name const &',
5613 [],
5614 is_const=True)
5615 ## ndn-data.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Name const> ns3::ndn::Data::GetNamePtr() const [member function]
5616 cls.add_method('GetNamePtr',
5617 'ns3::Ptr< ns3::ndn::Name const >',
5618 [],
5619 is_const=True)
5620 ## ndn-data.h (module 'ndnSIM'): ns3::Ptr<ns3::Packet const> ns3::ndn::Data::GetPayload() const [member function]
5621 cls.add_method('GetPayload',
5622 'ns3::Ptr< ns3::Packet const >',
5623 [],
5624 is_const=True)
5625 ## ndn-data.h (module 'ndnSIM'): uint32_t ns3::ndn::Data::GetSignature() const [member function]
5626 cls.add_method('GetSignature',
5627 'uint32_t',
5628 [],
5629 is_const=True)
5630 ## ndn-data.h (module 'ndnSIM'): ns3::Time ns3::ndn::Data::GetTimestamp() const [member function]
5631 cls.add_method('GetTimestamp',
5632 'ns3::Time',
5633 [],
5634 is_const=True)
5635 ## ndn-data.h (module 'ndnSIM'): ns3::Ptr<ns3::Packet const> ns3::ndn::Data::GetWire() const [member function]
5636 cls.add_method('GetWire',
5637 'ns3::Ptr< ns3::Packet const >',
5638 [],
5639 is_const=True)
5640 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::Print(std::ostream & os) const [member function]
5641 cls.add_method('Print',
5642 'void',
5643 [param('std::ostream &', 'os')],
5644 is_const=True)
5645 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetFreshness(ns3::Time const & freshness) [member function]
5646 cls.add_method('SetFreshness',
5647 'void',
5648 [param('ns3::Time const &', 'freshness')])
5649 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetKeyLocator(ns3::Ptr<ns3::ndn::Name> keyLocator) [member function]
5650 cls.add_method('SetKeyLocator',
5651 'void',
5652 [param('ns3::Ptr< ns3::ndn::Name >', 'keyLocator')])
5653 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetName(ns3::Ptr<ns3::ndn::Name> name) [member function]
5654 cls.add_method('SetName',
5655 'void',
5656 [param('ns3::Ptr< ns3::ndn::Name >', 'name')])
5657 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetName(ns3::ndn::Name const & name) [member function]
5658 cls.add_method('SetName',
5659 'void',
5660 [param('ns3::ndn::Name const &', 'name')])
5661 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetPayload(ns3::Ptr<ns3::Packet> payload) [member function]
5662 cls.add_method('SetPayload',
5663 'void',
5664 [param('ns3::Ptr< ns3::Packet >', 'payload')])
5665 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetSignature(uint32_t signature) [member function]
5666 cls.add_method('SetSignature',
5667 'void',
5668 [param('uint32_t', 'signature')])
5669 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetTimestamp(ns3::Time const & timestamp) [member function]
5670 cls.add_method('SetTimestamp',
5671 'void',
5672 [param('ns3::Time const &', 'timestamp')])
5673 ## ndn-data.h (module 'ndnSIM'): void ns3::ndn::Data::SetWire(ns3::Ptr<ns3::Packet const> packet) const [member function]
5674 cls.add_method('SetWire',
5675 'void',
5676 [param('ns3::Ptr< ns3::Packet const >', 'packet')],
5677 is_const=True)
5678 return
5679
5680def register_Ns3NdnDataException_methods(root_module, cls):
5681 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::DataException::DataException() [constructor]
5682 cls.add_constructor([])
5683 ## ndn-data.h (module 'ndnSIM'): ns3::ndn::DataException::DataException(ns3::ndn::DataException const & arg0) [copy constructor]
5684 cls.add_constructor([param('ns3::ndn::DataException const &', 'arg0')])
5685 return
5686
Alexander Afanasyev76b11572013-07-16 21:49:50 -07005687def register_Ns3NdnExclude_methods(root_module, cls):
5688 cls.add_output_stream_operator()
5689 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude::Exclude(ns3::ndn::Exclude const & arg0) [copy constructor]
5690 cls.add_constructor([param('ns3::ndn::Exclude const &', 'arg0')])
5691 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude::Exclude() [constructor]
5692 cls.add_constructor([])
5693 ## exclude.h (module 'ndnSIM'): void ns3::ndn::Exclude::appendExclude(ns3::ndn::name::Component const & name, bool any) [member function]
5694 cls.add_method('appendExclude',
5695 'void',
5696 [param('ns3::ndn::name::Component const &', 'name'), param('bool', 'any')])
5697 ## exclude.h (module 'ndnSIM'): std::_Rb_tree_const_iterator<std::pair<ns3::ndn::name::Component const, bool> > ns3::ndn::Exclude::begin() const [member function]
5698 cls.add_method('begin',
5699 'std::_Rb_tree_const_iterator< std::pair< ns3::ndn::name::Component const, bool > >',
5700 [],
5701 is_const=True)
5702 ## exclude.h (module 'ndnSIM'): std::_Rb_tree_const_iterator<std::pair<ns3::ndn::name::Component const, bool> > ns3::ndn::Exclude::end() const [member function]
5703 cls.add_method('end',
5704 'std::_Rb_tree_const_iterator< std::pair< ns3::ndn::name::Component const, bool > >',
5705 [],
5706 is_const=True)
5707 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude & ns3::ndn::Exclude::excludeAfter(ns3::ndn::name::Component const & from) [member function]
5708 cls.add_method('excludeAfter',
5709 'ns3::ndn::Exclude &',
5710 [param('ns3::ndn::name::Component const &', 'from')])
5711 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude & ns3::ndn::Exclude::excludeBefore(ns3::ndn::name::Component const & to) [member function]
5712 cls.add_method('excludeBefore',
5713 'ns3::ndn::Exclude &',
5714 [param('ns3::ndn::name::Component const &', 'to')])
5715 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude & ns3::ndn::Exclude::excludeOne(ns3::ndn::name::Component const & comp) [member function]
5716 cls.add_method('excludeOne',
5717 'ns3::ndn::Exclude &',
5718 [param('ns3::ndn::name::Component const &', 'comp')])
5719 ## exclude.h (module 'ndnSIM'): ns3::ndn::Exclude & ns3::ndn::Exclude::excludeRange(ns3::ndn::name::Component const & from, ns3::ndn::name::Component const & to) [member function]
5720 cls.add_method('excludeRange',
5721 'ns3::ndn::Exclude &',
5722 [param('ns3::ndn::name::Component const &', 'from'), param('ns3::ndn::name::Component const &', 'to')])
5723 ## exclude.h (module 'ndnSIM'): bool ns3::ndn::Exclude::isExcluded(ns3::ndn::name::Component const & comp) const [member function]
5724 cls.add_method('isExcluded',
5725 'bool',
5726 [param('ns3::ndn::name::Component const &', 'comp')],
5727 is_const=True)
5728 ## exclude.h (module 'ndnSIM'): std::reverse_iterator<std::_Rb_tree_const_iterator<std::pair<ns3::ndn::name::Component const, bool> > > ns3::ndn::Exclude::rbegin() const [member function]
5729 cls.add_method('rbegin',
5730 'std::reverse_iterator< std::_Rb_tree_const_iterator< std::pair< ns3::ndn::name::Component const, bool > > >',
5731 [],
5732 is_const=True)
5733 ## exclude.h (module 'ndnSIM'): std::reverse_iterator<std::_Rb_tree_const_iterator<std::pair<ns3::ndn::name::Component const, bool> > > ns3::ndn::Exclude::rend() const [member function]
5734 cls.add_method('rend',
5735 'std::reverse_iterator< std::_Rb_tree_const_iterator< std::pair< ns3::ndn::name::Component const, bool > > >',
5736 [],
5737 is_const=True)
5738 ## exclude.h (module 'ndnSIM'): size_t ns3::ndn::Exclude::size() const [member function]
5739 cls.add_method('size',
5740 'size_t',
5741 [],
5742 is_const=True)
5743 return
5744
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005745def register_Ns3NdnFace_methods(root_module, cls):
5746 cls.add_output_stream_operator()
5747 cls.add_binary_comparison_operator('!=')
5748 cls.add_binary_comparison_operator('<')
5749 cls.add_binary_comparison_operator('==')
5750 ## ndn-face.h (module 'ndnSIM'): ns3::ndn::Face::Face(ns3::Ptr<ns3::Node> node) [constructor]
5751 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005752 ## ndn-face.h (module 'ndnSIM'): uint32_t ns3::ndn::Face::GetFlags() const [member function]
5753 cls.add_method('GetFlags',
5754 'uint32_t',
5755 [],
5756 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005757 ## ndn-face.h (module 'ndnSIM'): uint32_t ns3::ndn::Face::GetId() const [member function]
5758 cls.add_method('GetId',
5759 'uint32_t',
5760 [],
5761 is_const=True)
5762 ## ndn-face.h (module 'ndnSIM'): uint16_t ns3::ndn::Face::GetMetric() const [member function]
5763 cls.add_method('GetMetric',
5764 'uint16_t',
5765 [],
5766 is_const=True, is_virtual=True)
5767 ## ndn-face.h (module 'ndnSIM'): ns3::Ptr<ns3::Node> ns3::ndn::Face::GetNode() const [member function]
5768 cls.add_method('GetNode',
5769 'ns3::Ptr< ns3::Node >',
5770 [],
5771 is_const=True)
5772 ## ndn-face.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::Face::GetTypeId() [member function]
5773 cls.add_method('GetTypeId',
5774 'ns3::TypeId',
5775 [],
5776 is_static=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005777 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::IsUp() const [member function]
5778 cls.add_method('IsUp',
5779 'bool',
5780 [],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005781 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005782 ## ndn-face.h (module 'ndnSIM'): std::ostream & ns3::ndn::Face::Print(std::ostream & os) const [member function]
Alexander Afanasyev3073da82012-06-19 14:57:43 -07005783 cls.add_method('Print',
5784 'std::ostream &',
5785 [param('std::ostream &', 'os')],
5786 is_const=True, is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005787 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::ReceiveData(ns3::Ptr<ns3::ndn::Data> data) [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005788 cls.add_method('ReceiveData',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005789 'bool',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005790 [param('ns3::Ptr< ns3::ndn::Data >', 'data')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005791 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005792 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::ReceiveInterest(ns3::Ptr<ns3::ndn::Interest> interest) [member function]
5793 cls.add_method('ReceiveInterest',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005794 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005795 [param('ns3::Ptr< ns3::ndn::Interest >', 'interest')],
5796 is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005797 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::RegisterProtocolHandlers(ns3::Callback<void, ns3::Ptr<ns3::ndn::Face>, ns3::Ptr<ns3::ndn::Interest>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> const & interestHandler, ns3::Callback<void, ns3::Ptr<ns3::ndn::Face>, ns3::Ptr<ns3::ndn::Data>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> const & dataHandler) [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005798 cls.add_method('RegisterProtocolHandlers',
5799 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005800 [param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Face >, ns3::Ptr< ns3::ndn::Interest >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty > const &', 'interestHandler'), param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Face >, ns3::Ptr< ns3::ndn::Data >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty > const &', 'dataHandler')],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005801 is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005802 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::SendData(ns3::Ptr<ns3::ndn::Data const> data) [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005803 cls.add_method('SendData',
5804 'bool',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07005805 [param('ns3::Ptr< ns3::ndn::Data const >', 'data')],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005806 is_virtual=True)
5807 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::SendInterest(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
5808 cls.add_method('SendInterest',
5809 'bool',
5810 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
5811 is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005812 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::SetId(uint32_t id) [member function]
5813 cls.add_method('SetId',
5814 'void',
5815 [param('uint32_t', 'id')])
5816 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::SetMetric(uint16_t metric) [member function]
5817 cls.add_method('SetMetric',
5818 'void',
5819 [param('uint16_t', 'metric')],
5820 is_virtual=True)
5821 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::SetUp(bool up=true) [member function]
5822 cls.add_method('SetUp',
5823 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005824 [param('bool', 'up', default_value='true')])
5825 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::UnRegisterProtocolHandlers() [member function]
5826 cls.add_method('UnRegisterProtocolHandlers',
5827 'void',
5828 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005829 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005830 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::Receive(ns3::Ptr<ns3::Packet const> p) [member function]
5831 cls.add_method('Receive',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005832 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07005833 [param('ns3::Ptr< ns3::Packet const >', 'p')],
5834 visibility='protected', is_virtual=True)
5835 ## ndn-face.h (module 'ndnSIM'): bool ns3::ndn::Face::Send(ns3::Ptr<ns3::Packet> packet) [member function]
5836 cls.add_method('Send',
5837 'bool',
5838 [param('ns3::Ptr< ns3::Packet >', 'packet')],
5839 visibility='protected', is_virtual=True)
5840 ## ndn-face.h (module 'ndnSIM'): void ns3::ndn::Face::SetFlags(uint32_t flags) [member function]
5841 cls.add_method('SetFlags',
5842 'void',
5843 [param('uint32_t', 'flags')],
5844 visibility='protected')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005845 return
5846
5847def register_Ns3NdnFaceContainer_methods(root_module, cls):
5848 ## ndn-face-container.h (module 'ndnSIM'): ns3::ndn::FaceContainer::FaceContainer() [constructor]
5849 cls.add_constructor([])
5850 ## ndn-face-container.h (module 'ndnSIM'): ns3::ndn::FaceContainer::FaceContainer(ns3::ndn::FaceContainer const & other) [copy constructor]
5851 cls.add_constructor([param('ns3::ndn::FaceContainer const &', 'other')])
5852 ## ndn-face-container.h (module 'ndnSIM'): void ns3::ndn::FaceContainer::Add(ns3::Ptr<ns3::ndn::Face> const & face) [member function]
5853 cls.add_method('Add',
5854 'void',
5855 [param('ns3::Ptr< ns3::ndn::Face > const &', 'face')])
5856 ## ndn-face-container.h (module 'ndnSIM'): void ns3::ndn::FaceContainer::AddAll(ns3::Ptr<ns3::ndn::FaceContainer> other) [member function]
5857 cls.add_method('AddAll',
5858 'void',
5859 [param('ns3::Ptr< ns3::ndn::FaceContainer >', 'other')])
5860 ## ndn-face-container.h (module 'ndnSIM'): void ns3::ndn::FaceContainer::AddAll(ns3::ndn::FaceContainer const & other) [member function]
5861 cls.add_method('AddAll',
5862 'void',
5863 [param('ns3::ndn::FaceContainer const &', 'other')])
5864 ## ndn-face-container.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::ndn::Face>*,std::vector<ns3::Ptr<ns3::ndn::Face>, std::allocator<ns3::Ptr<ns3::ndn::Face> > > > ns3::ndn::FaceContainer::Begin() const [member function]
5865 cls.add_method('Begin',
5866 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::ndn::Face > const, std::vector< ns3::Ptr< ns3::ndn::Face > > >',
5867 [],
5868 is_const=True)
5869 ## ndn-face-container.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::ndn::Face>*,std::vector<ns3::Ptr<ns3::ndn::Face>, std::allocator<ns3::Ptr<ns3::ndn::Face> > > > ns3::ndn::FaceContainer::End() const [member function]
5870 cls.add_method('End',
5871 '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::ndn::Face > const, std::vector< ns3::Ptr< ns3::ndn::Face > > >',
5872 [],
5873 is_const=True)
5874 ## ndn-face-container.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Face> ns3::ndn::FaceContainer::Get(__gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::ndn::Face>*,std::vector<ns3::Ptr<ns3::ndn::Face>, std::allocator<ns3::Ptr<ns3::ndn::Face> > > > i) const [member function]
5875 cls.add_method('Get',
5876 'ns3::Ptr< ns3::ndn::Face >',
5877 [param('__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::ndn::Face > const, std::vector< ns3::Ptr< ns3::ndn::Face > > >', 'i')],
5878 is_const=True)
5879 ## ndn-face-container.h (module 'ndnSIM'): uint32_t ns3::ndn::FaceContainer::GetN() const [member function]
5880 cls.add_method('GetN',
5881 'uint32_t',
5882 [],
5883 is_const=True)
5884 return
5885
5886def register_Ns3NdnFib_methods(root_module, cls):
5887 cls.add_output_stream_operator()
5888 ## ndn-fib.h (module 'ndnSIM'): ns3::ndn::Fib::Fib() [constructor]
5889 cls.add_constructor([])
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005890 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::Add(ns3::ndn::Name const & prefix, ns3::Ptr<ns3::ndn::Face> face, int32_t metric) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005891 cls.add_method('Add',
5892 'ns3::Ptr< ns3::ndn::fib::Entry >',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005893 [param('ns3::ndn::Name const &', 'prefix'), param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('int32_t', 'metric')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005894 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005895 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::Add(ns3::Ptr<ns3::ndn::Name const> const & prefix, ns3::Ptr<ns3::ndn::Face> face, int32_t metric) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005896 cls.add_method('Add',
5897 'ns3::Ptr< ns3::ndn::fib::Entry >',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005898 [param('ns3::Ptr< ns3::ndn::Name const > const &', 'prefix'), param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('int32_t', 'metric')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005899 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005900 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<const ns3::ndn::fib::Entry> ns3::ndn::Fib::Begin() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005901 cls.add_method('Begin',
5902 'ns3::Ptr< ns3::ndn::fib::Entry const >',
5903 [],
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005904 is_pure_virtual=True, is_const=True, is_virtual=True)
5905 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::Begin() [member function]
5906 cls.add_method('Begin',
5907 'ns3::Ptr< ns3::ndn::fib::Entry >',
5908 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005909 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005910 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<const ns3::ndn::fib::Entry> ns3::ndn::Fib::End() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005911 cls.add_method('End',
5912 'ns3::Ptr< ns3::ndn::fib::Entry const >',
5913 [],
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005914 is_pure_virtual=True, is_const=True, is_virtual=True)
5915 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::End() [member function]
5916 cls.add_method('End',
5917 'ns3::Ptr< ns3::ndn::fib::Entry >',
5918 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005919 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeve5a8b5a2013-03-15 15:15:26 -07005920 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::Find(ns3::ndn::Name const & prefix) [member function]
5921 cls.add_method('Find',
5922 'ns3::Ptr< ns3::ndn::fib::Entry >',
5923 [param('ns3::ndn::Name const &', 'prefix')],
5924 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005925 ## ndn-fib.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Fib> ns3::ndn::Fib::GetFib(ns3::Ptr<ns3::Object> node) [member function]
5926 cls.add_method('GetFib',
5927 'ns3::Ptr< ns3::ndn::Fib >',
5928 [param('ns3::Ptr< ns3::Object >', 'node')],
5929 is_static=True)
5930 ## ndn-fib.h (module 'ndnSIM'): uint32_t ns3::ndn::Fib::GetSize() const [member function]
5931 cls.add_method('GetSize',
5932 'uint32_t',
5933 [],
5934 is_pure_virtual=True, is_const=True, is_virtual=True)
5935 ## ndn-fib.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::Fib::GetTypeId() [member function]
5936 cls.add_method('GetTypeId',
5937 'ns3::TypeId',
5938 [],
5939 is_static=True)
5940 ## ndn-fib.h (module 'ndnSIM'): void ns3::ndn::Fib::InvalidateAll() [member function]
5941 cls.add_method('InvalidateAll',
5942 'void',
5943 [],
5944 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07005945 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::LongestPrefixMatch(ns3::ndn::Interest const & interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005946 cls.add_method('LongestPrefixMatch',
5947 'ns3::Ptr< ns3::ndn::fib::Entry >',
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07005948 [param('ns3::ndn::Interest const &', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005949 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005950 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<const ns3::ndn::fib::Entry> ns3::ndn::Fib::Next(ns3::Ptr<const ns3::ndn::fib::Entry> arg0) const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005951 cls.add_method('Next',
5952 'ns3::Ptr< ns3::ndn::fib::Entry const >',
5953 [param('ns3::Ptr< ns3::ndn::fib::Entry const >', 'arg0')],
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07005954 is_pure_virtual=True, is_const=True, is_virtual=True)
5955 ## ndn-fib.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::Fib::Next(ns3::Ptr<ns3::ndn::fib::Entry> arg0) [member function]
5956 cls.add_method('Next',
5957 'ns3::Ptr< ns3::ndn::fib::Entry >',
5958 [param('ns3::Ptr< ns3::ndn::fib::Entry >', 'arg0')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005959 is_pure_virtual=True, is_virtual=True)
5960 ## ndn-fib.h (module 'ndnSIM'): void ns3::ndn::Fib::Print(std::ostream & os) const [member function]
5961 cls.add_method('Print',
5962 'void',
5963 [param('std::ostream &', 'os')],
5964 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005965 ## ndn-fib.h (module 'ndnSIM'): void ns3::ndn::Fib::Remove(ns3::Ptr<ns3::ndn::Name const> const & prefix) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005966 cls.add_method('Remove',
5967 'void',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07005968 [param('ns3::Ptr< ns3::ndn::Name const > const &', 'prefix')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005969 is_pure_virtual=True, is_virtual=True)
5970 ## ndn-fib.h (module 'ndnSIM'): void ns3::ndn::Fib::RemoveFromAll(ns3::Ptr<ns3::ndn::Face> face) [member function]
5971 cls.add_method('RemoveFromAll',
5972 'void',
5973 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
5974 is_pure_virtual=True, is_virtual=True)
5975 return
5976
5977def register_Ns3NdnForwardingStrategy_methods(root_module, cls):
5978 ## ndn-forwarding-strategy.h (module 'ndnSIM'): ns3::ndn::ForwardingStrategy::ForwardingStrategy(ns3::ndn::ForwardingStrategy const & arg0) [copy constructor]
5979 cls.add_constructor([param('ns3::ndn::ForwardingStrategy const &', 'arg0')])
5980 ## ndn-forwarding-strategy.h (module 'ndnSIM'): ns3::ndn::ForwardingStrategy::ForwardingStrategy() [constructor]
5981 cls.add_constructor([])
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07005982 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::AddFace(ns3::Ptr<ns3::ndn::Face> face) [member function]
5983 cls.add_method('AddFace',
5984 'void',
5985 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
5986 is_virtual=True)
Alexander Afanasyev32c07562013-02-01 12:58:43 -08005987 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidAddFibEntry(ns3::Ptr<ns3::ndn::fib::Entry> fibEntry) [member function]
5988 cls.add_method('DidAddFibEntry',
5989 'void',
5990 [param('ns3::Ptr< ns3::ndn::fib::Entry >', 'fibEntry')],
5991 is_virtual=True)
Alexander Afanasyevbd9c18e2012-11-19 15:23:41 -08005992 ## ndn-forwarding-strategy.h (module 'ndnSIM'): static std::string ns3::ndn::ForwardingStrategy::GetLogName() [member function]
5993 cls.add_method('GetLogName',
5994 'std::string',
5995 [],
5996 is_static=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07005997 ## ndn-forwarding-strategy.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::ForwardingStrategy::GetTypeId() [member function]
5998 cls.add_method('GetTypeId',
5999 'ns3::TypeId',
6000 [],
6001 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006002 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::OnData(ns3::Ptr<ns3::ndn::Face> face, ns3::Ptr<ns3::ndn::Data> data) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006003 cls.add_method('OnData',
6004 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006005 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('ns3::Ptr< ns3::ndn::Data >', 'data')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006006 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006007 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::OnInterest(ns3::Ptr<ns3::ndn::Face> face, ns3::Ptr<ns3::ndn::Interest> interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006008 cls.add_method('OnInterest',
6009 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006010 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('ns3::Ptr< ns3::ndn::Interest >', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006011 is_virtual=True)
6012 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::RemoveFace(ns3::Ptr<ns3::ndn::Face> face) [member function]
6013 cls.add_method('RemoveFace',
6014 'void',
6015 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
6016 is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006017 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::WillEraseTimedOutPendingInterest(ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
6018 cls.add_method('WillEraseTimedOutPendingInterest',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006019 'void',
6020 [param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
6021 is_virtual=True)
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006022 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::WillRemoveFibEntry(ns3::Ptr<ns3::ndn::fib::Entry> fibEntry) [member function]
6023 cls.add_method('WillRemoveFibEntry',
6024 'void',
6025 [param('ns3::Ptr< ns3::ndn::fib::Entry >', 'fibEntry')],
6026 is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006027 ## ndn-forwarding-strategy.h (module 'ndnSIM'): bool ns3::ndn::ForwardingStrategy::CanSendOutInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Face> outFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006028 cls.add_method('CanSendOutInterest',
6029 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006030 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Face >', 'outFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006031 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006032 ## ndn-forwarding-strategy.h (module 'ndnSIM'): bool ns3::ndn::ForwardingStrategy::DetectRetransmittedInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006033 cls.add_method('DetectRetransmittedInterest',
6034 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006035 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006036 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006037 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidCreatePitEntry(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006038 cls.add_method('DidCreatePitEntry',
6039 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006040 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006041 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006042 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidExhaustForwardingOptions(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006043 cls.add_method('DidExhaustForwardingOptions',
6044 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006045 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006046 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006047 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidForwardSimilarInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006048 cls.add_method('DidForwardSimilarInterest',
6049 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006050 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006051 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006052 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidReceiveDuplicateInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006053 cls.add_method('DidReceiveDuplicateInterest',
6054 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006055 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006056 visibility='protected', is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006057 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidReceiveSolicitedData(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Data const> data, bool didCreateCacheEntry) [member function]
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -08006058 cls.add_method('DidReceiveSolicitedData',
6059 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006060 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('bool', 'didCreateCacheEntry')],
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -08006061 visibility='protected', is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006062 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidReceiveUnsolicitedData(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Data const> data, bool didCreateCacheEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006063 cls.add_method('DidReceiveUnsolicitedData',
6064 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006065 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('bool', 'didCreateCacheEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006066 visibility='protected', is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006067 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidSendOutData(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Face> outFace, ns3::Ptr<ns3::ndn::Data const> data, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006068 cls.add_method('DidSendOutData',
6069 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006070 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Face >', 'outFace'), param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006071 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006072 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidSendOutInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Face> outFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006073 cls.add_method('DidSendOutInterest',
6074 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006075 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Face >', 'outFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006076 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006077 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DidSuppressSimilarInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006078 cls.add_method('DidSuppressSimilarInterest',
6079 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006080 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006081 visibility='protected', is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006082 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::DoDispose() [member function]
6083 cls.add_method('DoDispose',
6084 'void',
6085 [],
6086 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006087 ## ndn-forwarding-strategy.h (module 'ndnSIM'): bool ns3::ndn::ForwardingStrategy::DoPropagateInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006088 cls.add_method('DoPropagateInterest',
6089 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006090 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006091 is_pure_virtual=True, visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006092 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::FailedToCreatePitEntry(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006093 cls.add_method('FailedToCreatePitEntry',
6094 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006095 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006096 visibility='protected', is_virtual=True)
6097 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::NotifyNewAggregate() [member function]
6098 cls.add_method('NotifyNewAggregate',
6099 'void',
6100 [],
6101 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006102 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::PropagateInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006103 cls.add_method('PropagateInterest',
6104 'void',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006105 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006106 visibility='protected', is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006107 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::SatisfyPendingInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Data const> data, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006108 cls.add_method('SatisfyPendingInterest',
6109 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006110 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006111 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006112 ## ndn-forwarding-strategy.h (module 'ndnSIM'): bool ns3::ndn::ForwardingStrategy::ShouldSuppressIncomingInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006113 cls.add_method('ShouldSuppressIncomingInterest',
6114 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006115 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006116 visibility='protected', is_virtual=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006117 ## ndn-forwarding-strategy.h (module 'ndnSIM'): bool ns3::ndn::ForwardingStrategy::TrySendOutInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::Face> outFace, ns3::Ptr<ns3::ndn::Interest const> interest, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006118 cls.add_method('TrySendOutInterest',
6119 'bool',
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006120 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::Face >', 'outFace'), param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006121 visibility='protected', is_virtual=True)
6122 ## ndn-forwarding-strategy.h (module 'ndnSIM'): void ns3::ndn::ForwardingStrategy::WillSatisfyPendingInterest(ns3::Ptr<ns3::ndn::Face> inFace, ns3::Ptr<ns3::ndn::pit::Entry> pitEntry) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006123 cls.add_method('WillSatisfyPendingInterest',
6124 'void',
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006125 [param('ns3::Ptr< ns3::ndn::Face >', 'inFace'), param('ns3::Ptr< ns3::ndn::pit::Entry >', 'pitEntry')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006126 visibility='protected', is_virtual=True)
6127 return
6128
6129def register_Ns3NdnGlobalRoutingHelper_methods(root_module, cls):
6130 ## ndn-global-routing-helper.h (module 'ndnSIM'): ns3::ndn::GlobalRoutingHelper::GlobalRoutingHelper() [constructor]
6131 cls.add_constructor([])
6132 ## ndn-global-routing-helper.h (module 'ndnSIM'): ns3::ndn::GlobalRoutingHelper::GlobalRoutingHelper(ns3::ndn::GlobalRoutingHelper const & arg0) [copy constructor]
6133 cls.add_constructor([param('ns3::ndn::GlobalRoutingHelper const &', 'arg0')])
6134 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::AddOrigin(std::string const & prefix, ns3::Ptr<ns3::Node> node) [member function]
6135 cls.add_method('AddOrigin',
6136 'void',
6137 [param('std::string const &', 'prefix'), param('ns3::Ptr< ns3::Node >', 'node')])
6138 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::AddOrigin(std::string const & prefix, std::string const & nodeName) [member function]
6139 cls.add_method('AddOrigin',
6140 'void',
6141 [param('std::string const &', 'prefix'), param('std::string const &', 'nodeName')])
6142 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::AddOrigins(std::string const & prefix, ns3::NodeContainer const & nodes) [member function]
6143 cls.add_method('AddOrigins',
6144 'void',
6145 [param('std::string const &', 'prefix'), param('ns3::NodeContainer const &', 'nodes')])
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006146 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::AddOriginsForAll() [member function]
6147 cls.add_method('AddOriginsForAll',
6148 'void',
6149 [])
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07006150 ## ndn-global-routing-helper.h (module 'ndnSIM'): static void ns3::ndn::GlobalRoutingHelper::CalculateAllPossibleRoutes(bool invalidatedRoutes=true) [member function]
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07006151 cls.add_method('CalculateAllPossibleRoutes',
6152 'void',
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07006153 [param('bool', 'invalidatedRoutes', default_value='true')],
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07006154 is_static=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07006155 ## ndn-global-routing-helper.h (module 'ndnSIM'): static void ns3::ndn::GlobalRoutingHelper::CalculateRoutes(bool invalidatedRoutes=true) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006156 cls.add_method('CalculateRoutes',
6157 'void',
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07006158 [param('bool', 'invalidatedRoutes', default_value='true')],
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07006159 is_static=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006160 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::Install(ns3::Ptr<ns3::Node> node) [member function]
6161 cls.add_method('Install',
6162 'void',
6163 [param('ns3::Ptr< ns3::Node >', 'node')])
6164 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::Install(ns3::NodeContainer const & nodes) [member function]
6165 cls.add_method('Install',
6166 'void',
6167 [param('ns3::NodeContainer const &', 'nodes')])
6168 ## ndn-global-routing-helper.h (module 'ndnSIM'): void ns3::ndn::GlobalRoutingHelper::InstallAll() [member function]
6169 cls.add_method('InstallAll',
6170 'void',
6171 [])
6172 return
6173
6174def register_Ns3NdnHeaderHelper_methods(root_module, cls):
6175 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::HeaderHelper::HeaderHelper() [constructor]
6176 cls.add_constructor([])
6177 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::HeaderHelper::HeaderHelper(ns3::ndn::HeaderHelper const & arg0) [copy constructor]
6178 cls.add_constructor([param('ns3::ndn::HeaderHelper const &', 'arg0')])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006179 ## ndn-header-helper.h (module 'ndnSIM'): static ns3::ndn::HeaderHelper::Type ns3::ndn::HeaderHelper::GetNdnHeaderType(ns3::Ptr<ns3::Packet const> packet) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006180 cls.add_method('GetNdnHeaderType',
6181 'ns3::ndn::HeaderHelper::Type',
6182 [param('ns3::Ptr< ns3::Packet const >', 'packet')],
6183 is_static=True)
6184 return
6185
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006186def register_Ns3NdnInterest_methods(root_module, cls):
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006187 cls.add_output_stream_operator()
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006188 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::Interest::Interest(ns3::Ptr<ns3::Packet> payload=ns3::Create( )) [constructor]
6189 cls.add_constructor([param('ns3::Ptr< ns3::Packet >', 'payload', default_value='ns3::Create( )')])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006190 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::Interest::Interest(ns3::ndn::Interest const & interest) [copy constructor]
6191 cls.add_constructor([param('ns3::ndn::Interest const &', 'interest')])
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07006192 ## ndn-interest.h (module 'ndnSIM'): ns3::Ptr<const ns3::ndn::Exclude> ns3::ndn::Interest::GetExclude() const [member function]
6193 cls.add_method('GetExclude',
6194 'ns3::Ptr< ns3::ndn::Exclude const >',
6195 [],
6196 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006197 ## ndn-interest.h (module 'ndnSIM'): ns3::Time ns3::ndn::Interest::GetInterestLifetime() const [member function]
6198 cls.add_method('GetInterestLifetime',
6199 'ns3::Time',
6200 [],
6201 is_const=True)
6202 ## ndn-interest.h (module 'ndnSIM'): uint8_t ns3::ndn::Interest::GetNack() const [member function]
6203 cls.add_method('GetNack',
6204 'uint8_t',
6205 [],
6206 is_const=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006207 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::Name const & ns3::ndn::Interest::GetName() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006208 cls.add_method('GetName',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07006209 'ns3::ndn::Name const &',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006210 [],
6211 is_const=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006212 ## ndn-interest.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Name const> ns3::ndn::Interest::GetNamePtr() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006213 cls.add_method('GetNamePtr',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07006214 'ns3::Ptr< ns3::ndn::Name const >',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006215 [],
6216 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006217 ## ndn-interest.h (module 'ndnSIM'): uint32_t ns3::ndn::Interest::GetNonce() const [member function]
6218 cls.add_method('GetNonce',
6219 'uint32_t',
6220 [],
6221 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006222 ## ndn-interest.h (module 'ndnSIM'): ns3::Ptr<ns3::Packet const> ns3::ndn::Interest::GetPayload() const [member function]
6223 cls.add_method('GetPayload',
6224 'ns3::Ptr< ns3::Packet const >',
6225 [],
6226 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006227 ## ndn-interest.h (module 'ndnSIM'): int8_t ns3::ndn::Interest::GetScope() const [member function]
6228 cls.add_method('GetScope',
6229 'int8_t',
6230 [],
6231 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006232 ## ndn-interest.h (module 'ndnSIM'): ns3::Ptr<ns3::Packet const> ns3::ndn::Interest::GetWire() const [member function]
6233 cls.add_method('GetWire',
6234 'ns3::Ptr< ns3::Packet const >',
6235 [],
6236 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006237 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::Print(std::ostream & os) const [member function]
6238 cls.add_method('Print',
6239 'void',
6240 [param('std::ostream &', 'os')],
6241 is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07006242 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetExclude(ns3::Ptr<ns3::ndn::Exclude> exclude) [member function]
6243 cls.add_method('SetExclude',
6244 'void',
6245 [param('ns3::Ptr< ns3::ndn::Exclude >', 'exclude')])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006246 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetInterestLifetime(ns3::Time time) [member function]
6247 cls.add_method('SetInterestLifetime',
6248 'void',
6249 [param('ns3::Time', 'time')])
6250 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetNack(uint8_t nackType) [member function]
6251 cls.add_method('SetNack',
6252 'void',
6253 [param('uint8_t', 'nackType')])
6254 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetName(ns3::Ptr<ns3::ndn::Name> name) [member function]
6255 cls.add_method('SetName',
6256 'void',
6257 [param('ns3::Ptr< ns3::ndn::Name >', 'name')])
6258 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetName(ns3::ndn::Name const & name) [member function]
6259 cls.add_method('SetName',
6260 'void',
6261 [param('ns3::ndn::Name const &', 'name')])
6262 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetNonce(uint32_t nonce) [member function]
6263 cls.add_method('SetNonce',
6264 'void',
6265 [param('uint32_t', 'nonce')])
6266 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetPayload(ns3::Ptr<ns3::Packet> payload) [member function]
6267 cls.add_method('SetPayload',
6268 'void',
6269 [param('ns3::Ptr< ns3::Packet >', 'payload')])
6270 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetScope(int8_t scope) [member function]
6271 cls.add_method('SetScope',
6272 'void',
6273 [param('int8_t', 'scope')])
6274 ## ndn-interest.h (module 'ndnSIM'): void ns3::ndn::Interest::SetWire(ns3::Ptr<ns3::Packet const> packet) const [member function]
6275 cls.add_method('SetWire',
6276 'void',
6277 [param('ns3::Ptr< ns3::Packet const >', 'packet')],
6278 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006279 return
6280
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006281def register_Ns3NdnInterestException_methods(root_module, cls):
6282 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::InterestException::InterestException() [constructor]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006283 cls.add_constructor([])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006284 ## ndn-interest.h (module 'ndnSIM'): ns3::ndn::InterestException::InterestException(ns3::ndn::InterestException const & arg0) [copy constructor]
6285 cls.add_constructor([param('ns3::ndn::InterestException const &', 'arg0')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006286 return
6287
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07006288def register_Ns3NdnIpFacesHelper_methods(root_module, cls):
6289 ## ndn-ip-faces-helper.h (module 'ndnSIM'): ns3::ndn::IpFacesHelper::IpFacesHelper() [constructor]
6290 cls.add_constructor([])
6291 ## ndn-ip-faces-helper.h (module 'ndnSIM'): ns3::ndn::IpFacesHelper::IpFacesHelper(ns3::ndn::IpFacesHelper const & arg0) [copy constructor]
6292 cls.add_constructor([param('ns3::ndn::IpFacesHelper const &', 'arg0')])
6293 ## ndn-ip-faces-helper.h (module 'ndnSIM'): static void ns3::ndn::IpFacesHelper::CreateTcpFace(ns3::Time const & when, ns3::Ptr<ns3::Node> node, ns3::Ipv4Address address, std::string const & prefix, int16_t metric=1) [member function]
6294 cls.add_method('CreateTcpFace',
6295 'void',
6296 [param('ns3::Time const &', 'when'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ipv4Address', 'address'), param('std::string const &', 'prefix'), param('int16_t', 'metric', default_value='1')],
6297 is_static=True)
6298 ## ndn-ip-faces-helper.h (module 'ndnSIM'): static void ns3::ndn::IpFacesHelper::CreateUdpFace(ns3::Time const & when, ns3::Ptr<ns3::Node> node, ns3::Ipv4Address address, std::string const & prefix, int16_t metric=1) [member function]
6299 cls.add_method('CreateUdpFace',
6300 'void',
6301 [param('ns3::Time const &', 'when'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ipv4Address', 'address'), param('std::string const &', 'prefix'), param('int16_t', 'metric', default_value='1')],
6302 is_static=True)
6303 ## ndn-ip-faces-helper.h (module 'ndnSIM'): static void ns3::ndn::IpFacesHelper::Install(ns3::Ptr<ns3::Node> node) [member function]
6304 cls.add_method('Install',
6305 'void',
6306 [param('ns3::Ptr< ns3::Node >', 'node')],
6307 is_static=True)
6308 ## ndn-ip-faces-helper.h (module 'ndnSIM'): static void ns3::ndn::IpFacesHelper::Install(ns3::NodeContainer const & nodes) [member function]
6309 cls.add_method('Install',
6310 'void',
6311 [param('ns3::NodeContainer const &', 'nodes')],
6312 is_static=True)
6313 ## ndn-ip-faces-helper.h (module 'ndnSIM'): static void ns3::ndn::IpFacesHelper::InstallAll() [member function]
6314 cls.add_method('InstallAll',
6315 'void',
6316 [],
6317 is_static=True)
6318 return
6319
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006320def register_Ns3NdnL3Protocol_methods(root_module, cls):
6321 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::ndn::L3Protocol::ETHERNET_FRAME_TYPE [variable]
6322 cls.add_static_attribute('ETHERNET_FRAME_TYPE', 'uint16_t const', is_const=True)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07006323 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::ndn::L3Protocol::IP_STACK_PORT [variable]
6324 cls.add_static_attribute('IP_STACK_PORT', 'uint16_t const', is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006325 ## ndn-l3-protocol.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::L3Protocol::GetTypeId() [member function]
6326 cls.add_method('GetTypeId',
6327 'ns3::TypeId',
6328 [],
6329 is_static=True)
6330 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::ndn::L3Protocol::L3Protocol() [constructor]
6331 cls.add_constructor([])
6332 ## ndn-l3-protocol.h (module 'ndnSIM'): uint32_t ns3::ndn::L3Protocol::AddFace(ns3::Ptr<ns3::ndn::Face> const & face) [member function]
6333 cls.add_method('AddFace',
6334 'uint32_t',
6335 [param('ns3::Ptr< ns3::ndn::Face > const &', 'face')],
6336 is_virtual=True)
6337 ## ndn-l3-protocol.h (module 'ndnSIM'): uint32_t ns3::ndn::L3Protocol::GetNFaces() const [member function]
6338 cls.add_method('GetNFaces',
6339 'uint32_t',
6340 [],
6341 is_const=True, is_virtual=True)
6342 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Face> ns3::ndn::L3Protocol::GetFace(uint32_t face) const [member function]
6343 cls.add_method('GetFace',
6344 'ns3::Ptr< ns3::ndn::Face >',
6345 [param('uint32_t', 'face')],
6346 is_const=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006347 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Face> ns3::ndn::L3Protocol::GetFaceById(uint32_t face) const [member function]
6348 cls.add_method('GetFaceById',
6349 'ns3::Ptr< ns3::ndn::Face >',
6350 [param('uint32_t', 'face')],
6351 is_const=True, is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006352 ## ndn-l3-protocol.h (module 'ndnSIM'): void ns3::ndn::L3Protocol::RemoveFace(ns3::Ptr<ns3::ndn::Face> face) [member function]
6353 cls.add_method('RemoveFace',
6354 'void',
6355 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
6356 is_virtual=True)
6357 ## ndn-l3-protocol.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Face> ns3::ndn::L3Protocol::GetFaceByNetDevice(ns3::Ptr<ns3::NetDevice> netDevice) const [member function]
6358 cls.add_method('GetFaceByNetDevice',
6359 'ns3::Ptr< ns3::ndn::Face >',
6360 [param('ns3::Ptr< ns3::NetDevice >', 'netDevice')],
6361 is_const=True, is_virtual=True)
6362 ## ndn-l3-protocol.h (module 'ndnSIM'): void ns3::ndn::L3Protocol::DoDispose() [member function]
6363 cls.add_method('DoDispose',
6364 'void',
6365 [],
6366 visibility='protected', is_virtual=True)
6367 ## ndn-l3-protocol.h (module 'ndnSIM'): void ns3::ndn::L3Protocol::NotifyNewAggregate() [member function]
6368 cls.add_method('NotifyNewAggregate',
6369 'void',
6370 [],
6371 visibility='protected', is_virtual=True)
6372 return
6373
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07006374def register_Ns3NdnL3Tracer_methods(root_module, cls):
6375 cls.add_output_stream_operator()
6376 ## ndn-l3-tracer.h (module 'ndnSIM'): ns3::ndn::L3Tracer::L3Tracer(ns3::ndn::L3Tracer const & arg0) [copy constructor]
6377 cls.add_constructor([param('ns3::ndn::L3Tracer const &', 'arg0')])
6378 ## ndn-l3-tracer.h (module 'ndnSIM'): ns3::ndn::L3Tracer::L3Tracer(ns3::Ptr<ns3::Node> node) [constructor]
6379 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
6380 ## ndn-l3-tracer.h (module 'ndnSIM'): ns3::ndn::L3Tracer::L3Tracer(std::string const & node) [constructor]
6381 cls.add_constructor([param('std::string const &', 'node')])
6382 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::Print(std::ostream & os) const [member function]
6383 cls.add_method('Print',
6384 'void',
6385 [param('std::ostream &', 'os')],
6386 is_pure_virtual=True, is_const=True, is_virtual=True)
6387 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::PrintHeader(std::ostream & os) const [member function]
6388 cls.add_method('PrintHeader',
6389 'void',
6390 [param('std::ostream &', 'os')],
6391 is_pure_virtual=True, is_const=True, is_virtual=True)
6392 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::Connect() [member function]
6393 cls.add_method('Connect',
6394 'void',
6395 [],
6396 visibility='protected')
6397 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::DropData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6398 cls.add_method('DropData',
6399 'void',
6400 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6401 is_pure_virtual=True, visibility='protected', is_virtual=True)
6402 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::DropInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6403 cls.add_method('DropInterests',
6404 'void',
6405 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6406 is_pure_virtual=True, visibility='protected', is_virtual=True)
6407 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::DropNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6408 cls.add_method('DropNacks',
6409 'void',
6410 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6411 is_pure_virtual=True, visibility='protected', is_virtual=True)
6412 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::InData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6413 cls.add_method('InData',
6414 'void',
6415 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6416 is_pure_virtual=True, visibility='protected', is_virtual=True)
6417 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::InInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6418 cls.add_method('InInterests',
6419 'void',
6420 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6421 is_pure_virtual=True, visibility='protected', is_virtual=True)
6422 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::InNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6423 cls.add_method('InNacks',
6424 'void',
6425 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6426 is_pure_virtual=True, visibility='protected', is_virtual=True)
6427 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::OutData(ns3::Ptr<ns3::ndn::Data const> arg0, bool fromCache, ns3::Ptr<const ns3::ndn::Face> arg2) [member function]
6428 cls.add_method('OutData',
6429 'void',
6430 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('bool', 'fromCache'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg2')],
6431 is_pure_virtual=True, visibility='protected', is_virtual=True)
6432 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::OutInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6433 cls.add_method('OutInterests',
6434 'void',
6435 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6436 is_pure_virtual=True, visibility='protected', is_virtual=True)
6437 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::OutNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
6438 cls.add_method('OutNacks',
6439 'void',
6440 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
6441 is_pure_virtual=True, visibility='protected', is_virtual=True)
6442 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::SatisfiedInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
6443 cls.add_method('SatisfiedInterests',
6444 'void',
6445 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
6446 is_pure_virtual=True, visibility='protected', is_virtual=True)
6447 ## ndn-l3-tracer.h (module 'ndnSIM'): void ns3::ndn::L3Tracer::TimedOutInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
6448 cls.add_method('TimedOutInterests',
6449 'void',
6450 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
6451 is_pure_virtual=True, visibility='protected', is_virtual=True)
6452 return
6453
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006454def register_Ns3NdnLimits_methods(root_module, cls):
6455 ## ndn-limits.h (module 'ndnSIM'): ns3::ndn::Limits::Limits(ns3::ndn::Limits const & arg0) [copy constructor]
6456 cls.add_constructor([param('ns3::ndn::Limits const &', 'arg0')])
6457 ## ndn-limits.h (module 'ndnSIM'): ns3::ndn::Limits::Limits() [constructor]
6458 cls.add_constructor([])
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006459 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::BorrowLimit() [member function]
6460 cls.add_method('BorrowLimit',
6461 'void',
6462 [],
6463 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07006464 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetCurrentLimit() const [member function]
6465 cls.add_method('GetCurrentLimit',
6466 'double',
6467 [],
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006468 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006469 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetCurrentLimitRate() const [member function]
6470 cls.add_method('GetCurrentLimitRate',
6471 'double',
6472 [],
6473 is_pure_virtual=True, is_const=True, is_virtual=True)
6474 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetLinkDelay() const [member function]
6475 cls.add_method('GetLinkDelay',
6476 'double',
6477 [],
6478 is_const=True, is_virtual=True)
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006479 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetMaxDelay() const [member function]
6480 cls.add_method('GetMaxDelay',
6481 'double',
6482 [],
6483 is_const=True, is_virtual=True)
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006484 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetMaxLimit() const [member function]
6485 cls.add_method('GetMaxLimit',
6486 'double',
6487 [],
6488 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006489 ## ndn-limits.h (module 'ndnSIM'): double ns3::ndn::Limits::GetMaxRate() const [member function]
6490 cls.add_method('GetMaxRate',
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006491 'double',
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006492 [],
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07006493 is_const=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006494 ## ndn-limits.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::Limits::GetTypeId() [member function]
6495 cls.add_method('GetTypeId',
6496 'ns3::TypeId',
6497 [],
6498 is_static=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006499 ## ndn-limits.h (module 'ndnSIM'): bool ns3::ndn::Limits::IsBelowLimit() [member function]
6500 cls.add_method('IsBelowLimit',
6501 'bool',
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07006502 [],
6503 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006504 ## ndn-limits.h (module 'ndnSIM'): bool ns3::ndn::Limits::IsEnabled() const [member function]
6505 cls.add_method('IsEnabled',
6506 'bool',
6507 [],
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07006508 is_const=True, is_virtual=True)
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006509 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::RegisterAvailableSlotCallback(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> handler) [member function]
6510 cls.add_method('RegisterAvailableSlotCallback',
6511 'void',
6512 [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'handler')])
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006513 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::ReturnLimit() [member function]
6514 cls.add_method('ReturnLimit',
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006515 'void',
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006516 [],
6517 is_pure_virtual=True, is_virtual=True)
6518 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::SetLimits(double rate, double delay) [member function]
6519 cls.add_method('SetLimits',
6520 'void',
6521 [param('double', 'rate'), param('double', 'delay')],
Alexander Afanasyevf5c07742012-10-31 13:13:05 -07006522 is_virtual=True)
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006523 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::SetLinkDelay(double delay) [member function]
6524 cls.add_method('SetLinkDelay',
6525 'void',
6526 [param('double', 'delay')],
6527 is_virtual=True)
Alexander Afanasyeva28ec562012-10-25 14:07:32 -07006528 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::UpdateCurrentLimit(double limit) [member function]
6529 cls.add_method('UpdateCurrentLimit',
6530 'void',
Alexander Afanasyev7e4235a2012-10-31 16:58:44 -07006531 [param('double', 'limit')],
6532 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeva8f5d882012-11-09 14:22:48 -08006533 ## ndn-limits.h (module 'ndnSIM'): void ns3::ndn::Limits::FireAvailableSlotCallback() [member function]
6534 cls.add_method('FireAvailableSlotCallback',
6535 'void',
6536 [],
6537 visibility='protected')
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07006538 return
6539
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07006540def register_Ns3NdnLinkControlHelper_methods(root_module, cls):
6541 ## ndn-link-control-helper.h (module 'ndnSIM'): ns3::ndn::LinkControlHelper::LinkControlHelper() [constructor]
6542 cls.add_constructor([])
6543 ## ndn-link-control-helper.h (module 'ndnSIM'): ns3::ndn::LinkControlHelper::LinkControlHelper(ns3::ndn::LinkControlHelper const & arg0) [copy constructor]
6544 cls.add_constructor([param('ns3::ndn::LinkControlHelper const &', 'arg0')])
6545 ## ndn-link-control-helper.h (module 'ndnSIM'): static void ns3::ndn::LinkControlHelper::FailLink(ns3::Ptr<ns3::Node> node1, ns3::Ptr<ns3::Node> node2) [member function]
6546 cls.add_method('FailLink',
6547 'void',
6548 [param('ns3::Ptr< ns3::Node >', 'node1'), param('ns3::Ptr< ns3::Node >', 'node2')],
6549 is_static=True)
6550 ## ndn-link-control-helper.h (module 'ndnSIM'): static void ns3::ndn::LinkControlHelper::FailLinkByName(std::string const & node1, std::string const & node2) [member function]
6551 cls.add_method('FailLinkByName',
6552 'void',
6553 [param('std::string const &', 'node1'), param('std::string const &', 'node2')],
6554 is_static=True)
6555 ## ndn-link-control-helper.h (module 'ndnSIM'): static void ns3::ndn::LinkControlHelper::UpLink(ns3::Ptr<ns3::Node> node1, ns3::Ptr<ns3::Node> node2) [member function]
6556 cls.add_method('UpLink',
6557 'void',
6558 [param('ns3::Ptr< ns3::Node >', 'node1'), param('ns3::Ptr< ns3::Node >', 'node2')],
6559 is_static=True)
6560 ## ndn-link-control-helper.h (module 'ndnSIM'): static void ns3::ndn::LinkControlHelper::UpLinkByName(std::string const & node1, std::string const & node2) [member function]
6561 cls.add_method('UpLinkByName',
6562 'void',
6563 [param('std::string const &', 'node1'), param('std::string const &', 'node2')],
6564 is_static=True)
6565 return
6566
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006567def register_Ns3NdnName_methods(root_module, cls):
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006568 cls.add_output_stream_operator()
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006569 cls.add_binary_comparison_operator('!=')
6570 cls.add_binary_numeric_operator('+', root_module['ns3::ndn::Name'], root_module['ns3::ndn::Name'], param('ns3::ndn::Name const &', 'right'))
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006571 cls.add_binary_comparison_operator('<')
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006572 cls.add_binary_comparison_operator('<=')
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006573 cls.add_binary_comparison_operator('==')
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006574 cls.add_binary_comparison_operator('>')
6575 cls.add_binary_comparison_operator('>=')
6576 ## name.h (module 'ndnSIM'): ns3::ndn::Name::Name() [constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006577 cls.add_constructor([])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006578 ## name.h (module 'ndnSIM'): ns3::ndn::Name::Name(ns3::ndn::Name const & other) [copy constructor]
6579 cls.add_constructor([param('ns3::ndn::Name const &', 'other')])
6580 ## name.h (module 'ndnSIM'): ns3::ndn::Name::Name(std::string const & url) [constructor]
6581 cls.add_constructor([param('std::string const &', 'url')])
6582 ## name.h (module 'ndnSIM'): ns3::ndn::Name::Name(__gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > begin, __gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > end) [constructor]
6583 cls.add_constructor([param('__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >', 'begin'), param('__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >', 'end')])
6584 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::append(ns3::ndn::name::Component const & comp) [member function]
6585 cls.add_method('append',
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07006586 'ns3::ndn::Name &',
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006587 [param('ns3::ndn::name::Component const &', 'comp')])
6588 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::append(__gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > begin, __gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > end) [member function]
6589 cls.add_method('append',
6590 'ns3::ndn::Name &',
6591 [param('__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >', 'begin'), param('__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >', 'end')],
6592 template_parameters=['__gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > >'])
6593 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::append(ns3::ndn::Name const & comp) [member function]
6594 cls.add_method('append',
6595 'ns3::ndn::Name &',
6596 [param('ns3::ndn::Name const &', 'comp')])
6597 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::append(std::string const & compStr) [member function]
6598 cls.add_method('append',
6599 'ns3::ndn::Name &',
6600 [param('std::string const &', 'compStr')])
6601 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::append(void const * buf, size_t size) [member function]
6602 cls.add_method('append',
6603 'ns3::ndn::Name &',
6604 [param('void const *', 'buf'), param('size_t', 'size')])
6605 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendBlkId(uint64_t blkid) [member function]
6606 cls.add_method('appendBlkId',
6607 'ns3::ndn::Name &',
6608 [param('uint64_t', 'blkid')])
6609 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendBySwap(ns3::ndn::name::Component & comp) [member function]
6610 cls.add_method('appendBySwap',
6611 'ns3::ndn::Name &',
6612 [param('ns3::ndn::name::Component &', 'comp')])
6613 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendControlNum(uint64_t control) [member function]
6614 cls.add_method('appendControlNum',
6615 'ns3::ndn::Name &',
6616 [param('uint64_t', 'control')])
6617 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendNumber(uint64_t number) [member function]
6618 cls.add_method('appendNumber',
6619 'ns3::ndn::Name &',
6620 [param('uint64_t', 'number')])
6621 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendNumberWithMarker(uint64_t number, unsigned char marker) [member function]
6622 cls.add_method('appendNumberWithMarker',
6623 'ns3::ndn::Name &',
6624 [param('uint64_t', 'number'), param('unsigned char', 'marker')])
6625 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendSeqNum(uint64_t seqno) [member function]
6626 cls.add_method('appendSeqNum',
6627 'ns3::ndn::Name &',
6628 [param('uint64_t', 'seqno')])
6629 ## name.h (module 'ndnSIM'): ns3::ndn::Name & ns3::ndn::Name::appendVersion(uint64_t version=ns3::ndn::Name::nversion) [member function]
6630 cls.add_method('appendVersion',
6631 'ns3::ndn::Name &',
6632 [param('uint64_t', 'version', default_value='ns3::ndn::Name::nversion')])
6633 ## name.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > ns3::ndn::Name::begin() const [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006634 cls.add_method('begin',
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006635 '__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >',
6636 [],
6637 is_const=True)
6638 ## name.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<ns3::ndn::name::Component*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > ns3::ndn::Name::begin() [member function]
6639 cls.add_method('begin',
6640 '__gnu_cxx::__normal_iterator< ns3::ndn::name::Component *, std::vector< ns3::ndn::name::Component > >',
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006641 [])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006642 ## name.h (module 'ndnSIM'): int ns3::ndn::Name::compare(ns3::ndn::Name const & name) const [member function]
6643 cls.add_method('compare',
6644 'int',
6645 [param('ns3::ndn::Name const &', 'name')],
6646 is_const=True)
6647 ## name.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > ns3::ndn::Name::end() const [member function]
6648 cls.add_method('end',
6649 '__gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > >',
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006650 [],
6651 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006652 ## name.h (module 'ndnSIM'): __gnu_cxx::__normal_iterator<ns3::ndn::name::Component*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > ns3::ndn::Name::end() [member function]
6653 cls.add_method('end',
6654 '__gnu_cxx::__normal_iterator< ns3::ndn::name::Component *, std::vector< ns3::ndn::name::Component > >',
6655 [])
6656 ## name.h (module 'ndnSIM'): ns3::ndn::name::Component const & ns3::ndn::Name::get(int index) const [member function]
6657 cls.add_method('get',
6658 'ns3::ndn::name::Component const &',
6659 [param('int', 'index')],
6660 is_const=True)
6661 ## name.h (module 'ndnSIM'): ns3::ndn::name::Component & ns3::ndn::Name::get(int index) [member function]
6662 cls.add_method('get',
6663 'ns3::ndn::name::Component &',
6664 [param('int', 'index')])
6665 ## name.h (module 'ndnSIM'): ns3::ndn::Name ns3::ndn::Name::getPostfix(size_t len, size_t skip=0) const [member function]
6666 cls.add_method('getPostfix',
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006667 'ns3::ndn::Name',
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006668 [param('size_t', 'len'), param('size_t', 'skip', default_value='0')],
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006669 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006670 ## name.h (module 'ndnSIM'): ns3::ndn::Name ns3::ndn::Name::getPrefix(size_t len, size_t skip=0) const [member function]
6671 cls.add_method('getPrefix',
6672 'ns3::ndn::Name',
6673 [param('size_t', 'len'), param('size_t', 'skip', default_value='0')],
6674 is_const=True)
6675 ## name.h (module 'ndnSIM'): ns3::ndn::Name ns3::ndn::Name::getSubName(size_t pos=0, size_t len=ns3::ndn::Name::npos) const [member function]
6676 cls.add_method('getSubName',
6677 'ns3::ndn::Name',
6678 [param('size_t', 'pos', default_value='0'), param('size_t', 'len', default_value='ns3::ndn::Name::npos')],
6679 is_const=True)
6680 ## name.h (module 'ndnSIM'): std::reverse_iterator<__gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > > ns3::ndn::Name::rbegin() const [member function]
6681 cls.add_method('rbegin',
6682 'std::reverse_iterator< __gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > > >',
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006683 [],
6684 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006685 ## name.h (module 'ndnSIM'): std::reverse_iterator<__gnu_cxx::__normal_iterator<ns3::ndn::name::Component*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > > ns3::ndn::Name::rbegin() [member function]
6686 cls.add_method('rbegin',
6687 'std::reverse_iterator< __gnu_cxx::__normal_iterator< ns3::ndn::name::Component *, std::vector< ns3::ndn::name::Component > > >',
6688 [])
6689 ## name.h (module 'ndnSIM'): std::reverse_iterator<__gnu_cxx::__normal_iterator<ns3::ndn::name::Component const*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > > ns3::ndn::Name::rend() const [member function]
6690 cls.add_method('rend',
6691 'std::reverse_iterator< __gnu_cxx::__normal_iterator< ns3::ndn::name::Component const *, std::vector< ns3::ndn::name::Component > > >',
6692 [],
6693 is_const=True)
6694 ## name.h (module 'ndnSIM'): std::reverse_iterator<__gnu_cxx::__normal_iterator<ns3::ndn::name::Component*, std::vector<ns3::ndn::name::Component, std::allocator<ns3::ndn::name::Component> > > > ns3::ndn::Name::rend() [member function]
6695 cls.add_method('rend',
6696 'std::reverse_iterator< __gnu_cxx::__normal_iterator< ns3::ndn::name::Component *, std::vector< ns3::ndn::name::Component > > >',
6697 [])
6698 ## name.h (module 'ndnSIM'): size_t ns3::ndn::Name::size() const [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006699 cls.add_method('size',
6700 'size_t',
6701 [],
6702 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006703 ## name.h (module 'ndnSIM'): std::string ns3::ndn::Name::toUri() const [member function]
6704 cls.add_method('toUri',
6705 'std::string',
6706 [],
6707 is_const=True)
6708 ## name.h (module 'ndnSIM'): void ns3::ndn::Name::toUri(std::ostream & os) const [member function]
6709 cls.add_method('toUri',
6710 'void',
6711 [param('std::ostream &', 'os')],
6712 is_const=True)
6713 ## name.h (module 'ndnSIM'): ns3::ndn::Name::npos [variable]
6714 cls.add_static_attribute('npos', 'size_t const', is_const=True)
6715 ## name.h (module 'ndnSIM'): ns3::ndn::Name::nversion [variable]
6716 cls.add_static_attribute('nversion', 'uint64_t const', is_const=True)
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006717 return
6718
6719def register_Ns3NdnNameChecker_methods(root_module, cls):
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006720 ## name.h (module 'ndnSIM'): ns3::ndn::NameChecker::NameChecker() [constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006721 cls.add_constructor([])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006722 ## name.h (module 'ndnSIM'): ns3::ndn::NameChecker::NameChecker(ns3::ndn::NameChecker const & arg0) [copy constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006723 cls.add_constructor([param('ns3::ndn::NameChecker const &', 'arg0')])
6724 return
6725
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006726def register_Ns3NdnNameValue_methods(root_module, cls):
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006727 ## name.h (module 'ndnSIM'): ns3::ndn::NameValue::NameValue() [constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006728 cls.add_constructor([])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006729 ## name.h (module 'ndnSIM'): ns3::ndn::NameValue::NameValue(ns3::ndn::NameValue const & arg0) [copy constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006730 cls.add_constructor([param('ns3::ndn::NameValue const &', 'arg0')])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006731 ## name.h (module 'ndnSIM'): ns3::ndn::NameValue::NameValue(ns3::ndn::Name const & value) [constructor]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006732 cls.add_constructor([param('ns3::ndn::Name const &', 'value')])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006733 ## name.h (module 'ndnSIM'): ns3::Ptr<ns3::AttributeValue> ns3::ndn::NameValue::Copy() const [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006734 cls.add_method('Copy',
6735 'ns3::Ptr< ns3::AttributeValue >',
6736 [],
6737 is_const=True, is_virtual=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006738 ## name.h (module 'ndnSIM'): bool ns3::ndn::NameValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006739 cls.add_method('DeserializeFromString',
6740 'bool',
6741 [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
6742 is_virtual=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006743 ## name.h (module 'ndnSIM'): ns3::ndn::Name ns3::ndn::NameValue::Get() const [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006744 cls.add_method('Get',
6745 'ns3::ndn::Name',
6746 [],
6747 is_const=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006748 ## name.h (module 'ndnSIM'): std::string ns3::ndn::NameValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006749 cls.add_method('SerializeToString',
6750 'std::string',
6751 [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')],
6752 is_const=True, is_virtual=True)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07006753 ## name.h (module 'ndnSIM'): void ns3::ndn::NameValue::Set(ns3::ndn::Name const & value) [member function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08006754 cls.add_method('Set',
6755 'void',
6756 [param('ns3::ndn::Name const &', 'value')])
6757 return
6758
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006759def register_Ns3NdnNetDeviceFace_methods(root_module, cls):
6760 ## ndn-net-device-face.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::NetDeviceFace::GetTypeId() [member function]
6761 cls.add_method('GetTypeId',
6762 'ns3::TypeId',
6763 [],
6764 is_static=True)
6765 ## ndn-net-device-face.h (module 'ndnSIM'): ns3::ndn::NetDeviceFace::NetDeviceFace(ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::NetDevice> const & netDevice) [constructor]
6766 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::NetDevice > const &', 'netDevice')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006767 ## ndn-net-device-face.h (module 'ndnSIM'): void ns3::ndn::NetDeviceFace::RegisterProtocolHandlers(ns3::Callback<void, ns3::Ptr<ns3::ndn::Face>, ns3::Ptr<ns3::ndn::Interest>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> const & interestHandler, ns3::Callback<void, ns3::Ptr<ns3::ndn::Face>, ns3::Ptr<ns3::ndn::Data>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> const & dataHandler) [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006768 cls.add_method('RegisterProtocolHandlers',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006769 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006770 [param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Face >, ns3::Ptr< ns3::ndn::Interest >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty > const &', 'interestHandler'), param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Face >, ns3::Ptr< ns3::ndn::Data >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty > const &', 'dataHandler')],
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006771 is_virtual=True)
6772 ## ndn-net-device-face.h (module 'ndnSIM'): void ns3::ndn::NetDeviceFace::UnRegisterProtocolHandlers() [member function]
6773 cls.add_method('UnRegisterProtocolHandlers',
6774 'void',
6775 [],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006776 is_virtual=True)
6777 ## ndn-net-device-face.h (module 'ndnSIM'): std::ostream & ns3::ndn::NetDeviceFace::Print(std::ostream & os) const [member function]
6778 cls.add_method('Print',
6779 'std::ostream &',
6780 [param('std::ostream &', 'os')],
6781 is_const=True, is_virtual=True)
6782 ## ndn-net-device-face.h (module 'ndnSIM'): ns3::Ptr<ns3::NetDevice> ns3::ndn::NetDeviceFace::GetNetDevice() const [member function]
6783 cls.add_method('GetNetDevice',
6784 'ns3::Ptr< ns3::NetDevice >',
6785 [],
6786 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006787 ## ndn-net-device-face.h (module 'ndnSIM'): bool ns3::ndn::NetDeviceFace::Send(ns3::Ptr<ns3::Packet> p) [member function]
6788 cls.add_method('Send',
Alexander Afanasyev1c0248b2012-07-24 15:59:50 -07006789 'bool',
Alexander Afanasyev6d98ac32012-06-06 13:01:48 -07006790 [param('ns3::Ptr< ns3::Packet >', 'p')],
6791 visibility='protected', is_virtual=True)
6792 return
6793
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006794def register_Ns3NdnPit_methods(root_module, cls):
6795 cls.add_output_stream_operator()
6796 ## ndn-pit.h (module 'ndnSIM'): ns3::ndn::Pit::Pit(ns3::ndn::Pit const & arg0) [copy constructor]
6797 cls.add_constructor([param('ns3::ndn::Pit const &', 'arg0')])
6798 ## ndn-pit.h (module 'ndnSIM'): ns3::ndn::Pit::Pit() [constructor]
6799 cls.add_constructor([])
6800 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Begin() [member function]
6801 cls.add_method('Begin',
6802 'ns3::Ptr< ns3::ndn::pit::Entry >',
6803 [],
6804 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006805 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Create(ns3::Ptr<ns3::ndn::Interest const> header) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006806 cls.add_method('Create',
6807 'ns3::Ptr< ns3::ndn::pit::Entry >',
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006808 [param('ns3::Ptr< ns3::ndn::Interest const >', 'header')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006809 is_pure_virtual=True, is_virtual=True)
6810 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::End() [member function]
6811 cls.add_method('End',
6812 'ns3::Ptr< ns3::ndn::pit::Entry >',
6813 [],
6814 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeve5a8b5a2013-03-15 15:15:26 -07006815 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Find(ns3::ndn::Name const & prefix) [member function]
6816 cls.add_method('Find',
6817 'ns3::Ptr< ns3::ndn::pit::Entry >',
6818 [param('ns3::ndn::Name const &', 'prefix')],
6819 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07006820 ## ndn-pit.h (module 'ndnSIM'): ns3::Time const & ns3::ndn::Pit::GetMaxPitEntryLifetime() const [member function]
6821 cls.add_method('GetMaxPitEntryLifetime',
6822 'ns3::Time const &',
6823 [],
6824 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006825 ## ndn-pit.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Pit> ns3::ndn::Pit::GetPit(ns3::Ptr<ns3::Object> node) [member function]
6826 cls.add_method('GetPit',
6827 'ns3::Ptr< ns3::ndn::Pit >',
6828 [param('ns3::Ptr< ns3::Object >', 'node')],
6829 is_static=True)
6830 ## ndn-pit.h (module 'ndnSIM'): uint32_t ns3::ndn::Pit::GetSize() const [member function]
6831 cls.add_method('GetSize',
6832 'uint32_t',
6833 [],
6834 is_pure_virtual=True, is_const=True, is_virtual=True)
6835 ## ndn-pit.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::Pit::GetTypeId() [member function]
6836 cls.add_method('GetTypeId',
6837 'ns3::TypeId',
6838 [],
6839 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006840 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Lookup(ns3::ndn::Data const & header) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006841 cls.add_method('Lookup',
6842 'ns3::Ptr< ns3::ndn::pit::Entry >',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07006843 [param('ns3::ndn::Data const &', 'header')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006844 is_pure_virtual=True, is_virtual=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006845 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Lookup(ns3::ndn::Interest const & header) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006846 cls.add_method('Lookup',
6847 'ns3::Ptr< ns3::ndn::pit::Entry >',
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07006848 [param('ns3::ndn::Interest const &', 'header')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006849 is_pure_virtual=True, is_virtual=True)
6850 ## ndn-pit.h (module 'ndnSIM'): void ns3::ndn::Pit::MarkErased(ns3::Ptr<ns3::ndn::pit::Entry> entry) [member function]
6851 cls.add_method('MarkErased',
6852 'void',
6853 [param('ns3::Ptr< ns3::ndn::pit::Entry >', 'entry')],
6854 is_pure_virtual=True, is_virtual=True)
6855 ## ndn-pit.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::pit::Entry> ns3::ndn::Pit::Next(ns3::Ptr<ns3::ndn::pit::Entry> arg0) [member function]
6856 cls.add_method('Next',
6857 'ns3::Ptr< ns3::ndn::pit::Entry >',
6858 [param('ns3::Ptr< ns3::ndn::pit::Entry >', 'arg0')],
6859 is_pure_virtual=True, is_virtual=True)
6860 ## ndn-pit.h (module 'ndnSIM'): void ns3::ndn::Pit::Print(std::ostream & os) const [member function]
6861 cls.add_method('Print',
6862 'void',
6863 [param('std::ostream &', 'os')],
6864 is_pure_virtual=True, is_const=True, is_virtual=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07006865 ## ndn-pit.h (module 'ndnSIM'): void ns3::ndn::Pit::SetMaxPitEntryLifetime(ns3::Time const & maxLifetime) [member function]
6866 cls.add_method('SetMaxPitEntryLifetime',
6867 'void',
6868 [param('ns3::Time const &', 'maxLifetime')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006869 return
6870
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07006871def register_Ns3NdnRttEstimator_methods(root_module, cls):
6872 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttEstimator::RttEstimator() [constructor]
6873 cls.add_constructor([])
6874 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttEstimator::RttEstimator(ns3::ndn::RttEstimator const & arg0) [copy constructor]
6875 cls.add_constructor([param('ns3::ndn::RttEstimator const &', 'arg0')])
6876 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Time ns3::ndn::RttEstimator::AckSeq(ns3::SequenceNumber32 ackSeq) [member function]
6877 cls.add_method('AckSeq',
6878 'ns3::Time',
6879 [param('ns3::SequenceNumber32', 'ackSeq')],
6880 is_virtual=True)
6881 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::ClearSent() [member function]
6882 cls.add_method('ClearSent',
6883 'void',
6884 [],
6885 is_virtual=True)
6886 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::RttEstimator> ns3::ndn::RttEstimator::Copy() const [member function]
6887 cls.add_method('Copy',
6888 'ns3::Ptr< ns3::ndn::RttEstimator >',
6889 [],
6890 is_pure_virtual=True, is_const=True, is_virtual=True)
6891 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Time ns3::ndn::RttEstimator::GetCurrentEstimate() const [member function]
6892 cls.add_method('GetCurrentEstimate',
6893 'ns3::Time',
6894 [],
6895 is_const=True)
Alexander Afanasyev858d5312013-07-10 18:50:18 -07006896 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::TypeId ns3::ndn::RttEstimator::GetInstanceTypeId() const [member function]
6897 cls.add_method('GetInstanceTypeId',
6898 'ns3::TypeId',
6899 [],
6900 is_const=True, is_virtual=True)
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07006901 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Time ns3::ndn::RttEstimator::GetMaxRto() const [member function]
6902 cls.add_method('GetMaxRto',
6903 'ns3::Time',
6904 [],
6905 is_const=True)
6906 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Time ns3::ndn::RttEstimator::GetMinRto() const [member function]
6907 cls.add_method('GetMinRto',
6908 'ns3::Time',
6909 [],
6910 is_const=True)
6911 ## ndn-rtt-estimator.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::RttEstimator::GetTypeId() [member function]
6912 cls.add_method('GetTypeId',
6913 'ns3::TypeId',
6914 [],
6915 is_static=True)
6916 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::IncreaseMultiplier() [member function]
6917 cls.add_method('IncreaseMultiplier',
6918 'void',
6919 [],
6920 is_virtual=True)
6921 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::Measurement(ns3::Time t) [member function]
6922 cls.add_method('Measurement',
6923 'void',
6924 [param('ns3::Time', 't')],
6925 is_pure_virtual=True, is_virtual=True)
6926 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::Reset() [member function]
6927 cls.add_method('Reset',
6928 'void',
6929 [],
6930 is_virtual=True)
6931 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::ResetMultiplier() [member function]
6932 cls.add_method('ResetMultiplier',
6933 'void',
6934 [],
6935 is_virtual=True)
6936 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::Time ns3::ndn::RttEstimator::RetransmitTimeout() [member function]
6937 cls.add_method('RetransmitTimeout',
6938 'ns3::Time',
6939 [],
6940 is_pure_virtual=True, is_virtual=True)
6941 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::SentSeq(ns3::SequenceNumber32 seq, uint32_t size) [member function]
6942 cls.add_method('SentSeq',
6943 'void',
6944 [param('ns3::SequenceNumber32', 'seq'), param('uint32_t', 'size')],
6945 is_virtual=True)
6946 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::SetCurrentEstimate(ns3::Time estimate) [member function]
6947 cls.add_method('SetCurrentEstimate',
6948 'void',
6949 [param('ns3::Time', 'estimate')])
6950 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::SetMaxRto(ns3::Time maxRto) [member function]
6951 cls.add_method('SetMaxRto',
6952 'void',
6953 [param('ns3::Time', 'maxRto')])
6954 ## ndn-rtt-estimator.h (module 'ndnSIM'): void ns3::ndn::RttEstimator::SetMinRto(ns3::Time minRto) [member function]
6955 cls.add_method('SetMinRto',
6956 'void',
6957 [param('ns3::Time', 'minRto')])
6958 return
6959
6960def register_Ns3NdnRttHistory_methods(root_module, cls):
6961 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::RttHistory(ns3::SequenceNumber32 s, uint32_t c, ns3::Time t) [constructor]
6962 cls.add_constructor([param('ns3::SequenceNumber32', 's'), param('uint32_t', 'c'), param('ns3::Time', 't')])
6963 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::RttHistory(ns3::ndn::RttHistory const & h) [copy constructor]
6964 cls.add_constructor([param('ns3::ndn::RttHistory const &', 'h')])
6965 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::count [variable]
6966 cls.add_instance_attribute('count', 'uint32_t', is_const=False)
6967 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::retx [variable]
6968 cls.add_instance_attribute('retx', 'bool', is_const=False)
6969 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::seq [variable]
6970 cls.add_instance_attribute('seq', 'ns3::SequenceNumber32', is_const=False)
6971 ## ndn-rtt-estimator.h (module 'ndnSIM'): ns3::ndn::RttHistory::time [variable]
6972 cls.add_instance_attribute('time', 'ns3::Time', is_const=False)
6973 return
6974
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07006975def register_Ns3NdnStackHelper_methods(root_module, cls):
6976 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::ndn::StackHelper::StackHelper() [constructor]
6977 cls.add_constructor([])
6978 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetStackAttributes(std::string const & attr1="", std::string const & value1="", std::string const & attr2="", std::string const & value2="", std::string const & attr3="", std::string const & value3="", std::string const & attr4="", std::string const & value4="") [member function]
6979 cls.add_method('SetStackAttributes',
6980 'void',
6981 [param('std::string const &', 'attr1', default_value='""'), param('std::string const &', 'value1', default_value='""'), param('std::string const &', 'attr2', default_value='""'), param('std::string const &', 'value2', default_value='""'), param('std::string const &', 'attr3', default_value='""'), param('std::string const &', 'value3', default_value='""'), param('std::string const &', 'attr4', default_value='""'), param('std::string const &', 'value4', default_value='""')])
6982 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetForwardingStrategy(std::string const & forwardingStrategyClass, std::string const & attr1="", std::string const & value1="", std::string const & attr2="", std::string const & value2="", std::string const & attr3="", std::string const & value3="", std::string const & attr4="", std::string const & value4="") [member function]
6983 cls.add_method('SetForwardingStrategy',
6984 'void',
6985 [param('std::string const &', 'forwardingStrategyClass'), param('std::string const &', 'attr1', default_value='""'), param('std::string const &', 'value1', default_value='""'), param('std::string const &', 'attr2', default_value='""'), param('std::string const &', 'value2', default_value='""'), param('std::string const &', 'attr3', default_value='""'), param('std::string const &', 'value3', default_value='""'), param('std::string const &', 'attr4', default_value='""'), param('std::string const &', 'value4', default_value='""')])
6986 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetContentStore(std::string const & contentStoreClass, std::string const & attr1="", std::string const & value1="", std::string const & attr2="", std::string const & value2="", std::string const & attr3="", std::string const & value3="", std::string const & attr4="", std::string const & value4="") [member function]
6987 cls.add_method('SetContentStore',
6988 'void',
6989 [param('std::string const &', 'contentStoreClass'), param('std::string const &', 'attr1', default_value='""'), param('std::string const &', 'value1', default_value='""'), param('std::string const &', 'attr2', default_value='""'), param('std::string const &', 'value2', default_value='""'), param('std::string const &', 'attr3', default_value='""'), param('std::string const &', 'value3', default_value='""'), param('std::string const &', 'attr4', default_value='""'), param('std::string const &', 'value4', default_value='""')])
6990 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetPit(std::string const & pitClass, std::string const & attr1="", std::string const & value1="", std::string const & attr2="", std::string const & value2="", std::string const & attr3="", std::string const & value3="", std::string const & attr4="", std::string const & value4="") [member function]
6991 cls.add_method('SetPit',
6992 'void',
6993 [param('std::string const &', 'pitClass'), param('std::string const &', 'attr1', default_value='""'), param('std::string const &', 'value1', default_value='""'), param('std::string const &', 'attr2', default_value='""'), param('std::string const &', 'value2', default_value='""'), param('std::string const &', 'attr3', default_value='""'), param('std::string const &', 'value3', default_value='""'), param('std::string const &', 'attr4', default_value='""'), param('std::string const &', 'value4', default_value='""')])
6994 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetFib(std::string const & fibClass, std::string const & attr1="", std::string const & value1="", std::string const & attr2="", std::string const & value2="", std::string const & attr3="", std::string const & value3="", std::string const & attr4="", std::string const & value4="") [member function]
6995 cls.add_method('SetFib',
6996 'void',
6997 [param('std::string const &', 'fibClass'), param('std::string const &', 'attr1', default_value='""'), param('std::string const &', 'value1', default_value='""'), param('std::string const &', 'attr2', default_value='""'), param('std::string const &', 'value2', default_value='""'), param('std::string const &', 'attr3', default_value='""'), param('std::string const &', 'value3', default_value='""'), param('std::string const &', 'attr4', default_value='""'), param('std::string const &', 'value4', default_value='""')])
Alexander Afanasyevc17e4bd2013-02-17 14:31:56 -08006998 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::AddNetDeviceFaceCreateCallback(ns3::TypeId netDeviceType, ns3::Callback<ns3::Ptr<ns3::ndn::NetDeviceFace>,ns3::Ptr<ns3::Node>,ns3::Ptr<ns3::ndn::L3Protocol>,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function]
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -08006999 cls.add_method('AddNetDeviceFaceCreateCallback',
7000 'void',
Alexander Afanasyevc17e4bd2013-02-17 14:31:56 -08007001 [param('ns3::TypeId', 'netDeviceType'), param('ns3::Callback< ns3::Ptr< ns3::ndn::NetDeviceFace >, ns3::Ptr< ns3::Node >, ns3::Ptr< ns3::ndn::L3Protocol >, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07007002 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::UpdateNetDeviceFaceCreateCallback(ns3::TypeId netDeviceType, ns3::Callback<ns3::Ptr<ns3::ndn::NetDeviceFace>,ns3::Ptr<ns3::Node>,ns3::Ptr<ns3::ndn::L3Protocol>,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function]
7003 cls.add_method('UpdateNetDeviceFaceCreateCallback',
7004 'void',
7005 [param('ns3::TypeId', 'netDeviceType'), param('ns3::Callback< ns3::Ptr< ns3::ndn::NetDeviceFace >, ns3::Ptr< ns3::Node >, ns3::Ptr< ns3::ndn::L3Protocol >, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
7006 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::RemoveNetDeviceFaceCreateCallback(ns3::TypeId netDeviceType, ns3::Callback<ns3::Ptr<ns3::ndn::NetDeviceFace>,ns3::Ptr<ns3::Node>,ns3::Ptr<ns3::ndn::L3Protocol>,ns3::Ptr<ns3::NetDevice>,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> callback) [member function]
7007 cls.add_method('RemoveNetDeviceFaceCreateCallback',
7008 'void',
7009 [param('ns3::TypeId', 'netDeviceType'), param('ns3::Callback< ns3::Ptr< ns3::ndn::NetDeviceFace >, ns3::Ptr< ns3::Node >, ns3::Ptr< ns3::ndn::L3Protocol >, ns3::Ptr< ns3::NetDevice >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007010 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::EnableLimits(bool enable=true, ns3::Time avgRtt=ns3::Seconds( ), uint32_t avgData=1100, uint32_t avgInterest=40) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007011 cls.add_method('EnableLimits',
7012 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007013 [param('bool', 'enable', default_value='true'), param('ns3::Time', 'avgRtt', default_value='ns3::Seconds(0)'), param('uint32_t', 'avgData', default_value='1100'), param('uint32_t', 'avgInterest', default_value='40')])
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007014 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::FaceContainer> ns3::ndn::StackHelper::Install(std::string const & nodeName) const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007015 cls.add_method('Install',
7016 'ns3::Ptr< ns3::ndn::FaceContainer >',
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007017 [param('std::string const &', 'nodeName')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007018 is_const=True)
7019 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::FaceContainer> ns3::ndn::StackHelper::Install(ns3::Ptr<ns3::Node> node) const [member function]
7020 cls.add_method('Install',
7021 'ns3::Ptr< ns3::ndn::FaceContainer >',
7022 [param('ns3::Ptr< ns3::Node >', 'node')],
7023 is_const=True)
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007024 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::FaceContainer> ns3::ndn::StackHelper::Install(ns3::NodeContainer const & c) const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007025 cls.add_method('Install',
7026 'ns3::Ptr< ns3::ndn::FaceContainer >',
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007027 [param('ns3::NodeContainer const &', 'c')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007028 is_const=True)
7029 ## ndn-stack-helper.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::FaceContainer> ns3::ndn::StackHelper::InstallAll() const [member function]
7030 cls.add_method('InstallAll',
7031 'ns3::Ptr< ns3::ndn::FaceContainer >',
7032 [],
7033 is_const=True)
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007034 ## ndn-stack-helper.h (module 'ndnSIM'): static void ns3::ndn::StackHelper::AddRoute(std::string const & nodeName, std::string const & prefix, uint32_t faceId, int32_t metric) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007035 cls.add_method('AddRoute',
7036 'void',
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007037 [param('std::string const &', 'nodeName'), param('std::string const &', 'prefix'), param('uint32_t', 'faceId'), param('int32_t', 'metric')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007038 is_static=True)
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007039 ## ndn-stack-helper.h (module 'ndnSIM'): static void ns3::ndn::StackHelper::AddRoute(ns3::Ptr<ns3::Node> node, std::string const & prefix, uint32_t faceId, int32_t metric) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007040 cls.add_method('AddRoute',
7041 'void',
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007042 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'prefix'), param('uint32_t', 'faceId'), param('int32_t', 'metric')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007043 is_static=True)
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007044 ## ndn-stack-helper.h (module 'ndnSIM'): static void ns3::ndn::StackHelper::AddRoute(ns3::Ptr<ns3::Node> node, std::string const & prefix, ns3::Ptr<ns3::ndn::Face> face, int32_t metric) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007045 cls.add_method('AddRoute',
7046 'void',
Alexander Afanasyev67f4a4a2012-11-24 17:18:17 -08007047 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'prefix'), param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('int32_t', 'metric')],
7048 is_static=True)
7049 ## ndn-stack-helper.h (module 'ndnSIM'): static void ns3::ndn::StackHelper::AddRoute(ns3::Ptr<ns3::Node> node, std::string const & prefix, ns3::Ptr<ns3::Node> otherNode, int32_t metric) [member function]
7050 cls.add_method('AddRoute',
7051 'void',
7052 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'prefix'), param('ns3::Ptr< ns3::Node >', 'otherNode'), param('int32_t', 'metric')],
7053 is_static=True)
7054 ## ndn-stack-helper.h (module 'ndnSIM'): static void ns3::ndn::StackHelper::AddRoute(std::string const & nodeName, std::string const & prefix, std::string const & otherNodeName, int32_t metric) [member function]
7055 cls.add_method('AddRoute',
7056 'void',
7057 [param('std::string const &', 'nodeName'), param('std::string const &', 'prefix'), param('std::string const &', 'otherNodeName'), param('int32_t', 'metric')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007058 is_static=True)
7059 ## ndn-stack-helper.h (module 'ndnSIM'): void ns3::ndn::StackHelper::SetDefaultRoutes(bool needSet) [member function]
7060 cls.add_method('SetDefaultRoutes',
7061 'void',
7062 [param('bool', 'needSet')])
7063 return
7064
7065def register_Ns3NdnUnknownHeaderException_methods(root_module, cls):
7066 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::UnknownHeaderException::UnknownHeaderException() [constructor]
7067 cls.add_constructor([])
7068 ## ndn-header-helper.h (module 'ndnSIM'): ns3::ndn::UnknownHeaderException::UnknownHeaderException(ns3::ndn::UnknownHeaderException const & arg0) [copy constructor]
7069 cls.add_constructor([param('ns3::ndn::UnknownHeaderException const &', 'arg0')])
7070 return
7071
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007072def register_Ns3NdnWire_methods(root_module, cls):
7073 ## ndn-wire.h (module 'ndnSIM'): ns3::ndn::Wire::Wire() [constructor]
7074 cls.add_constructor([])
7075 ## ndn-wire.h (module 'ndnSIM'): ns3::ndn::Wire::Wire(ns3::ndn::Wire const & arg0) [copy constructor]
7076 cls.add_constructor([param('ns3::ndn::Wire const &', 'arg0')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007077 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::Packet> ns3::ndn::Wire::FromData(ns3::Ptr<ns3::ndn::Data const> data, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007078 cls.add_method('FromData',
7079 'ns3::Ptr< ns3::Packet >',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007080 [param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007081 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007082 ## ndn-wire.h (module 'ndnSIM'): static std::string ns3::ndn::Wire::FromDataStr(ns3::Ptr<ns3::ndn::Data const> data, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007083 cls.add_method('FromDataStr',
7084 'std::string',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007085 [param('ns3::Ptr< ns3::ndn::Data const >', 'data'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007086 is_static=True)
7087 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::Packet> ns3::ndn::Wire::FromInterest(ns3::Ptr<ns3::ndn::Interest const> interest, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
7088 cls.add_method('FromInterest',
7089 'ns3::Ptr< ns3::Packet >',
7090 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
7091 is_static=True)
7092 ## ndn-wire.h (module 'ndnSIM'): static std::string ns3::ndn::Wire::FromInterestStr(ns3::Ptr<ns3::ndn::Interest const> interest, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
7093 cls.add_method('FromInterestStr',
7094 'std::string',
7095 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
7096 is_static=True)
7097 ## ndn-wire.h (module 'ndnSIM'): static std::string ns3::ndn::Wire::FromName(ns3::Ptr<ns3::ndn::Name const> name, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
7098 cls.add_method('FromName',
7099 'std::string',
7100 [param('ns3::Ptr< ns3::ndn::Name const >', 'name'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
7101 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007102 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Data> ns3::ndn::Wire::ToData(ns3::Ptr<ns3::Packet> packet, int8_t type=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)) [member function]
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007103 cls.add_method('ToData',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007104 'ns3::Ptr< ns3::ndn::Data >',
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007105 [param('ns3::Ptr< ns3::Packet >', 'packet'), param('int8_t', 'type', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)')],
7106 is_static=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007107 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Data> ns3::ndn::Wire::ToDataStr(std::string const & wire, int8_t type=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)) [member function]
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007108 cls.add_method('ToDataStr',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007109 'ns3::Ptr< ns3::ndn::Data >',
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007110 [param('std::string const &', 'wire'), param('int8_t', 'type', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)')],
7111 is_static=True)
7112 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Interest> ns3::ndn::Wire::ToInterest(ns3::Ptr<ns3::Packet> packet, int8_t type=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)) [member function]
7113 cls.add_method('ToInterest',
7114 'ns3::Ptr< ns3::ndn::Interest >',
7115 [param('ns3::Ptr< ns3::Packet >', 'packet'), param('int8_t', 'type', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)')],
7116 is_static=True)
7117 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Interest> ns3::ndn::Wire::ToInterestStr(std::string const & wire, int8_t type=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)) [member function]
7118 cls.add_method('ToInterestStr',
7119 'ns3::Ptr< ns3::ndn::Interest >',
7120 [param('std::string const &', 'wire'), param('int8_t', 'type', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_AUTODETECT)')],
7121 is_static=True)
7122 ## ndn-wire.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::Name> ns3::ndn::Wire::ToName(std::string const & wire, int8_t wireFormat=::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)) [member function]
7123 cls.add_method('ToName',
7124 'ns3::Ptr< ns3::ndn::Name >',
7125 [param('std::string const &', 'wire'), param('int8_t', 'wireFormat', default_value='::int8_t(::ns3::ndn::Wire::WIRE_FORMAT_DEFAULT)')],
7126 is_static=True)
7127 return
7128
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007129def register_Ns3NdnApiFace_methods(root_module, cls):
7130 ## ndn-api-face.h (module 'ndnSIM'): ns3::ndn::ApiFace::ApiFace(ns3::Ptr<ns3::Node> node) [constructor]
7131 cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')])
7132 ## ndn-api-face.h (module 'ndnSIM'): void ns3::ndn::ApiFace::Shutdown() [member function]
7133 cls.add_method('Shutdown',
7134 'void',
Alexander Afanasyeve4795ae2013-07-11 20:01:31 -07007135 [],
7136 is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007137 ## ndn-api-face.h (module 'ndnSIM'): void ns3::ndn::ApiFace::ExpressInterest(ns3::Ptr<ns3::ndn::Interest> interest, ns3::Callback<void, ns3::Ptr<ns3::ndn::Interest const>, ns3::Ptr<ns3::ndn::Data const>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onData, ns3::Callback<void, ns3::Ptr<ns3::ndn::Interest const>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onTimeout) [member function]
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007138 cls.add_method('ExpressInterest',
7139 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007140 [param('ns3::Ptr< ns3::ndn::Interest >', 'interest'), param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Interest const >, ns3::Ptr< ns3::ndn::Data const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onData'), param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Interest const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onTimeout')])
Alexander Afanasyeve4795ae2013-07-11 20:01:31 -07007141 ## ndn-api-face.h (module 'ndnSIM'): void ns3::ndn::ApiFace::SetInterestFilter(ns3::Ptr<ns3::ndn::Name const> prefix, ns3::Callback<void, ns3::Ptr<ns3::ndn::Name const>, ns3::Ptr<ns3::ndn::Interest const>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onInterest) [member function]
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007142 cls.add_method('SetInterestFilter',
7143 'void',
7144 [param('ns3::Ptr< ns3::ndn::Name const >', 'prefix'), param('ns3::Callback< void, ns3::Ptr< ns3::ndn::Name const >, ns3::Ptr< ns3::ndn::Interest const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onInterest')])
7145 ## ndn-api-face.h (module 'ndnSIM'): void ns3::ndn::ApiFace::ClearInterestFilter(ns3::Ptr<ns3::ndn::Name const> prefix) [member function]
7146 cls.add_method('ClearInterestFilter',
7147 'void',
7148 [param('ns3::Ptr< ns3::ndn::Name const >', 'prefix')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007149 ## ndn-api-face.h (module 'ndnSIM'): void ns3::ndn::ApiFace::Put(ns3::Ptr<ns3::ndn::Data> data) [member function]
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007150 cls.add_method('Put',
7151 'void',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007152 [param('ns3::Ptr< ns3::ndn::Data >', 'data')])
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007153 ## ndn-api-face.h (module 'ndnSIM'): bool ns3::ndn::ApiFace::SendInterest(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
7154 cls.add_method('SendInterest',
7155 'bool',
7156 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
7157 is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007158 ## ndn-api-face.h (module 'ndnSIM'): bool ns3::ndn::ApiFace::SendData(ns3::Ptr<ns3::ndn::Data const> data) [member function]
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007159 cls.add_method('SendData',
7160 'bool',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007161 [param('ns3::Ptr< ns3::ndn::Data const >', 'data')],
Alexander Afanasyeva4e74282013-07-11 15:23:20 -07007162 is_virtual=True)
7163 ## ndn-api-face.h (module 'ndnSIM'): std::ostream & ns3::ndn::ApiFace::Print(std::ostream & os) const [member function]
7164 cls.add_method('Print',
7165 'std::ostream &',
7166 [param('std::ostream &', 'os')],
7167 is_const=True, is_virtual=True)
7168 return
7169
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007170def register_Ns3NdnAppFace_methods(root_module, cls):
7171 ## ndn-app-face.h (module 'ndnSIM'): static ns3::TypeId ns3::ndn::AppFace::GetTypeId() [member function]
7172 cls.add_method('GetTypeId',
7173 'ns3::TypeId',
7174 [],
7175 is_static=True)
7176 ## ndn-app-face.h (module 'ndnSIM'): ns3::ndn::AppFace::AppFace(ns3::Ptr<ns3::ndn::App> app) [constructor]
7177 cls.add_constructor([param('ns3::Ptr< ns3::ndn::App >', 'app')])
Alexander Afanasyev858d5312013-07-10 18:50:18 -07007178 ## ndn-app-face.h (module 'ndnSIM'): bool ns3::ndn::AppFace::SendInterest(ns3::Ptr<ns3::ndn::Interest const> interest) [member function]
7179 cls.add_method('SendInterest',
7180 'bool',
7181 [param('ns3::Ptr< ns3::ndn::Interest const >', 'interest')],
7182 is_virtual=True)
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007183 ## ndn-app-face.h (module 'ndnSIM'): bool ns3::ndn::AppFace::SendData(ns3::Ptr<ns3::ndn::Data const> data) [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07007184 cls.add_method('SendData',
7185 'bool',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007186 [param('ns3::Ptr< ns3::ndn::Data const >', 'data')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007187 is_virtual=True)
7188 ## ndn-app-face.h (module 'ndnSIM'): std::ostream & ns3::ndn::AppFace::Print(std::ostream & os) const [member function]
7189 cls.add_method('Print',
7190 'std::ostream &',
7191 [param('std::ostream &', 'os')],
7192 is_const=True, is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007193 return
7194
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07007195def register_Ns3NdnL3AggregateTracer_methods(root_module, cls):
7196 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): ns3::ndn::L3AggregateTracer::L3AggregateTracer(ns3::ndn::L3AggregateTracer const & arg0) [copy constructor]
7197 cls.add_constructor([param('ns3::ndn::L3AggregateTracer const &', 'arg0')])
7198 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): ns3::ndn::L3AggregateTracer::L3AggregateTracer(boost::shared_ptr<std::ostream> os, ns3::Ptr<ns3::Node> node) [constructor]
7199 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('ns3::Ptr< ns3::Node >', 'node')])
7200 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): ns3::ndn::L3AggregateTracer::L3AggregateTracer(boost::shared_ptr<std::ostream> os, std::string const & nodeName) [constructor]
7201 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('std::string const &', 'nodeName')])
Alexander Afanasyevdb5f3b62013-08-09 17:42:12 -07007202 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3AggregateTracer::Destroy() [member function]
7203 cls.add_method('Destroy',
7204 'void',
7205 [],
7206 is_static=True)
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07007207 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3AggregateTracer::Install(ns3::NodeContainer const & nodes, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7208 cls.add_method('Install',
7209 'void',
7210 [param('ns3::NodeContainer const &', 'nodes'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7211 is_static=True)
7212 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3AggregateTracer::Install(ns3::Ptr<ns3::Node> node, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7213 cls.add_method('Install',
7214 'void',
7215 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7216 is_static=True)
7217 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::L3AggregateTracer> ns3::ndn::L3AggregateTracer::Install(ns3::Ptr<ns3::Node> node, boost::shared_ptr<std::ostream> outputStream, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7218 cls.add_method('Install',
7219 'ns3::Ptr< ns3::ndn::L3AggregateTracer >',
7220 [param('ns3::Ptr< ns3::Node >', 'node'), param('boost::shared_ptr< std::ostream >', 'outputStream'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7221 is_static=True)
7222 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3AggregateTracer::InstallAll(std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7223 cls.add_method('InstallAll',
7224 'void',
7225 [param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7226 is_static=True)
7227 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::DropData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7228 cls.add_method('DropData',
7229 'void',
7230 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7231 visibility='protected', is_virtual=True)
7232 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::DropInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7233 cls.add_method('DropInterests',
7234 'void',
7235 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7236 visibility='protected', is_virtual=True)
7237 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::DropNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7238 cls.add_method('DropNacks',
7239 'void',
7240 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7241 visibility='protected', is_virtual=True)
7242 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::InData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7243 cls.add_method('InData',
7244 'void',
7245 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7246 visibility='protected', is_virtual=True)
7247 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::InInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7248 cls.add_method('InInterests',
7249 'void',
7250 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7251 visibility='protected', is_virtual=True)
7252 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::InNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7253 cls.add_method('InNacks',
7254 'void',
7255 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7256 visibility='protected', is_virtual=True)
7257 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::OutData(ns3::Ptr<ns3::ndn::Data const> arg0, bool fromCache, ns3::Ptr<const ns3::ndn::Face> arg2) [member function]
7258 cls.add_method('OutData',
7259 'void',
7260 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('bool', 'fromCache'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg2')],
7261 visibility='protected', is_virtual=True)
7262 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::OutInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7263 cls.add_method('OutInterests',
7264 'void',
7265 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7266 visibility='protected', is_virtual=True)
7267 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::OutNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7268 cls.add_method('OutNacks',
7269 'void',
7270 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7271 visibility='protected', is_virtual=True)
7272 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::PeriodicPrinter() [member function]
7273 cls.add_method('PeriodicPrinter',
7274 'void',
7275 [],
7276 visibility='protected')
7277 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::Print(std::ostream & os) const [member function]
7278 cls.add_method('Print',
7279 'void',
7280 [param('std::ostream &', 'os')],
7281 is_const=True, visibility='protected', is_virtual=True)
7282 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::PrintHeader(std::ostream & os) const [member function]
7283 cls.add_method('PrintHeader',
7284 'void',
7285 [param('std::ostream &', 'os')],
7286 is_const=True, visibility='protected', is_virtual=True)
7287 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::Reset() [member function]
7288 cls.add_method('Reset',
7289 'void',
7290 [],
7291 visibility='protected')
7292 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::SatisfiedInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
7293 cls.add_method('SatisfiedInterests',
7294 'void',
7295 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
7296 visibility='protected', is_virtual=True)
7297 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::SetAveragingPeriod(ns3::Time const & period) [member function]
7298 cls.add_method('SetAveragingPeriod',
7299 'void',
7300 [param('ns3::Time const &', 'period')],
7301 visibility='protected')
7302 ## ndn-l3-aggregate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3AggregateTracer::TimedOutInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
7303 cls.add_method('TimedOutInterests',
7304 'void',
7305 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
7306 visibility='protected', is_virtual=True)
7307 return
7308
7309def register_Ns3NdnL3RateTracer_methods(root_module, cls):
7310 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): ns3::ndn::L3RateTracer::L3RateTracer(ns3::ndn::L3RateTracer const & arg0) [copy constructor]
7311 cls.add_constructor([param('ns3::ndn::L3RateTracer const &', 'arg0')])
7312 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): ns3::ndn::L3RateTracer::L3RateTracer(boost::shared_ptr<std::ostream> os, ns3::Ptr<ns3::Node> node) [constructor]
7313 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('ns3::Ptr< ns3::Node >', 'node')])
7314 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): ns3::ndn::L3RateTracer::L3RateTracer(boost::shared_ptr<std::ostream> os, std::string const & node) [constructor]
7315 cls.add_constructor([param('boost::shared_ptr< std::ostream >', 'os'), param('std::string const &', 'node')])
Alexander Afanasyevdb5f3b62013-08-09 17:42:12 -07007316 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3RateTracer::Destroy() [member function]
7317 cls.add_method('Destroy',
7318 'void',
7319 [],
7320 is_static=True)
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07007321 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3RateTracer::Install(ns3::NodeContainer const & nodes, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7322 cls.add_method('Install',
7323 'void',
7324 [param('ns3::NodeContainer const &', 'nodes'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7325 is_static=True)
7326 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3RateTracer::Install(ns3::Ptr<ns3::Node> node, std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7327 cls.add_method('Install',
7328 'void',
7329 [param('ns3::Ptr< ns3::Node >', 'node'), param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7330 is_static=True)
7331 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): static ns3::Ptr<ns3::ndn::L3RateTracer> ns3::ndn::L3RateTracer::Install(ns3::Ptr<ns3::Node> node, boost::shared_ptr<std::ostream> outputStream, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7332 cls.add_method('Install',
7333 'ns3::Ptr< ns3::ndn::L3RateTracer >',
7334 [param('ns3::Ptr< ns3::Node >', 'node'), param('boost::shared_ptr< std::ostream >', 'outputStream'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7335 is_static=True)
7336 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): static void ns3::ndn::L3RateTracer::InstallAll(std::string const & file, ns3::Time averagingPeriod=ns3::Seconds( )) [member function]
7337 cls.add_method('InstallAll',
7338 'void',
7339 [param('std::string const &', 'file'), param('ns3::Time', 'averagingPeriod', default_value='ns3::Seconds(0)')],
7340 is_static=True)
7341 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::Print(std::ostream & os) const [member function]
7342 cls.add_method('Print',
7343 'void',
7344 [param('std::ostream &', 'os')],
7345 is_const=True, is_virtual=True)
7346 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::PrintHeader(std::ostream & os) const [member function]
7347 cls.add_method('PrintHeader',
7348 'void',
7349 [param('std::ostream &', 'os')],
7350 is_const=True, is_virtual=True)
7351 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::DropData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7352 cls.add_method('DropData',
7353 'void',
7354 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7355 visibility='protected', is_virtual=True)
7356 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::DropInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7357 cls.add_method('DropInterests',
7358 'void',
7359 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7360 visibility='protected', is_virtual=True)
7361 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::DropNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7362 cls.add_method('DropNacks',
7363 'void',
7364 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7365 visibility='protected', is_virtual=True)
7366 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::InData(ns3::Ptr<ns3::ndn::Data const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7367 cls.add_method('InData',
7368 'void',
7369 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7370 visibility='protected', is_virtual=True)
7371 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::InInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7372 cls.add_method('InInterests',
7373 'void',
7374 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7375 visibility='protected', is_virtual=True)
7376 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::InNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7377 cls.add_method('InNacks',
7378 'void',
7379 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7380 visibility='protected', is_virtual=True)
7381 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::OutData(ns3::Ptr<ns3::ndn::Data const> arg0, bool fromCache, ns3::Ptr<const ns3::ndn::Face> arg2) [member function]
7382 cls.add_method('OutData',
7383 'void',
7384 [param('ns3::Ptr< ns3::ndn::Data const >', 'arg0'), param('bool', 'fromCache'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg2')],
7385 visibility='protected', is_virtual=True)
7386 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::OutInterests(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7387 cls.add_method('OutInterests',
7388 'void',
7389 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7390 visibility='protected', is_virtual=True)
7391 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::OutNacks(ns3::Ptr<ns3::ndn::Interest const> arg0, ns3::Ptr<const ns3::ndn::Face> arg1) [member function]
7392 cls.add_method('OutNacks',
7393 'void',
7394 [param('ns3::Ptr< ns3::ndn::Interest const >', 'arg0'), param('ns3::Ptr< ns3::ndn::Face const >', 'arg1')],
7395 visibility='protected', is_virtual=True)
7396 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::SatisfiedInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
7397 cls.add_method('SatisfiedInterests',
7398 'void',
7399 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
7400 visibility='protected', is_virtual=True)
7401 ## ndn-l3-rate-tracer.h (module 'ndnSIM'): void ns3::ndn::L3RateTracer::TimedOutInterests(ns3::Ptr<const ns3::ndn::pit::Entry> arg0) [member function]
7402 cls.add_method('TimedOutInterests',
7403 'void',
7404 [param('ns3::Ptr< ns3::ndn::pit::Entry const >', 'arg0')],
7405 visibility='protected', is_virtual=True)
7406 return
7407
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007408def register_Ns3NdnCsEntry_methods(root_module, cls):
7409 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::cs::Entry::Entry(ns3::ndn::cs::Entry const & arg0) [copy constructor]
7410 cls.add_constructor([param('ns3::ndn::cs::Entry const &', 'arg0')])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007411 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::cs::Entry::Entry(ns3::Ptr<ns3::ndn::ContentStore> cs, ns3::Ptr<ns3::ndn::Data const> data) [constructor]
7412 cls.add_constructor([param('ns3::Ptr< ns3::ndn::ContentStore >', 'cs'), param('ns3::Ptr< ns3::ndn::Data const >', 'data')])
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07007413 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::ContentStore> ns3::ndn::cs::Entry::GetContentStore() [member function]
7414 cls.add_method('GetContentStore',
7415 'ns3::Ptr< ns3::ndn::ContentStore >',
7416 [])
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007417 ## ndn-content-store.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Data const> ns3::ndn::cs::Entry::GetData() const [member function]
Alexander Afanasyev858d5312013-07-10 18:50:18 -07007418 cls.add_method('GetData',
Alexander Afanasyev772f51b2013-08-01 18:53:25 -07007419 'ns3::Ptr< ns3::ndn::Data const >',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007420 [],
7421 is_const=True)
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007422 ## ndn-content-store.h (module 'ndnSIM'): ns3::ndn::Name const & ns3::ndn::cs::Entry::GetName() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007423 cls.add_method('GetName',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007424 'ns3::ndn::Name const &',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007425 [],
7426 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007427 return
7428
Alexander Afanasyev3fe94dc2013-08-09 17:12:12 -07007429def register_Ns3NdnCsStats_methods(root_module, cls):
7430 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::cs::Stats::Stats() [constructor]
7431 cls.add_constructor([])
7432 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::cs::Stats::Stats(ns3::ndn::cs::Stats const & arg0) [copy constructor]
7433 cls.add_constructor([param('ns3::ndn::cs::Stats const &', 'arg0')])
7434 ## ndn-cs-tracer.h (module 'ndnSIM'): void ns3::ndn::cs::Stats::Reset() [member function]
7435 cls.add_method('Reset',
7436 'void',
7437 [])
7438 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::cs::Stats::m_cacheHits [variable]
7439 cls.add_instance_attribute('m_cacheHits', 'double', is_const=False)
7440 ## ndn-cs-tracer.h (module 'ndnSIM'): ns3::ndn::cs::Stats::m_cacheMisses [variable]
7441 cls.add_instance_attribute('m_cacheMisses', 'double', is_const=False)
7442 return
7443
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007444def register_Ns3NdnFibEntry_methods(root_module, cls):
7445 cls.add_output_stream_operator()
7446 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::Entry(ns3::ndn::fib::Entry const & arg0) [copy constructor]
7447 cls.add_constructor([param('ns3::ndn::fib::Entry const &', 'arg0')])
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07007448 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::Entry(ns3::Ptr<ns3::ndn::Fib> fib, ns3::Ptr<ns3::ndn::Name const> const & prefix) [constructor]
7449 cls.add_constructor([param('ns3::Ptr< ns3::ndn::Fib >', 'fib'), param('ns3::Ptr< ns3::ndn::Name const > const &', 'prefix')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007450 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::AddOrUpdateRoutingMetric(ns3::Ptr<ns3::ndn::Face> face, int32_t metric) [member function]
7451 cls.add_method('AddOrUpdateRoutingMetric',
7452 'void',
7453 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('int32_t', 'metric')])
7454 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric const & ns3::ndn::fib::Entry::FindBestCandidate(uint32_t skip=0) const [member function]
7455 cls.add_method('FindBestCandidate',
7456 'ns3::ndn::fib::FaceMetric const &',
7457 [param('uint32_t', 'skip', default_value='0')],
7458 is_const=True)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07007459 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Fib> ns3::ndn::fib::Entry::GetFib() [member function]
7460 cls.add_method('GetFib',
7461 'ns3::Ptr< ns3::ndn::Fib >',
7462 [])
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007463 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::Name const & ns3::ndn::fib::Entry::GetPrefix() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007464 cls.add_method('GetPrefix',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007465 'ns3::ndn::Name const &',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007466 [],
7467 is_const=True)
7468 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::Invalidate() [member function]
7469 cls.add_method('Invalidate',
7470 'void',
7471 [])
7472 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::RemoveFace(ns3::Ptr<ns3::ndn::Face> const & face) [member function]
7473 cls.add_method('RemoveFace',
7474 'void',
7475 [param('ns3::Ptr< ns3::ndn::Face > const &', 'face')])
Alexander Afanasyev32c07562013-02-01 12:58:43 -08007476 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::SetRealDelayToProducer(ns3::Ptr<ns3::ndn::Face> face, ns3::Time delay) [member function]
7477 cls.add_method('SetRealDelayToProducer',
7478 'void',
7479 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('ns3::Time', 'delay')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007480 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::UpdateFaceRtt(ns3::Ptr<ns3::ndn::Face> face, ns3::Time const & sample) [member function]
7481 cls.add_method('UpdateFaceRtt',
7482 'void',
7483 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('ns3::Time const &', 'sample')])
7484 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::Entry::UpdateStatus(ns3::Ptr<ns3::ndn::Face> face, ns3::ndn::fib::FaceMetric::Status status) [member function]
7485 cls.add_method('UpdateStatus',
7486 'void',
7487 [param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('ns3::ndn::fib::FaceMetric::Status', 'status')])
7488 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::m_faces [variable]
Alexander Afanasyev06dba7c2013-02-21 11:36:26 -08007489 cls.add_instance_attribute('m_faces', 'boost::multi_index::multi_index_container< ns3::ndn::fib::FaceMetric, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::tag< ns3::ndn::fib::i_face, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na >, boost::multi_index::const_mem_fun< ns3::ndn::fib::FaceMetric, ns3::Ptr< ns3::ndn::Face >, & ( ns3::ndn::fib::FaceMetric::GetFace ( ) const ) >, mpl_::na >, boost::multi_index::ordered_non_unique< boost::multi_index::tag< ns3::ndn::fib::i_metric, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na >, boost::multi_index::composite_key< ns3::ndn::fib::FaceMetric, boost::multi_index::const_mem_fun< ns3::ndn::fib::FaceMetric, ns3::ndn::fib::FaceMetric::Status, & ( ns3::ndn::fib::FaceMetric::GetStatus ( ) const ) >, boost::multi_index::const_mem_fun< ns3::ndn::fib::FaceMetric, int, & ( ns3::ndn::fib::FaceMetric::GetRoutingCost ( ) const ) >, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type, boost::tuples::null_type >, mpl_::na >, boost::multi_index::random_access< boost::multi_index::tag< ns3::ndn::fib::i_nth, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na > >, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na, mpl_::na >, std::allocator< ns3::ndn::fib::FaceMetric > >', is_const=False)
Alexander Afanasyev5b8d61b2013-05-03 10:23:21 -07007490 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::m_fib [variable]
7491 cls.add_instance_attribute('m_fib', 'ns3::Ptr< ns3::ndn::Fib >', is_const=False)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007492 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::m_needsProbing [variable]
7493 cls.add_instance_attribute('m_needsProbing', 'bool', is_const=False)
7494 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::m_prefix [variable]
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007495 cls.add_instance_attribute('m_prefix', 'ns3::Ptr< ns3::ndn::Name const >', is_const=False)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007496 return
7497
7498def register_Ns3NdnFibEntryNoFaces_methods(root_module, cls):
7499 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::NoFaces::NoFaces() [constructor]
7500 cls.add_constructor([])
7501 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::Entry::NoFaces::NoFaces(ns3::ndn::fib::Entry::NoFaces const & arg0) [copy constructor]
7502 cls.add_constructor([param('ns3::ndn::fib::Entry::NoFaces const &', 'arg0')])
7503 return
7504
7505def register_Ns3NdnFibFaceMetric_methods(root_module, cls):
7506 cls.add_output_stream_operator()
7507 cls.add_binary_comparison_operator('<')
7508 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric::FaceMetric(ns3::ndn::fib::FaceMetric const & arg0) [copy constructor]
7509 cls.add_constructor([param('ns3::ndn::fib::FaceMetric const &', 'arg0')])
7510 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric::FaceMetric(ns3::Ptr<ns3::ndn::Face> face, int32_t cost) [constructor]
7511 cls.add_constructor([param('ns3::Ptr< ns3::ndn::Face >', 'face'), param('int32_t', 'cost')])
7512 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Face> ns3::ndn::fib::FaceMetric::GetFace() const [member function]
7513 cls.add_method('GetFace',
7514 'ns3::Ptr< ns3::ndn::Face >',
7515 [],
7516 is_const=True)
Alexander Afanasyev06dba7c2013-02-21 11:36:26 -08007517 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::Time ns3::ndn::fib::FaceMetric::GetRealDelay() const [member function]
7518 cls.add_method('GetRealDelay',
7519 'ns3::Time',
7520 [],
7521 is_const=True)
7522 ## ndn-fib-entry.h (module 'ndnSIM'): int32_t ns3::ndn::fib::FaceMetric::GetRoutingCost() const [member function]
7523 cls.add_method('GetRoutingCost',
7524 'int32_t',
7525 [],
7526 is_const=True)
Alexander Afanasyev9fd46ba2014-07-09 21:48:51 -07007527 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::Time ns3::ndn::fib::FaceMetric::GetRttVar() const [member function]
7528 cls.add_method('GetRttVar',
7529 'ns3::Time',
7530 [],
7531 is_const=True)
7532 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::Time ns3::ndn::fib::FaceMetric::GetSRtt() const [member function]
7533 cls.add_method('GetSRtt',
7534 'ns3::Time',
7535 [],
7536 is_const=True)
Alexander Afanasyev06dba7c2013-02-21 11:36:26 -08007537 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetric::Status ns3::ndn::fib::FaceMetric::GetStatus() const [member function]
7538 cls.add_method('GetStatus',
7539 'ns3::ndn::fib::FaceMetric::Status',
7540 [],
7541 is_const=True)
Alexander Afanasyev0e4ae8e2013-03-12 15:59:18 -07007542 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::TracedValue<ns3::ndn::fib::FaceMetric::Status> & ns3::ndn::fib::FaceMetric::GetStatusTrace() [member function]
7543 cls.add_method('GetStatusTrace',
7544 'ns3::TracedValue< ns3::ndn::fib::FaceMetric::Status > &',
7545 [])
Alexander Afanasyev06dba7c2013-02-21 11:36:26 -08007546 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::FaceMetric::SetRealDelay(ns3::Time realDelay) [member function]
7547 cls.add_method('SetRealDelay',
7548 'void',
7549 [param('ns3::Time', 'realDelay')])
7550 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::FaceMetric::SetRoutingCost(int32_t routingCost) [member function]
7551 cls.add_method('SetRoutingCost',
7552 'void',
7553 [param('int32_t', 'routingCost')])
7554 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::FaceMetric::SetStatus(ns3::ndn::fib::FaceMetric::Status status) [member function]
7555 cls.add_method('SetStatus',
7556 'void',
7557 [param('ns3::ndn::fib::FaceMetric::Status', 'status')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007558 ## ndn-fib-entry.h (module 'ndnSIM'): void ns3::ndn::fib::FaceMetric::UpdateRtt(ns3::Time const & rttSample) [member function]
7559 cls.add_method('UpdateRtt',
7560 'void',
7561 [param('ns3::Time const &', 'rttSample')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007562 return
7563
7564def register_Ns3NdnFibFaceMetricContainer_methods(root_module, cls):
7565 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetricContainer::FaceMetricContainer() [constructor]
7566 cls.add_constructor([])
7567 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::FaceMetricContainer::FaceMetricContainer(ns3::ndn::fib::FaceMetricContainer const & arg0) [copy constructor]
7568 cls.add_constructor([param('ns3::ndn::fib::FaceMetricContainer const &', 'arg0')])
7569 return
7570
7571def register_Ns3NdnFibI_face_methods(root_module, cls):
7572 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_face::i_face() [constructor]
7573 cls.add_constructor([])
7574 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_face::i_face(ns3::ndn::fib::i_face const & arg0) [copy constructor]
7575 cls.add_constructor([param('ns3::ndn::fib::i_face const &', 'arg0')])
7576 return
7577
7578def register_Ns3NdnFibI_metric_methods(root_module, cls):
7579 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_metric::i_metric() [constructor]
7580 cls.add_constructor([])
7581 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_metric::i_metric(ns3::ndn::fib::i_metric const & arg0) [copy constructor]
7582 cls.add_constructor([param('ns3::ndn::fib::i_metric const &', 'arg0')])
7583 return
7584
7585def register_Ns3NdnFibI_nth_methods(root_module, cls):
7586 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_nth::i_nth() [constructor]
7587 cls.add_constructor([])
7588 ## ndn-fib-entry.h (module 'ndnSIM'): ns3::ndn::fib::i_nth::i_nth(ns3::ndn::fib::i_nth const & arg0) [copy constructor]
7589 cls.add_constructor([param('ns3::ndn::fib::i_nth const &', 'arg0')])
7590 return
7591
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007592def register_Ns3NdnFwTag_methods(root_module, cls):
7593 ## ndn-fw-tag.h (module 'ndnSIM'): ns3::ndn::fw::Tag::Tag() [constructor]
7594 cls.add_constructor([])
7595 ## ndn-fw-tag.h (module 'ndnSIM'): ns3::ndn::fw::Tag::Tag(ns3::ndn::fw::Tag const & arg0) [copy constructor]
7596 cls.add_constructor([param('ns3::ndn::fw::Tag const &', 'arg0')])
7597 return
7598
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007599def register_Ns3NdnNameComponent_methods(root_module, cls):
7600 cls.add_output_stream_operator()
7601 cls.add_binary_comparison_operator('<')
7602 cls.add_binary_comparison_operator('<=')
7603 cls.add_binary_comparison_operator('>')
7604 cls.add_binary_comparison_operator('>=')
7605 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component::Component(ns3::ndn::name::Component const & arg0) [copy constructor]
7606 cls.add_constructor([param('ns3::ndn::name::Component const &', 'arg0')])
7607 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component::Component() [constructor]
7608 cls.add_constructor([])
7609 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component::Component(std::string const & uri) [constructor]
7610 cls.add_constructor([param('std::string const &', 'uri')])
7611 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component::Component(__gnu_cxx::__normal_iterator<char const*, std::string> begin, __gnu_cxx::__normal_iterator<char const*, std::string> end) [constructor]
7612 cls.add_constructor([param('__gnu_cxx::__normal_iterator< char const *, std::string >', 'begin'), param('__gnu_cxx::__normal_iterator< char const *, std::string >', 'end')])
7613 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component::Component(void const * buf, size_t length) [constructor]
7614 cls.add_constructor([param('void const *', 'buf'), param('size_t', 'length')])
7615 ## name-component.h (module 'ndnSIM'): int ns3::ndn::name::Component::compare(ns3::ndn::name::Component const & other) const [member function]
7616 cls.add_method('compare',
7617 'int',
7618 [param('ns3::ndn::name::Component const &', 'other')],
7619 is_const=True)
7620 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component & ns3::ndn::name::Component::fromNumber(uint64_t number) [member function]
7621 cls.add_method('fromNumber',
7622 'ns3::ndn::name::Component &',
7623 [param('uint64_t', 'number')])
7624 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component & ns3::ndn::name::Component::fromNumberWithMarker(uint64_t number, unsigned char marker) [member function]
7625 cls.add_method('fromNumberWithMarker',
7626 'ns3::ndn::name::Component &',
7627 [param('uint64_t', 'number'), param('unsigned char', 'marker')])
7628 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component & ns3::ndn::name::Component::fromUri(std::string const & uri) [member function]
7629 cls.add_method('fromUri',
7630 'ns3::ndn::name::Component &',
7631 [param('std::string const &', 'uri')])
7632 ## name-component.h (module 'ndnSIM'): ns3::ndn::name::Component & ns3::ndn::name::Component::fromUri(__gnu_cxx::__normal_iterator<char const*, std::string> begin, __gnu_cxx::__normal_iterator<char const*, std::string> end) [member function]
7633 cls.add_method('fromUri',
7634 'ns3::ndn::name::Component &',
7635 [param('__gnu_cxx::__normal_iterator< char const *, std::string >', 'begin'), param('__gnu_cxx::__normal_iterator< char const *, std::string >', 'end')])
7636 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toBlkId() const [member function]
7637 cls.add_method('toBlkId',
7638 'uint64_t',
7639 [],
7640 is_const=True)
7641 ## name-component.h (module 'ndnSIM'): std::string ns3::ndn::name::Component::toBlob() const [member function]
7642 cls.add_method('toBlob',
7643 'std::string',
7644 [],
7645 is_const=True)
7646 ## name-component.h (module 'ndnSIM'): void ns3::ndn::name::Component::toBlob(std::ostream & os) const [member function]
7647 cls.add_method('toBlob',
7648 'void',
7649 [param('std::ostream &', 'os')],
7650 is_const=True)
7651 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toControlNum() const [member function]
7652 cls.add_method('toControlNum',
7653 'uint64_t',
7654 [],
7655 is_const=True)
7656 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toNumber() const [member function]
7657 cls.add_method('toNumber',
7658 'uint64_t',
7659 [],
7660 is_const=True)
7661 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toNumberWithMarker(unsigned char marker) const [member function]
7662 cls.add_method('toNumberWithMarker',
7663 'uint64_t',
7664 [param('unsigned char', 'marker')],
7665 is_const=True)
7666 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toSeqNum() const [member function]
7667 cls.add_method('toSeqNum',
7668 'uint64_t',
7669 [],
7670 is_const=True)
7671 ## name-component.h (module 'ndnSIM'): std::string ns3::ndn::name::Component::toUri() const [member function]
7672 cls.add_method('toUri',
7673 'std::string',
7674 [],
7675 is_const=True)
7676 ## name-component.h (module 'ndnSIM'): void ns3::ndn::name::Component::toUri(std::ostream & os) const [member function]
7677 cls.add_method('toUri',
7678 'void',
7679 [param('std::ostream &', 'os')],
7680 is_const=True)
7681 ## name-component.h (module 'ndnSIM'): uint64_t ns3::ndn::name::Component::toVersion() const [member function]
7682 cls.add_method('toVersion',
7683 'uint64_t',
7684 [],
7685 is_const=True)
7686 return
7687
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007688def register_Ns3NdnPitEntry_methods(root_module, cls):
7689 cls.add_output_stream_operator()
7690 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::Entry::Entry(ns3::ndn::pit::Entry const & arg0) [copy constructor]
7691 cls.add_constructor([param('ns3::ndn::pit::Entry const &', 'arg0')])
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07007692 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::Entry::Entry(ns3::ndn::Pit & container, ns3::Ptr<ns3::ndn::Interest const> header, ns3::Ptr<ns3::ndn::fib::Entry> fibEntry) [constructor]
7693 cls.add_constructor([param('ns3::ndn::Pit &', 'container'), param('ns3::Ptr< ns3::ndn::Interest const >', 'header'), param('ns3::Ptr< ns3::ndn::fib::Entry >', 'fibEntry')])
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007694 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::AddFwTag(boost::shared_ptr<ns3::ndn::fw::Tag> tag) [member function]
7695 cls.add_method('AddFwTag',
7696 'void',
7697 [param('boost::shared_ptr< ns3::ndn::fw::Tag >', 'tag')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007698 ## ndn-pit-entry.h (module 'ndnSIM'): std::_Rb_tree_const_iterator<ns3::ndn::pit::IncomingFace> ns3::ndn::pit::Entry::AddIncoming(ns3::Ptr<ns3::ndn::Face> face) [member function]
7699 cls.add_method('AddIncoming',
7700 'std::_Rb_tree_const_iterator< ns3::ndn::pit::IncomingFace >',
7701 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7702 is_virtual=True)
Alexander Afanasyevc202fd92012-09-03 21:46:00 -07007703 ## ndn-pit-entry.h (module 'ndnSIM'): std::_Rb_tree_const_iterator<ns3::ndn::pit::OutgoingFace> ns3::ndn::pit::Entry::AddOutgoing(ns3::Ptr<ns3::ndn::Face> face) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007704 cls.add_method('AddOutgoing',
Alexander Afanasyevc202fd92012-09-03 21:46:00 -07007705 'std::_Rb_tree_const_iterator< ns3::ndn::pit::OutgoingFace >',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007706 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7707 is_virtual=True)
7708 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::AddSeenNonce(uint32_t nonce) [member function]
7709 cls.add_method('AddSeenNonce',
7710 'void',
7711 [param('uint32_t', 'nonce')],
7712 is_virtual=True)
7713 ## ndn-pit-entry.h (module 'ndnSIM'): bool ns3::ndn::pit::Entry::AreAllOutgoingInVain() const [member function]
7714 cls.add_method('AreAllOutgoingInVain',
7715 'bool',
7716 [],
7717 is_const=True)
7718 ## ndn-pit-entry.h (module 'ndnSIM'): bool ns3::ndn::pit::Entry::AreTherePromisingOutgoingFacesExcept(ns3::Ptr<ns3::ndn::Face> face) const [member function]
7719 cls.add_method('AreTherePromisingOutgoingFacesExcept',
7720 'bool',
7721 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7722 is_const=True)
7723 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::ClearIncoming() [member function]
7724 cls.add_method('ClearIncoming',
7725 'void',
7726 [],
7727 is_virtual=True)
7728 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::ClearOutgoing() [member function]
7729 cls.add_method('ClearOutgoing',
7730 'void',
7731 [],
7732 is_virtual=True)
7733 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::Time const & ns3::ndn::pit::Entry::GetExpireTime() const [member function]
7734 cls.add_method('GetExpireTime',
7735 'ns3::Time const &',
7736 [],
7737 is_const=True)
7738 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::fib::Entry> ns3::ndn::pit::Entry::GetFibEntry() [member function]
7739 cls.add_method('GetFibEntry',
7740 'ns3::Ptr< ns3::ndn::fib::Entry >',
7741 [])
7742 ## ndn-pit-entry.h (module 'ndnSIM'): std::set<ns3::ndn::pit::IncomingFace, std::less<ns3::ndn::pit::IncomingFace>, std::allocator<ns3::ndn::pit::IncomingFace> > const & ns3::ndn::pit::Entry::GetIncoming() const [member function]
7743 cls.add_method('GetIncoming',
7744 'std::set< ns3::ndn::pit::IncomingFace > const &',
7745 [],
7746 is_const=True)
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07007747 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::Ptr<ns3::ndn::Interest const> ns3::ndn::pit::Entry::GetInterest() const [member function]
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007748 cls.add_method('GetInterest',
Alexander Afanasyeveae83ee2013-03-15 15:01:10 -07007749 'ns3::Ptr< ns3::ndn::Interest const >',
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007750 [],
7751 is_const=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007752 ## ndn-pit-entry.h (module 'ndnSIM'): uint32_t ns3::ndn::pit::Entry::GetMaxRetxCount() const [member function]
7753 cls.add_method('GetMaxRetxCount',
7754 'uint32_t',
7755 [],
7756 is_const=True)
Alexander Afanasyevc202fd92012-09-03 21:46:00 -07007757 ## ndn-pit-entry.h (module 'ndnSIM'): std::set<ns3::ndn::pit::OutgoingFace, std::less<ns3::ndn::pit::OutgoingFace>, std::allocator<ns3::ndn::pit::OutgoingFace> > const & ns3::ndn::pit::Entry::GetOutgoing() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007758 cls.add_method('GetOutgoing',
Alexander Afanasyevc202fd92012-09-03 21:46:00 -07007759 'std::set< ns3::ndn::pit::OutgoingFace > const &',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007760 [],
7761 is_const=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007762 ## ndn-pit-entry.h (module 'ndnSIM'): uint32_t ns3::ndn::pit::Entry::GetOutgoingCount() const [member function]
7763 cls.add_method('GetOutgoingCount',
7764 'uint32_t',
7765 [],
7766 is_const=True)
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007767 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::Name const & ns3::ndn::pit::Entry::GetPrefix() const [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007768 cls.add_method('GetPrefix',
Alexander Afanasyevcfdc14f2013-03-15 14:38:44 -07007769 'ns3::ndn::Name const &',
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007770 [],
7771 is_const=True)
7772 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::IncreaseAllowedRetxCount() [member function]
7773 cls.add_method('IncreaseAllowedRetxCount',
7774 'void',
7775 [],
7776 is_virtual=True)
7777 ## ndn-pit-entry.h (module 'ndnSIM'): bool ns3::ndn::pit::Entry::IsNonceSeen(uint32_t nonce) const [member function]
7778 cls.add_method('IsNonceSeen',
7779 'bool',
7780 [param('uint32_t', 'nonce')],
7781 is_const=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007782 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::OffsetLifetime(ns3::Time const & offsetTime) [member function]
7783 cls.add_method('OffsetLifetime',
7784 'void',
7785 [param('ns3::Time const &', 'offsetTime')],
7786 is_virtual=True)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007787 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::RemoveAllReferencesToFace(ns3::Ptr<ns3::ndn::Face> face) [member function]
7788 cls.add_method('RemoveAllReferencesToFace',
7789 'void',
7790 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7791 is_virtual=True)
7792 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::RemoveIncoming(ns3::Ptr<ns3::ndn::Face> face) [member function]
7793 cls.add_method('RemoveIncoming',
7794 'void',
7795 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7796 is_virtual=True)
7797 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::SetWaitingInVain(ns3::Ptr<ns3::ndn::Face> face) [member function]
7798 cls.add_method('SetWaitingInVain',
7799 'void',
7800 [param('ns3::Ptr< ns3::ndn::Face >', 'face')],
7801 is_virtual=True)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007802 ## ndn-pit-entry.h (module 'ndnSIM'): void ns3::ndn::pit::Entry::UpdateLifetime(ns3::Time const & lifetime) [member function]
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007803 cls.add_method('UpdateLifetime',
7804 'void',
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007805 [param('ns3::Time const &', 'lifetime')],
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007806 is_virtual=True)
7807 return
7808
Alexander Afanasyeve6c07b52013-02-12 11:05:14 -08007809def register_Ns3NdnPitEntryIsNotEmpty_methods(root_module, cls):
7810 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::EntryIsNotEmpty::EntryIsNotEmpty() [constructor]
7811 cls.add_constructor([])
7812 ## ndn-pit-entry.h (module 'ndnSIM'): ns3::ndn::pit::EntryIsNotEmpty::EntryIsNotEmpty(ns3::ndn::pit::EntryIsNotEmpty const & arg0) [copy constructor]
7813 cls.add_constructor([param('ns3::ndn::pit::EntryIsNotEmpty const &', 'arg0')])
7814 ## ndn-pit-entry.h (module 'ndnSIM'): bool ns3::ndn::pit::EntryIsNotEmpty::operator()(ns3::Ptr<ns3::ndn::pit::Entry> entry) [member operator]
7815 cls.add_method('operator()',
7816 'bool',
7817 [param('ns3::Ptr< ns3::ndn::pit::Entry >', 'entry')],
7818 custom_name='__call__')
7819 return
7820
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007821def register_Ns3NdnPitIncomingFace_methods(root_module, cls):
7822 cls.add_binary_comparison_operator('==')
7823 cls.add_binary_comparison_operator('<')
7824 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace::IncomingFace(ns3::ndn::pit::IncomingFace const & arg0) [copy constructor]
7825 cls.add_constructor([param('ns3::ndn::pit::IncomingFace const &', 'arg0')])
7826 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace::IncomingFace(ns3::Ptr<ns3::ndn::Face> face) [constructor]
7827 cls.add_constructor([param('ns3::Ptr< ns3::ndn::Face >', 'face')])
7828 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace::IncomingFace() [constructor]
7829 cls.add_constructor([])
7830 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace::m_arrivalTime [variable]
7831 cls.add_instance_attribute('m_arrivalTime', 'ns3::Time', is_const=False)
7832 ## ndn-pit-entry-incoming-face.h (module 'ndnSIM'): ns3::ndn::pit::IncomingFace::m_face [variable]
7833 cls.add_instance_attribute('m_face', 'ns3::Ptr< ns3::ndn::Face >', is_const=False)
7834 return
7835
7836def register_Ns3NdnPitOutgoingFace_methods(root_module, cls):
7837 cls.add_binary_comparison_operator('==')
7838 cls.add_binary_comparison_operator('<')
7839 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::OutgoingFace(ns3::ndn::pit::OutgoingFace const & arg0) [copy constructor]
7840 cls.add_constructor([param('ns3::ndn::pit::OutgoingFace const &', 'arg0')])
7841 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::OutgoingFace(ns3::Ptr<ns3::ndn::Face> face) [constructor]
7842 cls.add_constructor([param('ns3::Ptr< ns3::ndn::Face >', 'face')])
Alexander Afanasyev29c19b92012-09-03 23:46:41 -07007843 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::OutgoingFace() [constructor]
7844 cls.add_constructor([])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007845 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): void ns3::ndn::pit::OutgoingFace::UpdateOnRetransmit() [member function]
7846 cls.add_method('UpdateOnRetransmit',
7847 'void',
7848 [])
7849 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::m_face [variable]
7850 cls.add_instance_attribute('m_face', 'ns3::Ptr< ns3::ndn::Face >', is_const=False)
7851 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::m_retxCount [variable]
7852 cls.add_instance_attribute('m_retxCount', 'uint32_t', is_const=False)
7853 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::m_sendTime [variable]
7854 cls.add_instance_attribute('m_sendTime', 'ns3::Time', is_const=False)
7855 ## ndn-pit-entry-outgoing-face.h (module 'ndnSIM'): ns3::ndn::pit::OutgoingFace::m_waitingInVain [variable]
7856 cls.add_instance_attribute('m_waitingInVain', 'bool', is_const=False)
7857 return
7858
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007859def register_functions(root_module):
7860 module = root_module
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007861 register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module)
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07007862 register_functions_ns3_Hash(module.get_submodule('Hash'), root_module)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007863 register_functions_ns3_internal(module.get_submodule('internal'), root_module)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007864 register_functions_ns3_ndn(module.get_submodule('ndn'), root_module)
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007865 return
7866
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007867def register_functions_ns3_FatalImpl(module, root_module):
7868 return
7869
Alexander Afanasyev8d6e3f62013-07-27 16:10:44 -07007870def register_functions_ns3_Hash(module, root_module):
7871 register_functions_ns3_Hash_Function(module.get_submodule('Function'), root_module)
7872 return
7873
7874def register_functions_ns3_Hash_Function(module, root_module):
7875 return
7876
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007877def register_functions_ns3_internal(module, root_module):
7878 return
7879
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007880def register_functions_ns3_ndn(module, root_module):
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007881 ## ndn-wire.h (module 'ndnSIM'): ns3::Ptr<ns3::Packet> ns3::ndn::BufferToPacket(std::string const & buffer) [free function]
7882 module.add_function('BufferToPacket',
7883 'ns3::Ptr< ns3::Packet >',
7884 [param('std::string const &', 'buffer')])
7885 ## name.h (module 'ndnSIM'): extern ns3::Ptr<ns3::AttributeChecker const> ns3::ndn::MakeNameChecker() [free function]
Alexander Afanasyev32c07562013-02-01 12:58:43 -08007886 module.add_function('MakeNameChecker',
7887 'ns3::Ptr< ns3::AttributeChecker const >',
7888 [])
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007889 ## ndn-wire.h (module 'ndnSIM'): std::string ns3::ndn::PacketToBuffer(ns3::Ptr<ns3::Packet const> pkt) [free function]
7890 module.add_function('PacketToBuffer',
7891 'std::string',
7892 [param('ns3::Ptr< ns3::Packet const >', 'pkt')])
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007893 register_functions_ns3_ndn_cs(module.get_submodule('cs'), root_module)
7894 register_functions_ns3_ndn_fib(module.get_submodule('fib'), root_module)
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007895 register_functions_ns3_ndn_fw(module.get_submodule('fw'), root_module)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007896 register_functions_ns3_ndn_name(module.get_submodule('name'), root_module)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007897 register_functions_ns3_ndn_pit(module.get_submodule('pit'), root_module)
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007898 register_functions_ns3_ndn_time(module.get_submodule('time'), root_module)
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007899 return
7900
7901def register_functions_ns3_ndn_cs(module, root_module):
7902 return
7903
7904def register_functions_ns3_ndn_fib(module, root_module):
7905 return
7906
Alexander Afanasyevca5f6d12012-09-04 00:05:12 -07007907def register_functions_ns3_ndn_fw(module, root_module):
7908 return
7909
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007910def register_functions_ns3_ndn_name(module, root_module):
7911 return
7912
Alexander Afanasyevcf6dc922012-08-10 16:55:27 -07007913def register_functions_ns3_ndn_pit(module, root_module):
7914 return
7915
Alexander Afanasyev76b11572013-07-16 21:49:50 -07007916def register_functions_ns3_ndn_time(module, root_module):
7917 ## ndn-common.h (module 'ndnSIM'): ns3::Time ns3::ndn::time::NowUnixTimestamp() [free function]
7918 module.add_function('NowUnixTimestamp',
7919 'ns3::Time',
7920 [])
Alexander Afanasyeva6cc9102013-07-15 18:44:24 -07007921 return
7922
Alexander Afanasyev381dea02011-11-03 08:33:26 -07007923def main():
7924 out = FileCodeSink(sys.stdout)
7925 root_module = module_init()
7926 register_types(root_module)
7927 register_methods(root_module)
7928 register_functions(root_module)
7929 root_module.generate(out)
7930
7931if __name__ == '__main__':
7932 main()
7933