Alexander Afanasyev | aa032ea | 2011-12-13 12:38:32 -0800 | [diff] [blame^] | 1 | from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers |
| 2 | |
| 3 | |
| 4 | import pybindgen.settings |
| 5 | import warnings |
| 6 | |
| 7 | class 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 |
| 11 | pybindgen.settings.error_handler = ErrorHandler() |
| 12 | |
| 13 | |
| 14 | import sys |
| 15 | |
| 16 | def module_init(): |
| 17 | root_module = Module('ns.NDNabstraction', cpp_namespace='::ns3') |
| 18 | return root_module |
| 19 | |
| 20 | def register_types(module): |
| 21 | root_module = module.get_root() |
| 22 | |
| 23 | ## log.h (module 'core'): ns3::LogLevel [enumeration] |
| 24 | module.add_enum('LogLevel', ['LOG_NONE', 'LOG_ERROR', 'LOG_LEVEL_ERROR', 'LOG_WARN', 'LOG_LEVEL_WARN', 'LOG_DEBUG', 'LOG_LEVEL_DEBUG', 'LOG_INFO', 'LOG_LEVEL_INFO', 'LOG_FUNCTION', 'LOG_LEVEL_FUNCTION', 'LOG_LOGIC', 'LOG_LEVEL_LOGIC', 'LOG_ALL', 'LOG_LEVEL_ALL', 'LOG_PREFIX_FUNC', 'LOG_PREFIX_TIME', 'LOG_PREFIX_NODE'], import_from_module='ns.core') |
| 25 | ## address.h (module 'network'): ns3::Address [class] |
| 26 | module.add_class('Address', import_from_module='ns.network') |
| 27 | ## address.h (module 'network'): ns3::Address::MaxSize_e [enumeration] |
| 28 | module.add_enum('MaxSize_e', ['MAX_SIZE'], outer_class=root_module['ns3::Address'], import_from_module='ns.network') |
| 29 | ## application-container.h (module 'network'): ns3::ApplicationContainer [class] |
| 30 | module.add_class('ApplicationContainer', import_from_module='ns.network') |
| 31 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper [class] |
| 32 | module.add_class('AsciiTraceHelper', import_from_module='ns.network') |
| 33 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::AsciiTraceHelperForCcnx [class] |
| 34 | module.add_class('AsciiTraceHelperForCcnx', allow_subclassing=True) |
| 35 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice [class] |
| 36 | module.add_class('AsciiTraceHelperForDevice', allow_subclassing=True, import_from_module='ns.network') |
| 37 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList [class] |
| 38 | module.add_class('AttributeConstructionList', import_from_module='ns.core') |
| 39 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item [struct] |
| 40 | module.add_class('Item', import_from_module='ns.core', outer_class=root_module['ns3::AttributeConstructionList']) |
| 41 | ## buffer.h (module 'network'): ns3::Buffer [class] |
| 42 | module.add_class('Buffer', import_from_module='ns.network') |
| 43 | ## buffer.h (module 'network'): ns3::Buffer::Iterator [class] |
| 44 | module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::Buffer']) |
| 45 | ## packet.h (module 'network'): ns3::ByteTagIterator [class] |
| 46 | module.add_class('ByteTagIterator', import_from_module='ns.network') |
| 47 | ## packet.h (module 'network'): ns3::ByteTagIterator::Item [class] |
| 48 | module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagIterator']) |
| 49 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList [class] |
| 50 | module.add_class('ByteTagList', import_from_module='ns.network') |
| 51 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator [class] |
| 52 | module.add_class('Iterator', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList']) |
| 53 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item [struct] |
| 54 | module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::ByteTagList::Iterator']) |
| 55 | ## callback.h (module 'core'): ns3::CallbackBase [class] |
| 56 | module.add_class('CallbackBase', import_from_module='ns.core') |
| 57 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::CcnxConsumerHelper [class] |
| 58 | module.add_class('CcnxConsumerHelper') |
| 59 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeaderException [class] |
| 60 | module.add_class('CcnxContentObjectHeaderException') |
| 61 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreContainer [struct] |
| 62 | module.add_class('CcnxContentStoreContainer') |
| 63 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreEntry [class] |
| 64 | module.add_class('CcnxContentStoreEntry') |
| 65 | ## ccnx-decoding-helper.h (module 'NDNabstraction'): ns3::CcnxDecodingHelper [class] |
| 66 | module.add_class('CcnxDecodingHelper') |
| 67 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): ns3::CcnxEncodingHelper [class] |
| 68 | module.add_class('CcnxEncodingHelper') |
| 69 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntryContainer [struct] |
| 70 | module.add_class('CcnxFibEntryContainer') |
| 71 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric [class] |
| 72 | module.add_class('CcnxFibFaceMetric') |
| 73 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::Status [enumeration] |
| 74 | module.add_enum('Status', ['NDN_FIB_GREEN', 'NDN_FIB_YELLOW', 'NDN_FIB_RED'], outer_class=root_module['ns3::CcnxFibFaceMetric']) |
| 75 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::UpdateRtt [struct] |
| 76 | module.add_class('UpdateRtt', outer_class=root_module['ns3::CcnxFibFaceMetric']) |
| 77 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetricContainer [struct] |
| 78 | module.add_class('CcnxFibFaceMetricContainer') |
| 79 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): ns3::CcnxForwardingHelper [class] |
| 80 | module.add_class('CcnxForwardingHelper') |
| 81 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxHeaderHelper [class] |
| 82 | module.add_class('CcnxHeaderHelper') |
| 83 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxHeaderHelper::Type [enumeration] |
| 84 | module.add_enum('Type', ['INTEREST', 'CONTENT_OBJECT'], outer_class=root_module['ns3::CcnxHeaderHelper']) |
| 85 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeaderException [class] |
| 86 | module.add_class('CcnxInterestHeaderException') |
| 87 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry [struct] |
| 88 | module.add_class('CcnxPitEntry') |
| 89 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddIncoming [struct] |
| 90 | module.add_class('AddIncoming', outer_class=root_module['ns3::CcnxPitEntry']) |
| 91 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddOutgoing [struct] |
| 92 | module.add_class('AddOutgoing', outer_class=root_module['ns3::CcnxPitEntry']) |
| 93 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::ClearIncoming [struct] |
| 94 | module.add_class('ClearIncoming', outer_class=root_module['ns3::CcnxPitEntry']) |
| 95 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteIncoming [struct] |
| 96 | module.add_class('DeleteIncoming', outer_class=root_module['ns3::CcnxPitEntry']) |
| 97 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteOutgoing [struct] |
| 98 | module.add_class('DeleteOutgoing', outer_class=root_module['ns3::CcnxPitEntry']) |
| 99 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::EstimateRttAndRemoveFace [struct] |
| 100 | module.add_class('EstimateRttAndRemoveFace', outer_class=root_module['ns3::CcnxPitEntry']) |
| 101 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::UpdateFibStatus [struct] |
| 102 | module.add_class('UpdateFibStatus', outer_class=root_module['ns3::CcnxPitEntry']) |
| 103 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryContainer [struct] |
| 104 | module.add_class('CcnxPitEntryContainer') |
| 105 | ## ccnx-pit-entry-incoming-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFace [struct] |
| 106 | module.add_class('CcnxPitEntryIncomingFace') |
| 107 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFaceContainer [struct] |
| 108 | module.add_class('CcnxPitEntryIncomingFaceContainer') |
| 109 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryNotFound [class] |
| 110 | module.add_class('CcnxPitEntryNotFound') |
| 111 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace [struct] |
| 112 | module.add_class('CcnxPitEntryOutgoingFace') |
| 113 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFaceContainer [struct] |
| 114 | module.add_class('CcnxPitEntryOutgoingFaceContainer') |
| 115 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::CcnxProducerHelper [class] |
| 116 | module.add_class('CcnxProducerHelper') |
| 117 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitByNonce [struct] |
| 118 | module.add_class('CcnxRitByNonce') |
| 119 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitContainer [struct] |
| 120 | module.add_class('CcnxRitContainer') |
| 121 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry [struct] |
| 122 | module.add_class('CcnxRitEntry') |
| 123 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxUnknownHeaderException [class] |
| 124 | module.add_class('CcnxUnknownHeaderException') |
| 125 | ## data-rate.h (module 'network'): ns3::DataRate [class] |
| 126 | module.add_class('DataRate', import_from_module='ns.network') |
| 127 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::DataStoreEntry [class] |
| 128 | module.add_class('DataStoreEntry') |
| 129 | ## event-id.h (module 'core'): ns3::EventId [class] |
| 130 | module.add_class('EventId', import_from_module='ns.core') |
| 131 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class] |
| 132 | module.add_class('Ipv4Address', import_from_module='ns.network') |
| 133 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address [class] |
| 134 | root_module['ns3::Ipv4Address'].implicitly_converts_to(root_module['ns3::Address']) |
| 135 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask [class] |
| 136 | module.add_class('Ipv4Mask', import_from_module='ns.network') |
| 137 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class] |
| 138 | module.add_class('Ipv6Address', import_from_module='ns.network') |
| 139 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address [class] |
| 140 | root_module['ns3::Ipv6Address'].implicitly_converts_to(root_module['ns3::Address']) |
| 141 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix [class] |
| 142 | module.add_class('Ipv6Prefix', import_from_module='ns.network') |
| 143 | ## log.h (module 'core'): ns3::LogComponent [class] |
| 144 | module.add_class('LogComponent', import_from_module='ns.core') |
| 145 | ## mac48-address.h (module 'network'): ns3::Mac48Address [class] |
| 146 | module.add_class('Mac48Address', import_from_module='ns.network') |
| 147 | ## mac48-address.h (module 'network'): ns3::Mac48Address [class] |
| 148 | root_module['ns3::Mac48Address'].implicitly_converts_to(root_module['ns3::Address']) |
| 149 | ## names.h (module 'core'): ns3::Names [class] |
| 150 | module.add_class('Names', import_from_module='ns.core') |
| 151 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer [class] |
| 152 | module.add_class('NetDeviceContainer', import_from_module='ns.network') |
| 153 | ## node-container.h (module 'network'): ns3::NodeContainer [class] |
| 154 | module.add_class('NodeContainer', import_from_module='ns.network') |
| 155 | ## object-base.h (module 'core'): ns3::ObjectBase [class] |
| 156 | module.add_class('ObjectBase', allow_subclassing=True, import_from_module='ns.core') |
| 157 | ## object.h (module 'core'): ns3::ObjectDeleter [struct] |
| 158 | module.add_class('ObjectDeleter', import_from_module='ns.core') |
| 159 | ## object-factory.h (module 'core'): ns3::ObjectFactory [class] |
| 160 | module.add_class('ObjectFactory', import_from_module='ns.core') |
| 161 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata [class] |
| 162 | module.add_class('PacketMetadata', import_from_module='ns.network') |
| 163 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [struct] |
| 164 | module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata']) |
| 165 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item [enumeration] |
| 166 | module.add_enum('', ['PAYLOAD', 'HEADER', 'TRAILER'], outer_class=root_module['ns3::PacketMetadata::Item'], import_from_module='ns.network') |
| 167 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator [class] |
| 168 | module.add_class('ItemIterator', import_from_module='ns.network', outer_class=root_module['ns3::PacketMetadata']) |
| 169 | ## packet.h (module 'network'): ns3::PacketTagIterator [class] |
| 170 | module.add_class('PacketTagIterator', import_from_module='ns.network') |
| 171 | ## packet.h (module 'network'): ns3::PacketTagIterator::Item [class] |
| 172 | module.add_class('Item', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagIterator']) |
| 173 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList [class] |
| 174 | module.add_class('PacketTagList', import_from_module='ns.network') |
| 175 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData [struct] |
| 176 | module.add_class('TagData', import_from_module='ns.network', outer_class=root_module['ns3::PacketTagList']) |
| 177 | ## pcap-file.h (module 'network'): ns3::PcapFile [class] |
| 178 | module.add_class('PcapFile', import_from_module='ns.network') |
| 179 | ## trace-helper.h (module 'network'): ns3::PcapHelper [class] |
| 180 | module.add_class('PcapHelper', import_from_module='ns.network') |
| 181 | ## trace-helper.h (module 'network'): ns3::PcapHelper [enumeration] |
| 182 | module.add_enum('', ['DLT_NULL', 'DLT_EN10MB', 'DLT_PPP', 'DLT_RAW', 'DLT_IEEE802_11', 'DLT_PRISM_HEADER', 'DLT_IEEE802_11_RADIO'], outer_class=root_module['ns3::PcapHelper'], import_from_module='ns.network') |
| 183 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::PcapHelperForCcnx [class] |
| 184 | module.add_class('PcapHelperForCcnx', allow_subclassing=True) |
| 185 | ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice [class] |
| 186 | module.add_class('PcapHelperForDevice', allow_subclassing=True, import_from_module='ns.network') |
| 187 | ## point-to-point-helper.h (module 'point-to-point'): ns3::PointToPointHelper [class] |
| 188 | module.add_class('PointToPointHelper', import_from_module='ns.point_to_point', parent=[root_module['ns3::PcapHelperForDevice'], root_module['ns3::AsciiTraceHelperForDevice']]) |
| 189 | ## random-variable.h (module 'core'): ns3::RandomVariable [class] |
| 190 | module.add_class('RandomVariable', import_from_module='ns.core') |
| 191 | ## random-variable.h (module 'core'): ns3::SeedManager [class] |
| 192 | module.add_class('SeedManager', import_from_module='ns.core') |
| 193 | ## random-variable.h (module 'core'): ns3::SequentialVariable [class] |
| 194 | module.add_class('SequentialVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 195 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> > [class] |
| 196 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::Chunk', 'ns3::ObjectBase', 'ns3::DefaultDeleter<ns3::Chunk>'], parent=root_module['ns3::ObjectBase'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 197 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> [class] |
| 198 | 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')) |
| 199 | ## simulator.h (module 'core'): ns3::Simulator [class] |
| 200 | module.add_class('Simulator', destructor_visibility='private', import_from_module='ns.core') |
| 201 | ## tag.h (module 'network'): ns3::Tag [class] |
| 202 | module.add_class('Tag', import_from_module='ns.network', parent=root_module['ns3::ObjectBase']) |
| 203 | ## tag-buffer.h (module 'network'): ns3::TagBuffer [class] |
| 204 | module.add_class('TagBuffer', import_from_module='ns.network') |
| 205 | ## random-variable.h (module 'core'): ns3::TriangularVariable [class] |
| 206 | module.add_class('TriangularVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 207 | ## type-id.h (module 'core'): ns3::TypeId [class] |
| 208 | module.add_class('TypeId', import_from_module='ns.core') |
| 209 | ## type-id.h (module 'core'): ns3::TypeId::AttributeFlag [enumeration] |
| 210 | module.add_enum('AttributeFlag', ['ATTR_GET', 'ATTR_SET', 'ATTR_CONSTRUCT', 'ATTR_SGC'], outer_class=root_module['ns3::TypeId'], import_from_module='ns.core') |
| 211 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation [struct] |
| 212 | module.add_class('AttributeInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId']) |
| 213 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation [struct] |
| 214 | module.add_class('TraceSourceInformation', import_from_module='ns.core', outer_class=root_module['ns3::TypeId']) |
| 215 | ## random-variable.h (module 'core'): ns3::UniformVariable [class] |
| 216 | module.add_class('UniformVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 217 | ## random-variable.h (module 'core'): ns3::WeibullVariable [class] |
| 218 | module.add_class('WeibullVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 219 | ## random-variable.h (module 'core'): ns3::ZetaVariable [class] |
| 220 | module.add_class('ZetaVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 221 | ## random-variable.h (module 'core'): ns3::ZipfVariable [class] |
| 222 | module.add_class('ZipfVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 223 | ## empty.h (module 'core'): ns3::empty [class] |
| 224 | module.add_class('empty', import_from_module='ns.core') |
| 225 | ## int64x64-double.h (module 'core'): ns3::int64x64_t [class] |
| 226 | module.add_class('int64x64_t', import_from_module='ns.core') |
| 227 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::CcnxStackHelper [class] |
| 228 | module.add_class('CcnxStackHelper', parent=[root_module['ns3::PcapHelperForCcnx'], root_module['ns3::AsciiTraceHelperForCcnx']]) |
| 229 | ## chunk.h (module 'network'): ns3::Chunk [class] |
| 230 | module.add_class('Chunk', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> >']) |
| 231 | ## random-variable.h (module 'core'): ns3::ConstantVariable [class] |
| 232 | module.add_class('ConstantVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 233 | ## random-variable.h (module 'core'): ns3::DeterministicVariable [class] |
| 234 | module.add_class('DeterministicVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 235 | ## random-variable.h (module 'core'): ns3::EmpiricalVariable [class] |
| 236 | module.add_class('EmpiricalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 237 | ## random-variable.h (module 'core'): ns3::ErlangVariable [class] |
| 238 | module.add_class('ErlangVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 239 | ## random-variable.h (module 'core'): ns3::ExponentialVariable [class] |
| 240 | module.add_class('ExponentialVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 241 | ## random-variable.h (module 'core'): ns3::GammaVariable [class] |
| 242 | module.add_class('GammaVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 243 | ## header.h (module 'network'): ns3::Header [class] |
| 244 | module.add_class('Header', import_from_module='ns.network', parent=root_module['ns3::Chunk']) |
| 245 | ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable [class] |
| 246 | module.add_class('IntEmpiricalVariable', import_from_module='ns.core', parent=root_module['ns3::EmpiricalVariable']) |
| 247 | ## random-variable.h (module 'core'): ns3::LogNormalVariable [class] |
| 248 | module.add_class('LogNormalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 249 | ## random-variable.h (module 'core'): ns3::NormalVariable [class] |
| 250 | module.add_class('NormalVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 251 | ## object.h (module 'core'): ns3::Object [class] |
| 252 | module.add_class('Object', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >']) |
| 253 | ## object.h (module 'core'): ns3::Object::AggregateIterator [class] |
| 254 | module.add_class('AggregateIterator', import_from_module='ns.core', outer_class=root_module['ns3::Object']) |
| 255 | ## random-variable.h (module 'core'): ns3::ParetoVariable [class] |
| 256 | module.add_class('ParetoVariable', import_from_module='ns.core', parent=root_module['ns3::RandomVariable']) |
| 257 | ## pcap-file-wrapper.h (module 'network'): ns3::PcapFileWrapper [class] |
| 258 | module.add_class('PcapFileWrapper', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 259 | ## queue.h (module 'network'): ns3::Queue [class] |
| 260 | module.add_class('Queue', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 261 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > [class] |
| 262 | 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')) |
| 263 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > [class] |
| 264 | 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')) |
| 265 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > [class] |
| 266 | 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')) |
| 267 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > [class] |
| 268 | 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')) |
| 269 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> > [class] |
| 270 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnbParser::Block', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnbParser::Block>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 271 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> > [class] |
| 272 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnxFace', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnxFace>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 273 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> > [class] |
| 274 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnxFaceContainer', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnxFaceContainer>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 275 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> > [class] |
| 276 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnxFibEntry', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnxFibEntry>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 277 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> > [class] |
| 278 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnxNameComponents', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnxNameComponents>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 279 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> > [class] |
| 280 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::CcnxRoute', 'ns3::empty', 'ns3::DefaultDeleter<ns3::CcnxRoute>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 281 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> > [class] |
| 282 | 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')) |
| 283 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> > [class] |
| 284 | 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')) |
| 285 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> > [class] |
| 286 | module.add_class('SimpleRefCount', automatic_type_narrowing=True, import_from_module='ns.core', template_parameters=['ns3::OutputStreamWrapper', 'ns3::empty', 'ns3::DefaultDeleter<ns3::OutputStreamWrapper>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 287 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> > [class] |
| 288 | 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')) |
| 289 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
| 290 | 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')) |
| 291 | ## socket.h (module 'network'): ns3::Socket [class] |
| 292 | module.add_class('Socket', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 293 | ## socket.h (module 'network'): ns3::Socket::SocketErrno [enumeration] |
| 294 | module.add_enum('SocketErrno', ['ERROR_NOTERROR', 'ERROR_ISCONN', 'ERROR_NOTCONN', 'ERROR_MSGSIZE', 'ERROR_AGAIN', 'ERROR_SHUTDOWN', 'ERROR_OPNOTSUPP', 'ERROR_AFNOSUPPORT', 'ERROR_INVAL', 'ERROR_BADF', 'ERROR_NOROUTETOHOST', 'ERROR_NODEV', 'ERROR_ADDRNOTAVAIL', 'ERROR_ADDRINUSE', 'SOCKET_ERRNO_LAST'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network') |
| 295 | ## socket.h (module 'network'): ns3::Socket::SocketType [enumeration] |
| 296 | module.add_enum('SocketType', ['NS3_SOCK_STREAM', 'NS3_SOCK_SEQPACKET', 'NS3_SOCK_DGRAM', 'NS3_SOCK_RAW'], outer_class=root_module['ns3::Socket'], import_from_module='ns.network') |
| 297 | ## socket.h (module 'network'): ns3::SocketAddressTag [class] |
| 298 | module.add_class('SocketAddressTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
| 299 | ## socket-factory.h (module 'network'): ns3::SocketFactory [class] |
| 300 | module.add_class('SocketFactory', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 301 | ## socket.h (module 'network'): ns3::SocketIpTtlTag [class] |
| 302 | module.add_class('SocketIpTtlTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
| 303 | ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag [class] |
| 304 | module.add_class('SocketSetDontFragmentTag', import_from_module='ns.network', parent=root_module['ns3::Tag']) |
| 305 | ## nstime.h (module 'core'): ns3::Time [class] |
| 306 | module.add_class('Time', import_from_module='ns.core') |
| 307 | ## nstime.h (module 'core'): ns3::Time::Unit [enumeration] |
| 308 | module.add_enum('Unit', ['S', 'MS', 'US', 'NS', 'PS', 'FS', 'LAST'], outer_class=root_module['ns3::Time'], import_from_module='ns.core') |
| 309 | ## nstime.h (module 'core'): ns3::Time [class] |
| 310 | root_module['ns3::Time'].implicitly_converts_to(root_module['ns3::int64x64_t']) |
| 311 | ## topology-reader.h (module 'topology-read'): ns3::TopologyReader [class] |
| 312 | module.add_class('TopologyReader', import_from_module='ns.topology_read', parent=root_module['ns3::Object']) |
| 313 | ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link [class] |
| 314 | module.add_class('Link', import_from_module='ns.topology_read', outer_class=root_module['ns3::TopologyReader']) |
| 315 | ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor [class] |
| 316 | module.add_class('TraceSourceAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
| 317 | ## trailer.h (module 'network'): ns3::Trailer [class] |
| 318 | module.add_class('Trailer', import_from_module='ns.network', parent=root_module['ns3::Chunk']) |
| 319 | ## udp-socket-factory.h (module 'internet'): ns3::UdpSocketFactory [class] |
| 320 | module.add_class('UdpSocketFactory', import_from_module='ns.internet', parent=root_module['ns3::SocketFactory']) |
| 321 | ## annotated-topology-reader.h (module 'NDNabstraction'): ns3::AnnotatedTopologyReader [class] |
| 322 | module.add_class('AnnotatedTopologyReader', parent=root_module['ns3::TopologyReader']) |
| 323 | ## application.h (module 'network'): ns3::Application [class] |
| 324 | module.add_class('Application', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 325 | ## attribute.h (module 'core'): ns3::AttributeAccessor [class] |
| 326 | module.add_class('AttributeAccessor', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >']) |
| 327 | ## attribute.h (module 'core'): ns3::AttributeChecker [class] |
| 328 | 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> >']) |
| 329 | ## attribute.h (module 'core'): ns3::AttributeValue [class] |
| 330 | 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> >']) |
| 331 | ## boolean.h (module 'core'): ns3::BooleanChecker [class] |
| 332 | module.add_class('BooleanChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 333 | ## boolean.h (module 'core'): ns3::BooleanValue [class] |
| 334 | module.add_class('BooleanValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 335 | ## callback.h (module 'core'): ns3::CallbackChecker [class] |
| 336 | module.add_class('CallbackChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 337 | ## callback.h (module 'core'): ns3::CallbackImplBase [class] |
| 338 | module.add_class('CallbackImplBase', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >']) |
| 339 | ## callback.h (module 'core'): ns3::CallbackValue [class] |
| 340 | module.add_class('CallbackValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 341 | ## ccnx.h (module 'NDNabstraction'): ns3::Ccnx [class] |
| 342 | module.add_class('Ccnx', parent=root_module['ns3::Object']) |
| 343 | ## ccnx.h (module 'NDNabstraction'): ns3::Ccnx::ForwardingStrategy [enumeration] |
| 344 | module.add_enum('ForwardingStrategy', ['NDN_FLOODING', 'NDN_BESTROUTE', 'NDN_RANKING'], outer_class=root_module['ns3::Ccnx']) |
| 345 | ## ccnx-consumer.h (module 'NDNabstraction'): ns3::CcnxConsumer [class] |
| 346 | module.add_class('CcnxConsumer', parent=root_module['ns3::Application']) |
| 347 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeader [class] |
| 348 | module.add_class('CcnxContentObjectHeader', parent=root_module['ns3::Header']) |
| 349 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectTail [class] |
| 350 | module.add_class('CcnxContentObjectTail', parent=root_module['ns3::Trailer']) |
| 351 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStore [class] |
| 352 | module.add_class('CcnxContentStore', parent=root_module['ns3::Object']) |
| 353 | ## ccnx-face.h (module 'NDNabstraction'): ns3::CcnxFace [class] |
| 354 | module.add_class('CcnxFace', parent=root_module['ns3::SimpleRefCount< ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> >']) |
| 355 | ## ccnx-face-container.h (module 'NDNabstraction'): ns3::CcnxFaceContainer [class] |
| 356 | module.add_class('CcnxFaceContainer', parent=root_module['ns3::SimpleRefCount< ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> >']) |
| 357 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry [class] |
| 358 | module.add_class('CcnxFibEntry', parent=root_module['ns3::SimpleRefCount< ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> >']) |
| 359 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::AddOrUpdateRoutingMetric [struct] |
| 360 | module.add_class('AddOrUpdateRoutingMetric', outer_class=root_module['ns3::CcnxFibEntry']) |
| 361 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateFaceRtt [struct] |
| 362 | module.add_class('UpdateFaceRtt', outer_class=root_module['ns3::CcnxFibEntry']) |
| 363 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateStatus [struct] |
| 364 | module.add_class('UpdateStatus', outer_class=root_module['ns3::CcnxFibEntry']) |
| 365 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): ns3::CcnxForwardingStrategy [class] |
| 366 | module.add_class('CcnxForwardingStrategy', parent=root_module['ns3::Object']) |
| 367 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeader [class] |
| 368 | module.add_class('CcnxInterestHeader', parent=root_module['ns3::Header']) |
| 369 | ## ccnx-interest-sender.h (module 'NDNabstraction'): ns3::CcnxInterestSender [class] |
| 370 | module.add_class('CcnxInterestSender', parent=root_module['ns3::Application']) |
| 371 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol [class] |
| 372 | module.add_class('CcnxL3Protocol', parent=root_module['ns3::Ccnx']) |
| 373 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::DropReason [enumeration] |
| 374 | module.add_enum('DropReason', ['NDN_DUPLICATE_INTEREST', 'NDN_SUPPRESSED_INTEREST', 'NDN_UNSOLICITED_DATA', 'NDN_PIT_TIMER_EXPIRED', 'INTERFACE_DOWN', 'DROP_CONGESTION', 'DROP_NO_ROUTE'], outer_class=root_module['ns3::CcnxL3Protocol']) |
| 375 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::ContentObjectSource [enumeration] |
| 376 | module.add_enum('ContentObjectSource', ['APPLICATION', 'FORWARDED', 'CACHED'], outer_class=root_module['ns3::CcnxL3Protocol']) |
| 377 | ## ccnx-local-face.h (module 'NDNabstraction'): ns3::CcnxLocalFace [class] |
| 378 | module.add_class('CcnxLocalFace', parent=root_module['ns3::CcnxFace']) |
| 379 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents [class] |
| 380 | module.add_class('CcnxNameComponents', parent=root_module['ns3::SimpleRefCount< ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> >']) |
| 381 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsChecker [class] |
| 382 | module.add_class('CcnxNameComponentsChecker', parent=root_module['ns3::AttributeChecker']) |
| 383 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsValue [class] |
| 384 | module.add_class('CcnxNameComponentsValue', parent=root_module['ns3::AttributeValue']) |
| 385 | ## ccnx-net-device-face.h (module 'NDNabstraction'): ns3::CcnxNetDeviceFace [class] |
| 386 | module.add_class('CcnxNetDeviceFace', parent=root_module['ns3::CcnxFace']) |
| 387 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::CcnxProducer [class] |
| 388 | module.add_class('CcnxProducer', parent=root_module['ns3::Application']) |
| 389 | ## ccnx-route.h (module 'NDNabstraction'): ns3::CcnxRoute [class] |
| 390 | module.add_class('CcnxRoute', parent=root_module['ns3::SimpleRefCount< ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> >']) |
| 391 | ## data-rate.h (module 'network'): ns3::DataRateChecker [class] |
| 392 | module.add_class('DataRateChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 393 | ## data-rate.h (module 'network'): ns3::DataRateValue [class] |
| 394 | module.add_class('DataRateValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 395 | ## drop-tail-queue.h (module 'network'): ns3::DropTailQueue [class] |
| 396 | module.add_class('DropTailQueue', import_from_module='ns.network', parent=root_module['ns3::Queue']) |
| 397 | ## drop-tail-queue.h (module 'network'): ns3::DropTailQueue::Mode [enumeration] |
| 398 | module.add_enum('Mode', ['ILLEGAL', 'PACKETS', 'BYTES'], outer_class=root_module['ns3::DropTailQueue'], import_from_module='ns.network') |
| 399 | ## attribute.h (module 'core'): ns3::EmptyAttributeValue [class] |
| 400 | module.add_class('EmptyAttributeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 401 | ## event-impl.h (module 'core'): ns3::EventImpl [class] |
| 402 | module.add_class('EventImpl', import_from_module='ns.core', parent=root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >']) |
| 403 | ## integer.h (module 'core'): ns3::IntegerValue [class] |
| 404 | module.add_class('IntegerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 405 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker [class] |
| 406 | module.add_class('Ipv4AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 407 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue [class] |
| 408 | module.add_class('Ipv4AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 409 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker [class] |
| 410 | module.add_class('Ipv4MaskChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 411 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue [class] |
| 412 | module.add_class('Ipv4MaskValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 413 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker [class] |
| 414 | module.add_class('Ipv6AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 415 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue [class] |
| 416 | module.add_class('Ipv6AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 417 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker [class] |
| 418 | module.add_class('Ipv6PrefixChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 419 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue [class] |
| 420 | module.add_class('Ipv6PrefixValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 421 | ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker [class] |
| 422 | module.add_class('Mac48AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 423 | ## mac48-address.h (module 'network'): ns3::Mac48AddressValue [class] |
| 424 | module.add_class('Mac48AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 425 | ## net-device.h (module 'network'): ns3::NetDevice [class] |
| 426 | module.add_class('NetDevice', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 427 | ## net-device.h (module 'network'): ns3::NetDevice::PacketType [enumeration] |
| 428 | 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') |
| 429 | ## nix-vector.h (module 'network'): ns3::NixVector [class] |
| 430 | module.add_class('NixVector', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >']) |
| 431 | ## node.h (module 'network'): ns3::Node [class] |
| 432 | module.add_class('Node', import_from_module='ns.network', parent=root_module['ns3::Object']) |
| 433 | ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker [class] |
| 434 | module.add_class('ObjectFactoryChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 435 | ## object-factory.h (module 'core'): ns3::ObjectFactoryValue [class] |
| 436 | module.add_class('ObjectFactoryValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 437 | ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper [class] |
| 438 | module.add_class('OutputStreamWrapper', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >']) |
| 439 | ## packet.h (module 'network'): ns3::Packet [class] |
| 440 | module.add_class('Packet', import_from_module='ns.network', parent=root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >']) |
| 441 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::PointToPointNetDevice [class] |
| 442 | module.add_class('PointToPointNetDevice', import_from_module='ns.point_to_point', parent=root_module['ns3::NetDevice']) |
| 443 | ## pointer.h (module 'core'): ns3::PointerChecker [class] |
| 444 | module.add_class('PointerChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 445 | ## pointer.h (module 'core'): ns3::PointerValue [class] |
| 446 | module.add_class('PointerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 447 | ## random-variable.h (module 'core'): ns3::RandomVariableChecker [class] |
| 448 | module.add_class('RandomVariableChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 449 | ## random-variable.h (module 'core'): ns3::RandomVariableValue [class] |
| 450 | module.add_class('RandomVariableValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 451 | ## string.h (module 'core'): ns3::StringChecker [class] |
| 452 | module.add_class('StringChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 453 | ## string.h (module 'core'): ns3::StringValue [class] |
| 454 | module.add_class('StringValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 455 | ## stupid-interest-generator.h (module 'NDNabstraction'): ns3::StupidInterestGenerator [class] |
| 456 | module.add_class('StupidInterestGenerator', parent=root_module['ns3::Application']) |
| 457 | ## stupid-interest-sink.h (module 'NDNabstraction'): ns3::StupidInterestSink [class] |
| 458 | module.add_class('StupidInterestSink', parent=root_module['ns3::Application']) |
| 459 | ## nstime.h (module 'core'): ns3::TimeChecker [class] |
| 460 | module.add_class('TimeChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 461 | ## nstime.h (module 'core'): ns3::TimeValue [class] |
| 462 | module.add_class('TimeValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 463 | ## type-id.h (module 'core'): ns3::TypeIdChecker [class] |
| 464 | module.add_class('TypeIdChecker', import_from_module='ns.core', parent=root_module['ns3::AttributeChecker']) |
| 465 | ## type-id.h (module 'core'): ns3::TypeIdValue [class] |
| 466 | module.add_class('TypeIdValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 467 | ## uinteger.h (module 'core'): ns3::UintegerValue [class] |
| 468 | module.add_class('UintegerValue', import_from_module='ns.core', parent=root_module['ns3::AttributeValue']) |
| 469 | ## address.h (module 'network'): ns3::AddressChecker [class] |
| 470 | module.add_class('AddressChecker', import_from_module='ns.network', parent=root_module['ns3::AttributeChecker']) |
| 471 | ## address.h (module 'network'): ns3::AddressValue [class] |
| 472 | module.add_class('AddressValue', import_from_module='ns.network', parent=root_module['ns3::AttributeValue']) |
| 473 | ## ccnx-bestroute-strategy.h (module 'NDNabstraction'): ns3::CcnxBestRouteStrategy [class] |
| 474 | module.add_class('CcnxBestRouteStrategy', parent=root_module['ns3::CcnxForwardingStrategy']) |
| 475 | ## ccnx-flooding-strategy.h (module 'NDNabstraction'): ns3::CcnxFloodingStrategy [class] |
| 476 | module.add_class('CcnxFloodingStrategy', parent=root_module['ns3::CcnxForwardingStrategy']) |
| 477 | module.add_container('std::map< std::string, std::string >', ('std::string', 'std::string'), container_type='map') |
| 478 | module.add_container('std::list< boost::reference_wrapper< std::string const > >', 'boost::reference_wrapper< std::basic_string< char, std::char_traits< char >, std::allocator< char > > const >', container_type='list') |
| 479 | module.add_container('std::list< std::string >', 'std::string', container_type='list') |
| 480 | module.add_container('std::list< ns3::Ptr< ns3::Socket > >', 'ns3::Ptr< ns3::Socket >', container_type='list') |
| 481 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) *', 'ns3::LogNodePrinter') |
| 482 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) **', 'ns3::LogNodePrinter*') |
| 483 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) *&', 'ns3::LogNodePrinter&') |
| 484 | typehandlers.add_type_alias('std::_Rb_tree_iterator< std::pair< int const, double > >', 'ns3::PitBucketIterator') |
| 485 | typehandlers.add_type_alias('std::_Rb_tree_iterator< std::pair< int const, double > >*', 'ns3::PitBucketIterator*') |
| 486 | typehandlers.add_type_alias('std::_Rb_tree_iterator< std::pair< int const, double > >&', 'ns3::PitBucketIterator&') |
| 487 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) *', 'ns3::LogTimePrinter') |
| 488 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) **', 'ns3::LogTimePrinter*') |
| 489 | typehandlers.add_type_alias('void ( * ) ( std::ostream & ) *&', 'ns3::LogTimePrinter&') |
| 490 | typehandlers.add_type_alias('std::map< int, double, std::less< int >, std::allocator< std::pair< int const, double > > >', 'ns3::PitBucket') |
| 491 | typehandlers.add_type_alias('std::map< int, double, std::less< int >, std::allocator< std::pair< int const, double > > >*', 'ns3::PitBucket*') |
| 492 | typehandlers.add_type_alias('std::map< int, double, std::less< int >, std::allocator< std::pair< int const, double > > >&', 'ns3::PitBucket&') |
| 493 | |
| 494 | ## Register a nested module for the namespace CcnbParser |
| 495 | |
| 496 | nested_module = module.add_cpp_namespace('CcnbParser') |
| 497 | register_types_ns3_CcnbParser(nested_module) |
| 498 | |
| 499 | |
| 500 | ## Register a nested module for the namespace FatalImpl |
| 501 | |
| 502 | nested_module = module.add_cpp_namespace('FatalImpl') |
| 503 | register_types_ns3_FatalImpl(nested_module) |
| 504 | |
| 505 | |
| 506 | ## Register a nested module for the namespace internal |
| 507 | |
| 508 | nested_module = module.add_cpp_namespace('internal') |
| 509 | register_types_ns3_internal(nested_module) |
| 510 | |
| 511 | |
| 512 | def register_types_ns3_CcnbParser(module): |
| 513 | root_module = module.get_root() |
| 514 | |
| 515 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser::ccn_dtag [enumeration] |
| 516 | module.add_enum('ccn_dtag', ['CCN_DTAG_Any', 'CCN_DTAG_Name', 'CCN_DTAG_Component', 'CCN_DTAG_Certificate', 'CCN_DTAG_Collection', 'CCN_DTAG_CompleteName', 'CCN_DTAG_Content', 'CCN_DTAG_SignedInfo', 'CCN_DTAG_ContentDigest', 'CCN_DTAG_ContentHash', 'CCN_DTAG_Count', 'CCN_DTAG_Header', 'CCN_DTAG_Interest', 'CCN_DTAG_Key', 'CCN_DTAG_KeyLocator', 'CCN_DTAG_KeyName', 'CCN_DTAG_Length', 'CCN_DTAG_Link', 'CCN_DTAG_LinkAuthenticator', 'CCN_DTAG_NameComponentCount', 'CCN_DTAG_RootDigest', 'CCN_DTAG_Signature', 'CCN_DTAG_Start', 'CCN_DTAG_Timestamp', 'CCN_DTAG_Type', 'CCN_DTAG_Nonce', 'CCN_DTAG_Scope', 'CCN_DTAG_Exclude', 'CCN_DTAG_Bloom', 'CCN_DTAG_BloomSeed', 'CCN_DTAG_AnswerOriginKind', 'CCN_DTAG_InterestLifetime', 'CCN_DTAG_Witness', 'CCN_DTAG_SignatureBits', 'CCN_DTAG_DigestAlgorithm', 'CCN_DTAG_BlockSize', 'CCN_DTAG_FreshnessSeconds', 'CCN_DTAG_FinalBlockID', 'CCN_DTAG_PublisherPublicKeyDigest', 'CCN_DTAG_PublisherCertificateDigest', 'CCN_DTAG_PublisherIssuerKeyDigest', 'CCN_DTAG_PublisherIssuerCertificateDigest', 'CCN_DTAG_ContentObject', 'CCN_DTAG_WrappedKey', 'CCN_DTAG_WrappingKeyIdentifier', 'CCN_DTAG_WrapAlgorithm', 'CCN_DTAG_KeyAlgorithm', 'CCN_DTAG_Label', 'CCN_DTAG_EncryptedKey', 'CCN_DTAG_EncryptedNonceKey', 'CCN_DTAG_WrappingKeyName', 'CCN_DTAG_Action', 'CCN_DTAG_FaceID', 'CCN_DTAG_IPProto', 'CCN_DTAG_Host', 'CCN_DTAG_Port', 'CCN_DTAG_MulticastInterface', 'CCN_DTAG_ForwardingFlags', 'CCN_DTAG_FaceInstance', 'CCN_DTAG_ForwardingEntry', 'CCN_DTAG_MulticastTTL', 'CCN_DTAG_MinSuffixComponents', 'CCN_DTAG_MaxSuffixComponents', 'CCN_DTAG_ChildSelector', 'CCN_DTAG_RepositoryInfo', 'CCN_DTAG_Version', 'CCN_DTAG_RepositoryVersion', 'CCN_DTAG_GlobalPrefix', 'CCN_DTAG_LocalName', 'CCN_DTAG_Policy', 'CCN_DTAG_Namespace', 'CCN_DTAG_GlobalPrefixName', 'CCN_DTAG_PolicyVersion', 'CCN_DTAG_KeyValueSet', 'CCN_DTAG_KeyValuePair', 'CCN_DTAG_IntegerValue', 'CCN_DTAG_DecimalValue', 'CCN_DTAG_StringValue', 'CCN_DTAG_BinaryValue', 'CCN_DTAG_NameValue', 'CCN_DTAG_Entry', 'CCN_DTAG_ACL', 'CCN_DTAG_ParameterizedName', 'CCN_DTAG_Prefix', 'CCN_DTAG_Suffix', 'CCN_DTAG_Root', 'CCN_DTAG_ProfileName', 'CCN_DTAG_Parameters', 'CCN_DTAG_InfoString', 'CCN_DTAG_StatusResponse', 'CCN_DTAG_StatusCode', 'CCN_DTAG_StatusText', 'NDN_DTAG_Nack', 'NDN_DTAG_Congested', 'CCN_DTAG_SequenceNumber', 'CCN_DTAG_CCNProtocolDataUnit']) |
| 517 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser::ccn_tt [enumeration] |
| 518 | module.add_enum('ccn_tt', ['CCN_EXT', 'CCN_TAG', 'CCN_DTAG', 'CCN_ATTR', 'CCN_DATTR', 'CCN_BLOB', 'CCN_UDATA', 'CCN_NO_TOKEN']) |
| 519 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser [enumeration] |
| 520 | module.add_enum('', ['CCN_CLOSE']) |
| 521 | ## ccnb-parser-block.h (module 'NDNabstraction'): ns3::CcnbParser::Block [class] |
| 522 | module.add_class('Block', parent=root_module['ns3::SimpleRefCount< ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> >']) |
| 523 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser::CcnbDecodingException [class] |
| 524 | module.add_class('CcnbDecodingException') |
| 525 | ## ccnb-parser-ext.h (module 'NDNabstraction'): ns3::CcnbParser::Ext [class] |
| 526 | module.add_class('Ext', parent=root_module['ns3::CcnbParser::Block']) |
| 527 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguVisitor [class] |
| 528 | module.add_class('NoArguVisitor', allow_subclassing=True) |
| 529 | ## ccnb-parser-udata.h (module 'NDNabstraction'): ns3::CcnbParser::Udata [class] |
| 530 | module.add_class('Udata', parent=root_module['ns3::CcnbParser::Block']) |
| 531 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::Visitor [class] |
| 532 | module.add_class('Visitor', allow_subclassing=True) |
| 533 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguVisitor [class] |
| 534 | module.add_class('VoidNoArguVisitor', allow_subclassing=True) |
| 535 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidVisitor [class] |
| 536 | module.add_class('VoidVisitor', allow_subclassing=True) |
| 537 | ## ccnb-parser-base-attr.h (module 'NDNabstraction'): ns3::CcnbParser::BaseAttr [class] |
| 538 | module.add_class('BaseAttr', parent=root_module['ns3::CcnbParser::Block']) |
| 539 | ## ccnb-parser-base-tag.h (module 'NDNabstraction'): ns3::CcnbParser::BaseTag [class] |
| 540 | module.add_class('BaseTag', parent=root_module['ns3::CcnbParser::Block']) |
| 541 | ## ccnb-parser-blob.h (module 'NDNabstraction'): ns3::CcnbParser::Blob [class] |
| 542 | module.add_class('Blob', parent=root_module['ns3::CcnbParser::Block']) |
| 543 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): ns3::CcnbParser::Dattr [class] |
| 544 | module.add_class('Dattr', parent=root_module['ns3::CcnbParser::BaseAttr']) |
| 545 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::DepthFirstVisitor [class] |
| 546 | module.add_class('DepthFirstVisitor', parent=root_module['ns3::CcnbParser::Visitor']) |
| 547 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): ns3::CcnbParser::Dtag [class] |
| 548 | module.add_class('Dtag', parent=root_module['ns3::CcnbParser::BaseTag']) |
| 549 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguDepthFirstVisitor [class] |
| 550 | module.add_class('NoArguDepthFirstVisitor', parent=root_module['ns3::CcnbParser::NoArguVisitor']) |
| 551 | ## ccnb-parser-non-negative-integer-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonNegativeIntegerVisitor [class] |
| 552 | module.add_class('NonNegativeIntegerVisitor', parent=root_module['ns3::CcnbParser::NoArguDepthFirstVisitor']) |
| 553 | ## ccnb-parser-nonce-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonceVisitor [class] |
| 554 | module.add_class('NonceVisitor', parent=root_module['ns3::CcnbParser::NoArguDepthFirstVisitor']) |
| 555 | ## ccnb-parser-string-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::StringVisitor [class] |
| 556 | module.add_class('StringVisitor', parent=root_module['ns3::CcnbParser::NoArguDepthFirstVisitor']) |
| 557 | ## ccnb-parser-tag.h (module 'NDNabstraction'): ns3::CcnbParser::Tag [class] |
| 558 | module.add_class('Tag', parent=root_module['ns3::CcnbParser::BaseTag']) |
| 559 | ## ccnb-parser-timestamp-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::TimestampVisitor [class] |
| 560 | module.add_class('TimestampVisitor', parent=root_module['ns3::CcnbParser::NoArguDepthFirstVisitor']) |
| 561 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidDepthFirstVisitor [class] |
| 562 | module.add_class('VoidDepthFirstVisitor', parent=root_module['ns3::CcnbParser::VoidVisitor']) |
| 563 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguDepthFirstVisitor [class] |
| 564 | module.add_class('VoidNoArguDepthFirstVisitor', parent=root_module['ns3::CcnbParser::VoidNoArguVisitor']) |
| 565 | ## ccnb-parser-attr.h (module 'NDNabstraction'): ns3::CcnbParser::Attr [class] |
| 566 | module.add_class('Attr', parent=root_module['ns3::CcnbParser::BaseAttr']) |
| 567 | ## ccnb-parser-content-object-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::ContentObjectVisitor [class] |
| 568 | module.add_class('ContentObjectVisitor', parent=root_module['ns3::CcnbParser::VoidDepthFirstVisitor']) |
| 569 | ## ccnb-parser-interest-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::InterestVisitor [class] |
| 570 | module.add_class('InterestVisitor', parent=root_module['ns3::CcnbParser::VoidDepthFirstVisitor']) |
| 571 | ## ccnb-parser-name-components-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NameComponentsVisitor [class] |
| 572 | module.add_class('NameComponentsVisitor', parent=root_module['ns3::CcnbParser::VoidDepthFirstVisitor']) |
| 573 | module.add_container('std::list< ns3::Ptr< ns3::CcnbParser::Block > >', 'ns3::Ptr< ns3::CcnbParser::Block >', container_type='list') |
| 574 | |
| 575 | def register_types_ns3_FatalImpl(module): |
| 576 | root_module = module.get_root() |
| 577 | |
| 578 | |
| 579 | def register_types_ns3_internal(module): |
| 580 | root_module = module.get_root() |
| 581 | |
| 582 | |
| 583 | def register_methods(root_module): |
| 584 | register_Ns3Address_methods(root_module, root_module['ns3::Address']) |
| 585 | register_Ns3ApplicationContainer_methods(root_module, root_module['ns3::ApplicationContainer']) |
| 586 | register_Ns3AsciiTraceHelper_methods(root_module, root_module['ns3::AsciiTraceHelper']) |
| 587 | register_Ns3AsciiTraceHelperForCcnx_methods(root_module, root_module['ns3::AsciiTraceHelperForCcnx']) |
| 588 | register_Ns3AsciiTraceHelperForDevice_methods(root_module, root_module['ns3::AsciiTraceHelperForDevice']) |
| 589 | register_Ns3AttributeConstructionList_methods(root_module, root_module['ns3::AttributeConstructionList']) |
| 590 | register_Ns3AttributeConstructionListItem_methods(root_module, root_module['ns3::AttributeConstructionList::Item']) |
| 591 | register_Ns3Buffer_methods(root_module, root_module['ns3::Buffer']) |
| 592 | register_Ns3BufferIterator_methods(root_module, root_module['ns3::Buffer::Iterator']) |
| 593 | register_Ns3ByteTagIterator_methods(root_module, root_module['ns3::ByteTagIterator']) |
| 594 | register_Ns3ByteTagIteratorItem_methods(root_module, root_module['ns3::ByteTagIterator::Item']) |
| 595 | register_Ns3ByteTagList_methods(root_module, root_module['ns3::ByteTagList']) |
| 596 | register_Ns3ByteTagListIterator_methods(root_module, root_module['ns3::ByteTagList::Iterator']) |
| 597 | register_Ns3ByteTagListIteratorItem_methods(root_module, root_module['ns3::ByteTagList::Iterator::Item']) |
| 598 | register_Ns3CallbackBase_methods(root_module, root_module['ns3::CallbackBase']) |
| 599 | register_Ns3CcnxConsumerHelper_methods(root_module, root_module['ns3::CcnxConsumerHelper']) |
| 600 | register_Ns3CcnxContentObjectHeaderException_methods(root_module, root_module['ns3::CcnxContentObjectHeaderException']) |
| 601 | register_Ns3CcnxContentStoreContainer_methods(root_module, root_module['ns3::CcnxContentStoreContainer']) |
| 602 | register_Ns3CcnxContentStoreEntry_methods(root_module, root_module['ns3::CcnxContentStoreEntry']) |
| 603 | register_Ns3CcnxDecodingHelper_methods(root_module, root_module['ns3::CcnxDecodingHelper']) |
| 604 | register_Ns3CcnxEncodingHelper_methods(root_module, root_module['ns3::CcnxEncodingHelper']) |
| 605 | register_Ns3CcnxFibEntryContainer_methods(root_module, root_module['ns3::CcnxFibEntryContainer']) |
| 606 | register_Ns3CcnxFibFaceMetric_methods(root_module, root_module['ns3::CcnxFibFaceMetric']) |
| 607 | register_Ns3CcnxFibFaceMetricUpdateRtt_methods(root_module, root_module['ns3::CcnxFibFaceMetric::UpdateRtt']) |
| 608 | register_Ns3CcnxFibFaceMetricContainer_methods(root_module, root_module['ns3::CcnxFibFaceMetricContainer']) |
| 609 | register_Ns3CcnxForwardingHelper_methods(root_module, root_module['ns3::CcnxForwardingHelper']) |
| 610 | register_Ns3CcnxHeaderHelper_methods(root_module, root_module['ns3::CcnxHeaderHelper']) |
| 611 | register_Ns3CcnxInterestHeaderException_methods(root_module, root_module['ns3::CcnxInterestHeaderException']) |
| 612 | register_Ns3CcnxPitEntry_methods(root_module, root_module['ns3::CcnxPitEntry']) |
| 613 | register_Ns3CcnxPitEntryAddIncoming_methods(root_module, root_module['ns3::CcnxPitEntry::AddIncoming']) |
| 614 | register_Ns3CcnxPitEntryAddOutgoing_methods(root_module, root_module['ns3::CcnxPitEntry::AddOutgoing']) |
| 615 | register_Ns3CcnxPitEntryClearIncoming_methods(root_module, root_module['ns3::CcnxPitEntry::ClearIncoming']) |
| 616 | register_Ns3CcnxPitEntryDeleteIncoming_methods(root_module, root_module['ns3::CcnxPitEntry::DeleteIncoming']) |
| 617 | register_Ns3CcnxPitEntryDeleteOutgoing_methods(root_module, root_module['ns3::CcnxPitEntry::DeleteOutgoing']) |
| 618 | register_Ns3CcnxPitEntryEstimateRttAndRemoveFace_methods(root_module, root_module['ns3::CcnxPitEntry::EstimateRttAndRemoveFace']) |
| 619 | register_Ns3CcnxPitEntryUpdateFibStatus_methods(root_module, root_module['ns3::CcnxPitEntry::UpdateFibStatus']) |
| 620 | register_Ns3CcnxPitEntryContainer_methods(root_module, root_module['ns3::CcnxPitEntryContainer']) |
| 621 | register_Ns3CcnxPitEntryIncomingFace_methods(root_module, root_module['ns3::CcnxPitEntryIncomingFace']) |
| 622 | register_Ns3CcnxPitEntryIncomingFaceContainer_methods(root_module, root_module['ns3::CcnxPitEntryIncomingFaceContainer']) |
| 623 | register_Ns3CcnxPitEntryNotFound_methods(root_module, root_module['ns3::CcnxPitEntryNotFound']) |
| 624 | register_Ns3CcnxPitEntryOutgoingFace_methods(root_module, root_module['ns3::CcnxPitEntryOutgoingFace']) |
| 625 | register_Ns3CcnxPitEntryOutgoingFaceContainer_methods(root_module, root_module['ns3::CcnxPitEntryOutgoingFaceContainer']) |
| 626 | register_Ns3CcnxProducerHelper_methods(root_module, root_module['ns3::CcnxProducerHelper']) |
| 627 | register_Ns3CcnxRitByNonce_methods(root_module, root_module['ns3::CcnxRitByNonce']) |
| 628 | register_Ns3CcnxRitContainer_methods(root_module, root_module['ns3::CcnxRitContainer']) |
| 629 | register_Ns3CcnxRitEntry_methods(root_module, root_module['ns3::CcnxRitEntry']) |
| 630 | register_Ns3CcnxUnknownHeaderException_methods(root_module, root_module['ns3::CcnxUnknownHeaderException']) |
| 631 | register_Ns3DataRate_methods(root_module, root_module['ns3::DataRate']) |
| 632 | register_Ns3DataStoreEntry_methods(root_module, root_module['ns3::DataStoreEntry']) |
| 633 | register_Ns3EventId_methods(root_module, root_module['ns3::EventId']) |
| 634 | register_Ns3Ipv4Address_methods(root_module, root_module['ns3::Ipv4Address']) |
| 635 | register_Ns3Ipv4Mask_methods(root_module, root_module['ns3::Ipv4Mask']) |
| 636 | register_Ns3Ipv6Address_methods(root_module, root_module['ns3::Ipv6Address']) |
| 637 | register_Ns3Ipv6Prefix_methods(root_module, root_module['ns3::Ipv6Prefix']) |
| 638 | register_Ns3LogComponent_methods(root_module, root_module['ns3::LogComponent']) |
| 639 | register_Ns3Mac48Address_methods(root_module, root_module['ns3::Mac48Address']) |
| 640 | register_Ns3Names_methods(root_module, root_module['ns3::Names']) |
| 641 | register_Ns3NetDeviceContainer_methods(root_module, root_module['ns3::NetDeviceContainer']) |
| 642 | register_Ns3NodeContainer_methods(root_module, root_module['ns3::NodeContainer']) |
| 643 | register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase']) |
| 644 | register_Ns3ObjectDeleter_methods(root_module, root_module['ns3::ObjectDeleter']) |
| 645 | register_Ns3ObjectFactory_methods(root_module, root_module['ns3::ObjectFactory']) |
| 646 | register_Ns3PacketMetadata_methods(root_module, root_module['ns3::PacketMetadata']) |
| 647 | register_Ns3PacketMetadataItem_methods(root_module, root_module['ns3::PacketMetadata::Item']) |
| 648 | register_Ns3PacketMetadataItemIterator_methods(root_module, root_module['ns3::PacketMetadata::ItemIterator']) |
| 649 | register_Ns3PacketTagIterator_methods(root_module, root_module['ns3::PacketTagIterator']) |
| 650 | register_Ns3PacketTagIteratorItem_methods(root_module, root_module['ns3::PacketTagIterator::Item']) |
| 651 | register_Ns3PacketTagList_methods(root_module, root_module['ns3::PacketTagList']) |
| 652 | register_Ns3PacketTagListTagData_methods(root_module, root_module['ns3::PacketTagList::TagData']) |
| 653 | register_Ns3PcapFile_methods(root_module, root_module['ns3::PcapFile']) |
| 654 | register_Ns3PcapHelper_methods(root_module, root_module['ns3::PcapHelper']) |
| 655 | register_Ns3PcapHelperForCcnx_methods(root_module, root_module['ns3::PcapHelperForCcnx']) |
| 656 | register_Ns3PcapHelperForDevice_methods(root_module, root_module['ns3::PcapHelperForDevice']) |
| 657 | register_Ns3PointToPointHelper_methods(root_module, root_module['ns3::PointToPointHelper']) |
| 658 | register_Ns3RandomVariable_methods(root_module, root_module['ns3::RandomVariable']) |
| 659 | register_Ns3SeedManager_methods(root_module, root_module['ns3::SeedManager']) |
| 660 | register_Ns3SequentialVariable_methods(root_module, root_module['ns3::SequentialVariable']) |
| 661 | register_Ns3SimpleRefCount__Ns3Chunk_Ns3ObjectBase_Ns3DefaultDeleter__lt__ns3Chunk__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> >']) |
| 662 | register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >']) |
| 663 | register_Ns3Simulator_methods(root_module, root_module['ns3::Simulator']) |
| 664 | register_Ns3Tag_methods(root_module, root_module['ns3::Tag']) |
| 665 | register_Ns3TagBuffer_methods(root_module, root_module['ns3::TagBuffer']) |
| 666 | register_Ns3TriangularVariable_methods(root_module, root_module['ns3::TriangularVariable']) |
| 667 | register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId']) |
| 668 | register_Ns3TypeIdAttributeInformation_methods(root_module, root_module['ns3::TypeId::AttributeInformation']) |
| 669 | register_Ns3TypeIdTraceSourceInformation_methods(root_module, root_module['ns3::TypeId::TraceSourceInformation']) |
| 670 | register_Ns3UniformVariable_methods(root_module, root_module['ns3::UniformVariable']) |
| 671 | register_Ns3WeibullVariable_methods(root_module, root_module['ns3::WeibullVariable']) |
| 672 | register_Ns3ZetaVariable_methods(root_module, root_module['ns3::ZetaVariable']) |
| 673 | register_Ns3ZipfVariable_methods(root_module, root_module['ns3::ZipfVariable']) |
| 674 | register_Ns3Empty_methods(root_module, root_module['ns3::empty']) |
| 675 | register_Ns3Int64x64_t_methods(root_module, root_module['ns3::int64x64_t']) |
| 676 | register_Ns3CcnxStackHelper_methods(root_module, root_module['ns3::CcnxStackHelper']) |
| 677 | register_Ns3Chunk_methods(root_module, root_module['ns3::Chunk']) |
| 678 | register_Ns3ConstantVariable_methods(root_module, root_module['ns3::ConstantVariable']) |
| 679 | register_Ns3DeterministicVariable_methods(root_module, root_module['ns3::DeterministicVariable']) |
| 680 | register_Ns3EmpiricalVariable_methods(root_module, root_module['ns3::EmpiricalVariable']) |
| 681 | register_Ns3ErlangVariable_methods(root_module, root_module['ns3::ErlangVariable']) |
| 682 | register_Ns3ExponentialVariable_methods(root_module, root_module['ns3::ExponentialVariable']) |
| 683 | register_Ns3GammaVariable_methods(root_module, root_module['ns3::GammaVariable']) |
| 684 | register_Ns3Header_methods(root_module, root_module['ns3::Header']) |
| 685 | register_Ns3IntEmpiricalVariable_methods(root_module, root_module['ns3::IntEmpiricalVariable']) |
| 686 | register_Ns3LogNormalVariable_methods(root_module, root_module['ns3::LogNormalVariable']) |
| 687 | register_Ns3NormalVariable_methods(root_module, root_module['ns3::NormalVariable']) |
| 688 | register_Ns3Object_methods(root_module, root_module['ns3::Object']) |
| 689 | register_Ns3ObjectAggregateIterator_methods(root_module, root_module['ns3::Object::AggregateIterator']) |
| 690 | register_Ns3ParetoVariable_methods(root_module, root_module['ns3::ParetoVariable']) |
| 691 | register_Ns3PcapFileWrapper_methods(root_module, root_module['ns3::PcapFileWrapper']) |
| 692 | register_Ns3Queue_methods(root_module, root_module['ns3::Queue']) |
| 693 | register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >']) |
| 694 | register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >']) |
| 695 | register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >']) |
| 696 | register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >']) |
| 697 | register_Ns3SimpleRefCount__Ns3CcnbParserBlock_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnbParserBlock__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> >']) |
| 698 | register_Ns3SimpleRefCount__Ns3CcnxFace_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFace__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> >']) |
| 699 | register_Ns3SimpleRefCount__Ns3CcnxFaceContainer_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFaceContainer__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> >']) |
| 700 | register_Ns3SimpleRefCount__Ns3CcnxFibEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFibEntry__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> >']) |
| 701 | register_Ns3SimpleRefCount__Ns3CcnxNameComponents_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxNameComponents__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> >']) |
| 702 | register_Ns3SimpleRefCount__Ns3CcnxRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxRoute__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> >']) |
| 703 | register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >']) |
| 704 | register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >']) |
| 705 | register_Ns3SimpleRefCount__Ns3OutputStreamWrapper_Ns3Empty_Ns3DefaultDeleter__lt__ns3OutputStreamWrapper__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >']) |
| 706 | register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >']) |
| 707 | register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
| 708 | register_Ns3Socket_methods(root_module, root_module['ns3::Socket']) |
| 709 | register_Ns3SocketAddressTag_methods(root_module, root_module['ns3::SocketAddressTag']) |
| 710 | register_Ns3SocketFactory_methods(root_module, root_module['ns3::SocketFactory']) |
| 711 | register_Ns3SocketIpTtlTag_methods(root_module, root_module['ns3::SocketIpTtlTag']) |
| 712 | register_Ns3SocketSetDontFragmentTag_methods(root_module, root_module['ns3::SocketSetDontFragmentTag']) |
| 713 | register_Ns3Time_methods(root_module, root_module['ns3::Time']) |
| 714 | register_Ns3TopologyReader_methods(root_module, root_module['ns3::TopologyReader']) |
| 715 | register_Ns3TopologyReaderLink_methods(root_module, root_module['ns3::TopologyReader::Link']) |
| 716 | register_Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::TraceSourceAccessor']) |
| 717 | register_Ns3Trailer_methods(root_module, root_module['ns3::Trailer']) |
| 718 | register_Ns3UdpSocketFactory_methods(root_module, root_module['ns3::UdpSocketFactory']) |
| 719 | register_Ns3AnnotatedTopologyReader_methods(root_module, root_module['ns3::AnnotatedTopologyReader']) |
| 720 | register_Ns3Application_methods(root_module, root_module['ns3::Application']) |
| 721 | register_Ns3AttributeAccessor_methods(root_module, root_module['ns3::AttributeAccessor']) |
| 722 | register_Ns3AttributeChecker_methods(root_module, root_module['ns3::AttributeChecker']) |
| 723 | register_Ns3AttributeValue_methods(root_module, root_module['ns3::AttributeValue']) |
| 724 | register_Ns3BooleanChecker_methods(root_module, root_module['ns3::BooleanChecker']) |
| 725 | register_Ns3BooleanValue_methods(root_module, root_module['ns3::BooleanValue']) |
| 726 | register_Ns3CallbackChecker_methods(root_module, root_module['ns3::CallbackChecker']) |
| 727 | register_Ns3CallbackImplBase_methods(root_module, root_module['ns3::CallbackImplBase']) |
| 728 | register_Ns3CallbackValue_methods(root_module, root_module['ns3::CallbackValue']) |
| 729 | register_Ns3Ccnx_methods(root_module, root_module['ns3::Ccnx']) |
| 730 | register_Ns3CcnxConsumer_methods(root_module, root_module['ns3::CcnxConsumer']) |
| 731 | register_Ns3CcnxContentObjectHeader_methods(root_module, root_module['ns3::CcnxContentObjectHeader']) |
| 732 | register_Ns3CcnxContentObjectTail_methods(root_module, root_module['ns3::CcnxContentObjectTail']) |
| 733 | register_Ns3CcnxContentStore_methods(root_module, root_module['ns3::CcnxContentStore']) |
| 734 | register_Ns3CcnxFace_methods(root_module, root_module['ns3::CcnxFace']) |
| 735 | register_Ns3CcnxFaceContainer_methods(root_module, root_module['ns3::CcnxFaceContainer']) |
| 736 | register_Ns3CcnxFibEntry_methods(root_module, root_module['ns3::CcnxFibEntry']) |
| 737 | register_Ns3CcnxFibEntryAddOrUpdateRoutingMetric_methods(root_module, root_module['ns3::CcnxFibEntry::AddOrUpdateRoutingMetric']) |
| 738 | register_Ns3CcnxFibEntryUpdateFaceRtt_methods(root_module, root_module['ns3::CcnxFibEntry::UpdateFaceRtt']) |
| 739 | register_Ns3CcnxFibEntryUpdateStatus_methods(root_module, root_module['ns3::CcnxFibEntry::UpdateStatus']) |
| 740 | register_Ns3CcnxForwardingStrategy_methods(root_module, root_module['ns3::CcnxForwardingStrategy']) |
| 741 | register_Ns3CcnxInterestHeader_methods(root_module, root_module['ns3::CcnxInterestHeader']) |
| 742 | register_Ns3CcnxInterestSender_methods(root_module, root_module['ns3::CcnxInterestSender']) |
| 743 | register_Ns3CcnxL3Protocol_methods(root_module, root_module['ns3::CcnxL3Protocol']) |
| 744 | register_Ns3CcnxLocalFace_methods(root_module, root_module['ns3::CcnxLocalFace']) |
| 745 | register_Ns3CcnxNameComponents_methods(root_module, root_module['ns3::CcnxNameComponents']) |
| 746 | register_Ns3CcnxNameComponentsChecker_methods(root_module, root_module['ns3::CcnxNameComponentsChecker']) |
| 747 | register_Ns3CcnxNameComponentsValue_methods(root_module, root_module['ns3::CcnxNameComponentsValue']) |
| 748 | register_Ns3CcnxNetDeviceFace_methods(root_module, root_module['ns3::CcnxNetDeviceFace']) |
| 749 | register_Ns3CcnxProducer_methods(root_module, root_module['ns3::CcnxProducer']) |
| 750 | register_Ns3CcnxRoute_methods(root_module, root_module['ns3::CcnxRoute']) |
| 751 | register_Ns3DataRateChecker_methods(root_module, root_module['ns3::DataRateChecker']) |
| 752 | register_Ns3DataRateValue_methods(root_module, root_module['ns3::DataRateValue']) |
| 753 | register_Ns3DropTailQueue_methods(root_module, root_module['ns3::DropTailQueue']) |
| 754 | register_Ns3EmptyAttributeValue_methods(root_module, root_module['ns3::EmptyAttributeValue']) |
| 755 | register_Ns3EventImpl_methods(root_module, root_module['ns3::EventImpl']) |
| 756 | register_Ns3IntegerValue_methods(root_module, root_module['ns3::IntegerValue']) |
| 757 | register_Ns3Ipv4AddressChecker_methods(root_module, root_module['ns3::Ipv4AddressChecker']) |
| 758 | register_Ns3Ipv4AddressValue_methods(root_module, root_module['ns3::Ipv4AddressValue']) |
| 759 | register_Ns3Ipv4MaskChecker_methods(root_module, root_module['ns3::Ipv4MaskChecker']) |
| 760 | register_Ns3Ipv4MaskValue_methods(root_module, root_module['ns3::Ipv4MaskValue']) |
| 761 | register_Ns3Ipv6AddressChecker_methods(root_module, root_module['ns3::Ipv6AddressChecker']) |
| 762 | register_Ns3Ipv6AddressValue_methods(root_module, root_module['ns3::Ipv6AddressValue']) |
| 763 | register_Ns3Ipv6PrefixChecker_methods(root_module, root_module['ns3::Ipv6PrefixChecker']) |
| 764 | register_Ns3Ipv6PrefixValue_methods(root_module, root_module['ns3::Ipv6PrefixValue']) |
| 765 | register_Ns3Mac48AddressChecker_methods(root_module, root_module['ns3::Mac48AddressChecker']) |
| 766 | register_Ns3Mac48AddressValue_methods(root_module, root_module['ns3::Mac48AddressValue']) |
| 767 | register_Ns3NetDevice_methods(root_module, root_module['ns3::NetDevice']) |
| 768 | register_Ns3NixVector_methods(root_module, root_module['ns3::NixVector']) |
| 769 | register_Ns3Node_methods(root_module, root_module['ns3::Node']) |
| 770 | register_Ns3ObjectFactoryChecker_methods(root_module, root_module['ns3::ObjectFactoryChecker']) |
| 771 | register_Ns3ObjectFactoryValue_methods(root_module, root_module['ns3::ObjectFactoryValue']) |
| 772 | register_Ns3OutputStreamWrapper_methods(root_module, root_module['ns3::OutputStreamWrapper']) |
| 773 | register_Ns3Packet_methods(root_module, root_module['ns3::Packet']) |
| 774 | register_Ns3PointToPointNetDevice_methods(root_module, root_module['ns3::PointToPointNetDevice']) |
| 775 | register_Ns3PointerChecker_methods(root_module, root_module['ns3::PointerChecker']) |
| 776 | register_Ns3PointerValue_methods(root_module, root_module['ns3::PointerValue']) |
| 777 | register_Ns3RandomVariableChecker_methods(root_module, root_module['ns3::RandomVariableChecker']) |
| 778 | register_Ns3RandomVariableValue_methods(root_module, root_module['ns3::RandomVariableValue']) |
| 779 | register_Ns3StringChecker_methods(root_module, root_module['ns3::StringChecker']) |
| 780 | register_Ns3StringValue_methods(root_module, root_module['ns3::StringValue']) |
| 781 | register_Ns3StupidInterestGenerator_methods(root_module, root_module['ns3::StupidInterestGenerator']) |
| 782 | register_Ns3StupidInterestSink_methods(root_module, root_module['ns3::StupidInterestSink']) |
| 783 | register_Ns3TimeChecker_methods(root_module, root_module['ns3::TimeChecker']) |
| 784 | register_Ns3TimeValue_methods(root_module, root_module['ns3::TimeValue']) |
| 785 | register_Ns3TypeIdChecker_methods(root_module, root_module['ns3::TypeIdChecker']) |
| 786 | register_Ns3TypeIdValue_methods(root_module, root_module['ns3::TypeIdValue']) |
| 787 | register_Ns3UintegerValue_methods(root_module, root_module['ns3::UintegerValue']) |
| 788 | register_Ns3AddressChecker_methods(root_module, root_module['ns3::AddressChecker']) |
| 789 | register_Ns3AddressValue_methods(root_module, root_module['ns3::AddressValue']) |
| 790 | register_Ns3CcnxBestRouteStrategy_methods(root_module, root_module['ns3::CcnxBestRouteStrategy']) |
| 791 | register_Ns3CcnxFloodingStrategy_methods(root_module, root_module['ns3::CcnxFloodingStrategy']) |
| 792 | register_Ns3CcnbParserBlock_methods(root_module, root_module['ns3::CcnbParser::Block']) |
| 793 | register_Ns3CcnbParserCcnbDecodingException_methods(root_module, root_module['ns3::CcnbParser::CcnbDecodingException']) |
| 794 | register_Ns3CcnbParserExt_methods(root_module, root_module['ns3::CcnbParser::Ext']) |
| 795 | register_Ns3CcnbParserNoArguVisitor_methods(root_module, root_module['ns3::CcnbParser::NoArguVisitor']) |
| 796 | register_Ns3CcnbParserUdata_methods(root_module, root_module['ns3::CcnbParser::Udata']) |
| 797 | register_Ns3CcnbParserVisitor_methods(root_module, root_module['ns3::CcnbParser::Visitor']) |
| 798 | register_Ns3CcnbParserVoidNoArguVisitor_methods(root_module, root_module['ns3::CcnbParser::VoidNoArguVisitor']) |
| 799 | register_Ns3CcnbParserVoidVisitor_methods(root_module, root_module['ns3::CcnbParser::VoidVisitor']) |
| 800 | register_Ns3CcnbParserBaseAttr_methods(root_module, root_module['ns3::CcnbParser::BaseAttr']) |
| 801 | register_Ns3CcnbParserBaseTag_methods(root_module, root_module['ns3::CcnbParser::BaseTag']) |
| 802 | register_Ns3CcnbParserBlob_methods(root_module, root_module['ns3::CcnbParser::Blob']) |
| 803 | register_Ns3CcnbParserDattr_methods(root_module, root_module['ns3::CcnbParser::Dattr']) |
| 804 | register_Ns3CcnbParserDepthFirstVisitor_methods(root_module, root_module['ns3::CcnbParser::DepthFirstVisitor']) |
| 805 | register_Ns3CcnbParserDtag_methods(root_module, root_module['ns3::CcnbParser::Dtag']) |
| 806 | register_Ns3CcnbParserNoArguDepthFirstVisitor_methods(root_module, root_module['ns3::CcnbParser::NoArguDepthFirstVisitor']) |
| 807 | register_Ns3CcnbParserNonNegativeIntegerVisitor_methods(root_module, root_module['ns3::CcnbParser::NonNegativeIntegerVisitor']) |
| 808 | register_Ns3CcnbParserNonceVisitor_methods(root_module, root_module['ns3::CcnbParser::NonceVisitor']) |
| 809 | register_Ns3CcnbParserStringVisitor_methods(root_module, root_module['ns3::CcnbParser::StringVisitor']) |
| 810 | register_Ns3CcnbParserTag_methods(root_module, root_module['ns3::CcnbParser::Tag']) |
| 811 | register_Ns3CcnbParserTimestampVisitor_methods(root_module, root_module['ns3::CcnbParser::TimestampVisitor']) |
| 812 | register_Ns3CcnbParserVoidDepthFirstVisitor_methods(root_module, root_module['ns3::CcnbParser::VoidDepthFirstVisitor']) |
| 813 | register_Ns3CcnbParserVoidNoArguDepthFirstVisitor_methods(root_module, root_module['ns3::CcnbParser::VoidNoArguDepthFirstVisitor']) |
| 814 | register_Ns3CcnbParserAttr_methods(root_module, root_module['ns3::CcnbParser::Attr']) |
| 815 | register_Ns3CcnbParserContentObjectVisitor_methods(root_module, root_module['ns3::CcnbParser::ContentObjectVisitor']) |
| 816 | register_Ns3CcnbParserInterestVisitor_methods(root_module, root_module['ns3::CcnbParser::InterestVisitor']) |
| 817 | register_Ns3CcnbParserNameComponentsVisitor_methods(root_module, root_module['ns3::CcnbParser::NameComponentsVisitor']) |
| 818 | return |
| 819 | |
| 820 | def register_Ns3Address_methods(root_module, cls): |
| 821 | cls.add_binary_comparison_operator('!=') |
| 822 | cls.add_output_stream_operator() |
| 823 | cls.add_binary_comparison_operator('==') |
| 824 | cls.add_binary_comparison_operator('<') |
| 825 | ## address.h (module 'network'): ns3::Address::Address() [constructor] |
| 826 | cls.add_constructor([]) |
| 827 | ## address.h (module 'network'): ns3::Address::Address(uint8_t type, uint8_t const * buffer, uint8_t len) [constructor] |
| 828 | cls.add_constructor([param('uint8_t', 'type'), param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
| 829 | ## address.h (module 'network'): ns3::Address::Address(ns3::Address const & address) [copy constructor] |
| 830 | cls.add_constructor([param('ns3::Address const &', 'address')]) |
| 831 | ## address.h (module 'network'): bool ns3::Address::CheckCompatible(uint8_t type, uint8_t len) const [member function] |
| 832 | cls.add_method('CheckCompatible', |
| 833 | 'bool', |
| 834 | [param('uint8_t', 'type'), param('uint8_t', 'len')], |
| 835 | is_const=True) |
| 836 | ## address.h (module 'network'): uint32_t ns3::Address::CopyAllFrom(uint8_t const * buffer, uint8_t len) [member function] |
| 837 | cls.add_method('CopyAllFrom', |
| 838 | 'uint32_t', |
| 839 | [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
| 840 | ## address.h (module 'network'): uint32_t ns3::Address::CopyAllTo(uint8_t * buffer, uint8_t len) const [member function] |
| 841 | cls.add_method('CopyAllTo', |
| 842 | 'uint32_t', |
| 843 | [param('uint8_t *', 'buffer'), param('uint8_t', 'len')], |
| 844 | is_const=True) |
| 845 | ## address.h (module 'network'): uint32_t ns3::Address::CopyFrom(uint8_t const * buffer, uint8_t len) [member function] |
| 846 | cls.add_method('CopyFrom', |
| 847 | 'uint32_t', |
| 848 | [param('uint8_t const *', 'buffer'), param('uint8_t', 'len')]) |
| 849 | ## address.h (module 'network'): uint32_t ns3::Address::CopyTo(uint8_t * buffer) const [member function] |
| 850 | cls.add_method('CopyTo', |
| 851 | 'uint32_t', |
| 852 | [param('uint8_t *', 'buffer')], |
| 853 | is_const=True) |
| 854 | ## address.h (module 'network'): void ns3::Address::Deserialize(ns3::TagBuffer buffer) [member function] |
| 855 | cls.add_method('Deserialize', |
| 856 | 'void', |
| 857 | [param('ns3::TagBuffer', 'buffer')]) |
| 858 | ## address.h (module 'network'): uint8_t ns3::Address::GetLength() const [member function] |
| 859 | cls.add_method('GetLength', |
| 860 | 'uint8_t', |
| 861 | [], |
| 862 | is_const=True) |
| 863 | ## address.h (module 'network'): uint32_t ns3::Address::GetSerializedSize() const [member function] |
| 864 | cls.add_method('GetSerializedSize', |
| 865 | 'uint32_t', |
| 866 | [], |
| 867 | is_const=True) |
| 868 | ## address.h (module 'network'): bool ns3::Address::IsInvalid() const [member function] |
| 869 | cls.add_method('IsInvalid', |
| 870 | 'bool', |
| 871 | [], |
| 872 | is_const=True) |
| 873 | ## address.h (module 'network'): bool ns3::Address::IsMatchingType(uint8_t type) const [member function] |
| 874 | cls.add_method('IsMatchingType', |
| 875 | 'bool', |
| 876 | [param('uint8_t', 'type')], |
| 877 | is_const=True) |
| 878 | ## address.h (module 'network'): static uint8_t ns3::Address::Register() [member function] |
| 879 | cls.add_method('Register', |
| 880 | 'uint8_t', |
| 881 | [], |
| 882 | is_static=True) |
| 883 | ## address.h (module 'network'): void ns3::Address::Serialize(ns3::TagBuffer buffer) const [member function] |
| 884 | cls.add_method('Serialize', |
| 885 | 'void', |
| 886 | [param('ns3::TagBuffer', 'buffer')], |
| 887 | is_const=True) |
| 888 | return |
| 889 | |
| 890 | def register_Ns3ApplicationContainer_methods(root_module, cls): |
| 891 | ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(ns3::ApplicationContainer const & arg0) [copy constructor] |
| 892 | cls.add_constructor([param('ns3::ApplicationContainer const &', 'arg0')]) |
| 893 | ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer() [constructor] |
| 894 | cls.add_constructor([]) |
| 895 | ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(ns3::Ptr<ns3::Application> application) [constructor] |
| 896 | cls.add_constructor([param('ns3::Ptr< ns3::Application >', 'application')]) |
| 897 | ## application-container.h (module 'network'): ns3::ApplicationContainer::ApplicationContainer(std::string name) [constructor] |
| 898 | cls.add_constructor([param('std::string', 'name')]) |
| 899 | ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(ns3::ApplicationContainer other) [member function] |
| 900 | cls.add_method('Add', |
| 901 | 'void', |
| 902 | [param('ns3::ApplicationContainer', 'other')]) |
| 903 | ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(ns3::Ptr<ns3::Application> application) [member function] |
| 904 | cls.add_method('Add', |
| 905 | 'void', |
| 906 | [param('ns3::Ptr< ns3::Application >', 'application')]) |
| 907 | ## application-container.h (module 'network'): void ns3::ApplicationContainer::Add(std::string name) [member function] |
| 908 | cls.add_method('Add', |
| 909 | 'void', |
| 910 | [param('std::string', 'name')]) |
| 911 | ## 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] |
| 912 | cls.add_method('Begin', |
| 913 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >', |
| 914 | [], |
| 915 | is_const=True) |
| 916 | ## 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] |
| 917 | cls.add_method('End', |
| 918 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Application > const, std::vector< ns3::Ptr< ns3::Application > > >', |
| 919 | [], |
| 920 | is_const=True) |
| 921 | ## application-container.h (module 'network'): ns3::Ptr<ns3::Application> ns3::ApplicationContainer::Get(uint32_t i) const [member function] |
| 922 | cls.add_method('Get', |
| 923 | 'ns3::Ptr< ns3::Application >', |
| 924 | [param('uint32_t', 'i')], |
| 925 | is_const=True) |
| 926 | ## application-container.h (module 'network'): uint32_t ns3::ApplicationContainer::GetN() const [member function] |
| 927 | cls.add_method('GetN', |
| 928 | 'uint32_t', |
| 929 | [], |
| 930 | is_const=True) |
| 931 | ## application-container.h (module 'network'): void ns3::ApplicationContainer::Start(ns3::Time start) [member function] |
| 932 | cls.add_method('Start', |
| 933 | 'void', |
| 934 | [param('ns3::Time', 'start')]) |
| 935 | ## application-container.h (module 'network'): void ns3::ApplicationContainer::Stop(ns3::Time stop) [member function] |
| 936 | cls.add_method('Stop', |
| 937 | 'void', |
| 938 | [param('ns3::Time', 'stop')]) |
| 939 | return |
| 940 | |
| 941 | def register_Ns3AsciiTraceHelper_methods(root_module, cls): |
| 942 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper::AsciiTraceHelper(ns3::AsciiTraceHelper const & arg0) [copy constructor] |
| 943 | cls.add_constructor([param('ns3::AsciiTraceHelper const &', 'arg0')]) |
| 944 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelper::AsciiTraceHelper() [constructor] |
| 945 | cls.add_constructor([]) |
| 946 | ## trace-helper.h (module 'network'): ns3::Ptr<ns3::OutputStreamWrapper> ns3::AsciiTraceHelper::CreateFileStream(std::string filename, std::_Ios_Openmode filemode=std::ios_base::out) [member function] |
| 947 | cls.add_method('CreateFileStream', |
| 948 | 'ns3::Ptr< ns3::OutputStreamWrapper >', |
| 949 | [param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode', default_value='std::ios_base::out')]) |
| 950 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDequeueSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function] |
| 951 | cls.add_method('DefaultDequeueSinkWithContext', |
| 952 | 'void', |
| 953 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 954 | is_static=True) |
| 955 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDequeueSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function] |
| 956 | cls.add_method('DefaultDequeueSinkWithoutContext', |
| 957 | 'void', |
| 958 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 959 | is_static=True) |
| 960 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDropSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function] |
| 961 | cls.add_method('DefaultDropSinkWithContext', |
| 962 | 'void', |
| 963 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 964 | is_static=True) |
| 965 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultDropSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function] |
| 966 | cls.add_method('DefaultDropSinkWithoutContext', |
| 967 | 'void', |
| 968 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 969 | is_static=True) |
| 970 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultEnqueueSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function] |
| 971 | cls.add_method('DefaultEnqueueSinkWithContext', |
| 972 | 'void', |
| 973 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 974 | is_static=True) |
| 975 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultEnqueueSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function] |
| 976 | cls.add_method('DefaultEnqueueSinkWithoutContext', |
| 977 | 'void', |
| 978 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 979 | is_static=True) |
| 980 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultReceiveSinkWithContext(ns3::Ptr<ns3::OutputStreamWrapper> file, std::string context, ns3::Ptr<ns3::Packet const> p) [member function] |
| 981 | cls.add_method('DefaultReceiveSinkWithContext', |
| 982 | 'void', |
| 983 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('std::string', 'context'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 984 | is_static=True) |
| 985 | ## trace-helper.h (module 'network'): static void ns3::AsciiTraceHelper::DefaultReceiveSinkWithoutContext(ns3::Ptr<ns3::OutputStreamWrapper> file, ns3::Ptr<ns3::Packet const> p) [member function] |
| 986 | cls.add_method('DefaultReceiveSinkWithoutContext', |
| 987 | 'void', |
| 988 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'file'), param('ns3::Ptr< ns3::Packet const >', 'p')], |
| 989 | is_static=True) |
| 990 | ## trace-helper.h (module 'network'): std::string ns3::AsciiTraceHelper::GetFilenameFromDevice(std::string prefix, ns3::Ptr<ns3::NetDevice> device, bool useObjectNames=true) [member function] |
| 991 | cls.add_method('GetFilenameFromDevice', |
| 992 | 'std::string', |
| 993 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'useObjectNames', default_value='true')]) |
| 994 | ## trace-helper.h (module 'network'): std::string ns3::AsciiTraceHelper::GetFilenameFromInterfacePair(std::string prefix, ns3::Ptr<ns3::Object> object, uint32_t interface, bool useObjectNames=true) [member function] |
| 995 | cls.add_method('GetFilenameFromInterfacePair', |
| 996 | 'std::string', |
| 997 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Object >', 'object'), param('uint32_t', 'interface'), param('bool', 'useObjectNames', default_value='true')]) |
| 998 | return |
| 999 | |
| 1000 | def register_Ns3AsciiTraceHelperForCcnx_methods(root_module, cls): |
| 1001 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::AsciiTraceHelperForCcnx::AsciiTraceHelperForCcnx(ns3::AsciiTraceHelperForCcnx const & arg0) [copy constructor] |
| 1002 | cls.add_constructor([param('ns3::AsciiTraceHelperForCcnx const &', 'arg0')]) |
| 1003 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::AsciiTraceHelperForCcnx::AsciiTraceHelperForCcnx() [constructor] |
| 1004 | cls.add_constructor([]) |
| 1005 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename=false) [member function] |
| 1006 | cls.add_method('EnableAsciiCcnx', |
| 1007 | 'void', |
| 1008 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename', default_value='false')]) |
| 1009 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface) [member function] |
| 1010 | cls.add_method('EnableAsciiCcnx', |
| 1011 | 'void', |
| 1012 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface')]) |
| 1013 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(std::string prefix, std::string ccnxName, uint32_t interface, bool explicitFilename=false) [member function] |
| 1014 | cls.add_method('EnableAsciiCcnx', |
| 1015 | 'void', |
| 1016 | [param('std::string', 'prefix'), param('std::string', 'ccnxName'), param('uint32_t', 'interface'), param('bool', 'explicitFilename', default_value='false')]) |
| 1017 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string ccnxName, uint32_t interface) [member function] |
| 1018 | cls.add_method('EnableAsciiCcnx', |
| 1019 | 'void', |
| 1020 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'ccnxName'), param('uint32_t', 'interface')]) |
| 1021 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(std::string prefix, ns3::CcnxFaceContainer c) [member function] |
| 1022 | cls.add_method('EnableAsciiCcnx', |
| 1023 | 'void', |
| 1024 | [param('std::string', 'prefix'), param('ns3::CcnxFaceContainer', 'c')]) |
| 1025 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::CcnxFaceContainer c) [member function] |
| 1026 | cls.add_method('EnableAsciiCcnx', |
| 1027 | 'void', |
| 1028 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::CcnxFaceContainer', 'c')]) |
| 1029 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(std::string prefix, ns3::NodeContainer n) [member function] |
| 1030 | cls.add_method('EnableAsciiCcnx', |
| 1031 | 'void', |
| 1032 | [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n')]) |
| 1033 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::NodeContainer n) [member function] |
| 1034 | cls.add_method('EnableAsciiCcnx', |
| 1035 | 'void', |
| 1036 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::NodeContainer', 'n')]) |
| 1037 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename) [member function] |
| 1038 | cls.add_method('EnableAsciiCcnx', |
| 1039 | 'void', |
| 1040 | [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'explicitFilename')]) |
| 1041 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnx(ns3::Ptr<ns3::OutputStreamWrapper> stream, uint32_t nodeid, uint32_t interface, bool explicitFilename) [member function] |
| 1042 | cls.add_method('EnableAsciiCcnx', |
| 1043 | 'void', |
| 1044 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('uint32_t', 'nodeid'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')]) |
| 1045 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnxAll(std::string prefix) [member function] |
| 1046 | cls.add_method('EnableAsciiCcnxAll', |
| 1047 | 'void', |
| 1048 | [param('std::string', 'prefix')]) |
| 1049 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnxAll(ns3::Ptr<ns3::OutputStreamWrapper> stream) [member function] |
| 1050 | cls.add_method('EnableAsciiCcnxAll', |
| 1051 | 'void', |
| 1052 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')]) |
| 1053 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::AsciiTraceHelperForCcnx::EnableAsciiCcnxInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename) [member function] |
| 1054 | cls.add_method('EnableAsciiCcnxInternal', |
| 1055 | 'void', |
| 1056 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')], |
| 1057 | is_pure_virtual=True, is_virtual=True) |
| 1058 | return |
| 1059 | |
| 1060 | def register_Ns3AsciiTraceHelperForDevice_methods(root_module, cls): |
| 1061 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice::AsciiTraceHelperForDevice(ns3::AsciiTraceHelperForDevice const & arg0) [copy constructor] |
| 1062 | cls.add_constructor([param('ns3::AsciiTraceHelperForDevice const &', 'arg0')]) |
| 1063 | ## trace-helper.h (module 'network'): ns3::AsciiTraceHelperForDevice::AsciiTraceHelperForDevice() [constructor] |
| 1064 | cls.add_constructor([]) |
| 1065 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename=false) [member function] |
| 1066 | cls.add_method('EnableAscii', |
| 1067 | 'void', |
| 1068 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename', default_value='false')]) |
| 1069 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::Ptr<ns3::NetDevice> nd) [member function] |
| 1070 | cls.add_method('EnableAscii', |
| 1071 | 'void', |
| 1072 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::Ptr< ns3::NetDevice >', 'nd')]) |
| 1073 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, std::string ndName, bool explicitFilename=false) [member function] |
| 1074 | cls.add_method('EnableAscii', |
| 1075 | 'void', |
| 1076 | [param('std::string', 'prefix'), param('std::string', 'ndName'), param('bool', 'explicitFilename', default_value='false')]) |
| 1077 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string ndName) [member function] |
| 1078 | cls.add_method('EnableAscii', |
| 1079 | 'void', |
| 1080 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'ndName')]) |
| 1081 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::NetDeviceContainer d) [member function] |
| 1082 | cls.add_method('EnableAscii', |
| 1083 | 'void', |
| 1084 | [param('std::string', 'prefix'), param('ns3::NetDeviceContainer', 'd')]) |
| 1085 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::NetDeviceContainer d) [member function] |
| 1086 | cls.add_method('EnableAscii', |
| 1087 | 'void', |
| 1088 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::NetDeviceContainer', 'd')]) |
| 1089 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, ns3::NodeContainer n) [member function] |
| 1090 | cls.add_method('EnableAscii', |
| 1091 | 'void', |
| 1092 | [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n')]) |
| 1093 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, ns3::NodeContainer n) [member function] |
| 1094 | cls.add_method('EnableAscii', |
| 1095 | 'void', |
| 1096 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('ns3::NodeContainer', 'n')]) |
| 1097 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(std::string prefix, uint32_t nodeid, uint32_t deviceid, bool explicitFilename) [member function] |
| 1098 | cls.add_method('EnableAscii', |
| 1099 | 'void', |
| 1100 | [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'explicitFilename')]) |
| 1101 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAscii(ns3::Ptr<ns3::OutputStreamWrapper> stream, uint32_t nodeid, uint32_t deviceid) [member function] |
| 1102 | cls.add_method('EnableAscii', |
| 1103 | 'void', |
| 1104 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid')]) |
| 1105 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiAll(std::string prefix) [member function] |
| 1106 | cls.add_method('EnableAsciiAll', |
| 1107 | 'void', |
| 1108 | [param('std::string', 'prefix')]) |
| 1109 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiAll(ns3::Ptr<ns3::OutputStreamWrapper> stream) [member function] |
| 1110 | cls.add_method('EnableAsciiAll', |
| 1111 | 'void', |
| 1112 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')]) |
| 1113 | ## trace-helper.h (module 'network'): void ns3::AsciiTraceHelperForDevice::EnableAsciiInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename) [member function] |
| 1114 | cls.add_method('EnableAsciiInternal', |
| 1115 | 'void', |
| 1116 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename')], |
| 1117 | is_pure_virtual=True, is_virtual=True) |
| 1118 | return |
| 1119 | |
| 1120 | def register_Ns3AttributeConstructionList_methods(root_module, cls): |
| 1121 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList(ns3::AttributeConstructionList const & arg0) [copy constructor] |
| 1122 | cls.add_constructor([param('ns3::AttributeConstructionList const &', 'arg0')]) |
| 1123 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::AttributeConstructionList() [constructor] |
| 1124 | cls.add_constructor([]) |
| 1125 | ## 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] |
| 1126 | cls.add_method('Add', |
| 1127 | 'void', |
| 1128 | [param('std::string', 'name'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker'), param('ns3::Ptr< ns3::AttributeValue >', 'value')]) |
| 1129 | ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::Begin() const [member function] |
| 1130 | cls.add_method('Begin', |
| 1131 | 'std::_List_const_iterator< ns3::AttributeConstructionList::Item >', |
| 1132 | [], |
| 1133 | is_const=True) |
| 1134 | ## attribute-construction-list.h (module 'core'): std::_List_const_iterator<ns3::AttributeConstructionList::Item> ns3::AttributeConstructionList::End() const [member function] |
| 1135 | cls.add_method('End', |
| 1136 | 'std::_List_const_iterator< ns3::AttributeConstructionList::Item >', |
| 1137 | [], |
| 1138 | is_const=True) |
| 1139 | ## attribute-construction-list.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeConstructionList::Find(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 1140 | cls.add_method('Find', |
| 1141 | 'ns3::Ptr< ns3::AttributeValue >', |
| 1142 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 1143 | is_const=True) |
| 1144 | return |
| 1145 | |
| 1146 | def register_Ns3AttributeConstructionListItem_methods(root_module, cls): |
| 1147 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item() [constructor] |
| 1148 | cls.add_constructor([]) |
| 1149 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::Item(ns3::AttributeConstructionList::Item const & arg0) [copy constructor] |
| 1150 | cls.add_constructor([param('ns3::AttributeConstructionList::Item const &', 'arg0')]) |
| 1151 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::checker [variable] |
| 1152 | cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False) |
| 1153 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::name [variable] |
| 1154 | cls.add_instance_attribute('name', 'std::string', is_const=False) |
| 1155 | ## attribute-construction-list.h (module 'core'): ns3::AttributeConstructionList::Item::value [variable] |
| 1156 | cls.add_instance_attribute('value', 'ns3::Ptr< ns3::AttributeValue >', is_const=False) |
| 1157 | return |
| 1158 | |
| 1159 | def register_Ns3Buffer_methods(root_module, cls): |
| 1160 | ## buffer.h (module 'network'): ns3::Buffer::Buffer() [constructor] |
| 1161 | cls.add_constructor([]) |
| 1162 | ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize) [constructor] |
| 1163 | cls.add_constructor([param('uint32_t', 'dataSize')]) |
| 1164 | ## buffer.h (module 'network'): ns3::Buffer::Buffer(uint32_t dataSize, bool initialize) [constructor] |
| 1165 | cls.add_constructor([param('uint32_t', 'dataSize'), param('bool', 'initialize')]) |
| 1166 | ## buffer.h (module 'network'): ns3::Buffer::Buffer(ns3::Buffer const & o) [copy constructor] |
| 1167 | cls.add_constructor([param('ns3::Buffer const &', 'o')]) |
| 1168 | ## buffer.h (module 'network'): bool ns3::Buffer::AddAtEnd(uint32_t end) [member function] |
| 1169 | cls.add_method('AddAtEnd', |
| 1170 | 'bool', |
| 1171 | [param('uint32_t', 'end')]) |
| 1172 | ## buffer.h (module 'network'): void ns3::Buffer::AddAtEnd(ns3::Buffer const & o) [member function] |
| 1173 | cls.add_method('AddAtEnd', |
| 1174 | 'void', |
| 1175 | [param('ns3::Buffer const &', 'o')]) |
| 1176 | ## buffer.h (module 'network'): bool ns3::Buffer::AddAtStart(uint32_t start) [member function] |
| 1177 | cls.add_method('AddAtStart', |
| 1178 | 'bool', |
| 1179 | [param('uint32_t', 'start')]) |
| 1180 | ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::Begin() const [member function] |
| 1181 | cls.add_method('Begin', |
| 1182 | 'ns3::Buffer::Iterator', |
| 1183 | [], |
| 1184 | is_const=True) |
| 1185 | ## buffer.h (module 'network'): void ns3::Buffer::CopyData(std::ostream * os, uint32_t size) const [member function] |
| 1186 | cls.add_method('CopyData', |
| 1187 | 'void', |
| 1188 | [param('std::ostream *', 'os'), param('uint32_t', 'size')], |
| 1189 | is_const=True) |
| 1190 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::CopyData(uint8_t * buffer, uint32_t size) const [member function] |
| 1191 | cls.add_method('CopyData', |
| 1192 | 'uint32_t', |
| 1193 | [param('uint8_t *', 'buffer'), param('uint32_t', 'size')], |
| 1194 | is_const=True) |
| 1195 | ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFragment(uint32_t start, uint32_t length) const [member function] |
| 1196 | cls.add_method('CreateFragment', |
| 1197 | 'ns3::Buffer', |
| 1198 | [param('uint32_t', 'start'), param('uint32_t', 'length')], |
| 1199 | is_const=True) |
| 1200 | ## buffer.h (module 'network'): ns3::Buffer ns3::Buffer::CreateFullCopy() const [member function] |
| 1201 | cls.add_method('CreateFullCopy', |
| 1202 | 'ns3::Buffer', |
| 1203 | [], |
| 1204 | is_const=True) |
| 1205 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Deserialize(uint8_t const * buffer, uint32_t size) [member function] |
| 1206 | cls.add_method('Deserialize', |
| 1207 | 'uint32_t', |
| 1208 | [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 1209 | ## buffer.h (module 'network'): ns3::Buffer::Iterator ns3::Buffer::End() const [member function] |
| 1210 | cls.add_method('End', |
| 1211 | 'ns3::Buffer::Iterator', |
| 1212 | [], |
| 1213 | is_const=True) |
| 1214 | ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentEndOffset() const [member function] |
| 1215 | cls.add_method('GetCurrentEndOffset', |
| 1216 | 'int32_t', |
| 1217 | [], |
| 1218 | is_const=True) |
| 1219 | ## buffer.h (module 'network'): int32_t ns3::Buffer::GetCurrentStartOffset() const [member function] |
| 1220 | cls.add_method('GetCurrentStartOffset', |
| 1221 | 'int32_t', |
| 1222 | [], |
| 1223 | is_const=True) |
| 1224 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSerializedSize() const [member function] |
| 1225 | cls.add_method('GetSerializedSize', |
| 1226 | 'uint32_t', |
| 1227 | [], |
| 1228 | is_const=True) |
| 1229 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::GetSize() const [member function] |
| 1230 | cls.add_method('GetSize', |
| 1231 | 'uint32_t', |
| 1232 | [], |
| 1233 | is_const=True) |
| 1234 | ## buffer.h (module 'network'): uint8_t const * ns3::Buffer::PeekData() const [member function] |
| 1235 | cls.add_method('PeekData', |
| 1236 | 'uint8_t const *', |
| 1237 | [], |
| 1238 | is_const=True) |
| 1239 | ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtEnd(uint32_t end) [member function] |
| 1240 | cls.add_method('RemoveAtEnd', |
| 1241 | 'void', |
| 1242 | [param('uint32_t', 'end')]) |
| 1243 | ## buffer.h (module 'network'): void ns3::Buffer::RemoveAtStart(uint32_t start) [member function] |
| 1244 | cls.add_method('RemoveAtStart', |
| 1245 | 'void', |
| 1246 | [param('uint32_t', 'start')]) |
| 1247 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function] |
| 1248 | cls.add_method('Serialize', |
| 1249 | 'uint32_t', |
| 1250 | [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], |
| 1251 | is_const=True) |
| 1252 | return |
| 1253 | |
| 1254 | def register_Ns3BufferIterator_methods(root_module, cls): |
| 1255 | ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator(ns3::Buffer::Iterator const & arg0) [copy constructor] |
| 1256 | cls.add_constructor([param('ns3::Buffer::Iterator const &', 'arg0')]) |
| 1257 | ## buffer.h (module 'network'): ns3::Buffer::Iterator::Iterator() [constructor] |
| 1258 | cls.add_constructor([]) |
| 1259 | ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size) [member function] |
| 1260 | cls.add_method('CalculateIpChecksum', |
| 1261 | 'uint16_t', |
| 1262 | [param('uint16_t', 'size')]) |
| 1263 | ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::CalculateIpChecksum(uint16_t size, uint32_t initialChecksum) [member function] |
| 1264 | cls.add_method('CalculateIpChecksum', |
| 1265 | 'uint16_t', |
| 1266 | [param('uint16_t', 'size'), param('uint32_t', 'initialChecksum')]) |
| 1267 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetDistanceFrom(ns3::Buffer::Iterator const & o) const [member function] |
| 1268 | cls.add_method('GetDistanceFrom', |
| 1269 | 'uint32_t', |
| 1270 | [param('ns3::Buffer::Iterator const &', 'o')], |
| 1271 | is_const=True) |
| 1272 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::GetSize() const [member function] |
| 1273 | cls.add_method('GetSize', |
| 1274 | 'uint32_t', |
| 1275 | [], |
| 1276 | is_const=True) |
| 1277 | ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsEnd() const [member function] |
| 1278 | cls.add_method('IsEnd', |
| 1279 | 'bool', |
| 1280 | [], |
| 1281 | is_const=True) |
| 1282 | ## buffer.h (module 'network'): bool ns3::Buffer::Iterator::IsStart() const [member function] |
| 1283 | cls.add_method('IsStart', |
| 1284 | 'bool', |
| 1285 | [], |
| 1286 | is_const=True) |
| 1287 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next() [member function] |
| 1288 | cls.add_method('Next', |
| 1289 | 'void', |
| 1290 | []) |
| 1291 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Next(uint32_t delta) [member function] |
| 1292 | cls.add_method('Next', |
| 1293 | 'void', |
| 1294 | [param('uint32_t', 'delta')]) |
| 1295 | ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::PeekU8() [member function] |
| 1296 | cls.add_method('PeekU8', |
| 1297 | 'uint8_t', |
| 1298 | []) |
| 1299 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev() [member function] |
| 1300 | cls.add_method('Prev', |
| 1301 | 'void', |
| 1302 | []) |
| 1303 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Prev(uint32_t delta) [member function] |
| 1304 | cls.add_method('Prev', |
| 1305 | 'void', |
| 1306 | [param('uint32_t', 'delta')]) |
| 1307 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(uint8_t * buffer, uint32_t size) [member function] |
| 1308 | cls.add_method('Read', |
| 1309 | 'void', |
| 1310 | [param('uint8_t *', 'buffer'), param('uint32_t', 'size')]) |
| 1311 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Read(ns3::Buffer::Iterator start, uint32_t size) [member function] |
| 1312 | cls.add_method('Read', |
| 1313 | 'void', |
| 1314 | [param('ns3::Buffer::Iterator', 'start'), param('uint32_t', 'size')]) |
| 1315 | ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadLsbtohU16() [member function] |
| 1316 | cls.add_method('ReadLsbtohU16', |
| 1317 | 'uint16_t', |
| 1318 | []) |
| 1319 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadLsbtohU32() [member function] |
| 1320 | cls.add_method('ReadLsbtohU32', |
| 1321 | 'uint32_t', |
| 1322 | []) |
| 1323 | ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadLsbtohU64() [member function] |
| 1324 | cls.add_method('ReadLsbtohU64', |
| 1325 | 'uint64_t', |
| 1326 | []) |
| 1327 | ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadNtohU16() [member function] |
| 1328 | cls.add_method('ReadNtohU16', |
| 1329 | 'uint16_t', |
| 1330 | []) |
| 1331 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadNtohU32() [member function] |
| 1332 | cls.add_method('ReadNtohU32', |
| 1333 | 'uint32_t', |
| 1334 | []) |
| 1335 | ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadNtohU64() [member function] |
| 1336 | cls.add_method('ReadNtohU64', |
| 1337 | 'uint64_t', |
| 1338 | []) |
| 1339 | ## buffer.h (module 'network'): uint16_t ns3::Buffer::Iterator::ReadU16() [member function] |
| 1340 | cls.add_method('ReadU16', |
| 1341 | 'uint16_t', |
| 1342 | []) |
| 1343 | ## buffer.h (module 'network'): uint32_t ns3::Buffer::Iterator::ReadU32() [member function] |
| 1344 | cls.add_method('ReadU32', |
| 1345 | 'uint32_t', |
| 1346 | []) |
| 1347 | ## buffer.h (module 'network'): uint64_t ns3::Buffer::Iterator::ReadU64() [member function] |
| 1348 | cls.add_method('ReadU64', |
| 1349 | 'uint64_t', |
| 1350 | []) |
| 1351 | ## buffer.h (module 'network'): uint8_t ns3::Buffer::Iterator::ReadU8() [member function] |
| 1352 | cls.add_method('ReadU8', |
| 1353 | 'uint8_t', |
| 1354 | []) |
| 1355 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(uint8_t const * buffer, uint32_t size) [member function] |
| 1356 | cls.add_method('Write', |
| 1357 | 'void', |
| 1358 | [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 1359 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::Write(ns3::Buffer::Iterator start, ns3::Buffer::Iterator end) [member function] |
| 1360 | cls.add_method('Write', |
| 1361 | 'void', |
| 1362 | [param('ns3::Buffer::Iterator', 'start'), param('ns3::Buffer::Iterator', 'end')]) |
| 1363 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU16(uint16_t data) [member function] |
| 1364 | cls.add_method('WriteHtolsbU16', |
| 1365 | 'void', |
| 1366 | [param('uint16_t', 'data')]) |
| 1367 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU32(uint32_t data) [member function] |
| 1368 | cls.add_method('WriteHtolsbU32', |
| 1369 | 'void', |
| 1370 | [param('uint32_t', 'data')]) |
| 1371 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtolsbU64(uint64_t data) [member function] |
| 1372 | cls.add_method('WriteHtolsbU64', |
| 1373 | 'void', |
| 1374 | [param('uint64_t', 'data')]) |
| 1375 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU16(uint16_t data) [member function] |
| 1376 | cls.add_method('WriteHtonU16', |
| 1377 | 'void', |
| 1378 | [param('uint16_t', 'data')]) |
| 1379 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU32(uint32_t data) [member function] |
| 1380 | cls.add_method('WriteHtonU32', |
| 1381 | 'void', |
| 1382 | [param('uint32_t', 'data')]) |
| 1383 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteHtonU64(uint64_t data) [member function] |
| 1384 | cls.add_method('WriteHtonU64', |
| 1385 | 'void', |
| 1386 | [param('uint64_t', 'data')]) |
| 1387 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU16(uint16_t data) [member function] |
| 1388 | cls.add_method('WriteU16', |
| 1389 | 'void', |
| 1390 | [param('uint16_t', 'data')]) |
| 1391 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU32(uint32_t data) [member function] |
| 1392 | cls.add_method('WriteU32', |
| 1393 | 'void', |
| 1394 | [param('uint32_t', 'data')]) |
| 1395 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU64(uint64_t data) [member function] |
| 1396 | cls.add_method('WriteU64', |
| 1397 | 'void', |
| 1398 | [param('uint64_t', 'data')]) |
| 1399 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data) [member function] |
| 1400 | cls.add_method('WriteU8', |
| 1401 | 'void', |
| 1402 | [param('uint8_t', 'data')]) |
| 1403 | ## buffer.h (module 'network'): void ns3::Buffer::Iterator::WriteU8(uint8_t data, uint32_t len) [member function] |
| 1404 | cls.add_method('WriteU8', |
| 1405 | 'void', |
| 1406 | [param('uint8_t', 'data'), param('uint32_t', 'len')]) |
| 1407 | return |
| 1408 | |
| 1409 | def register_Ns3ByteTagIterator_methods(root_module, cls): |
| 1410 | ## packet.h (module 'network'): ns3::ByteTagIterator::ByteTagIterator(ns3::ByteTagIterator const & arg0) [copy constructor] |
| 1411 | cls.add_constructor([param('ns3::ByteTagIterator const &', 'arg0')]) |
| 1412 | ## packet.h (module 'network'): bool ns3::ByteTagIterator::HasNext() const [member function] |
| 1413 | cls.add_method('HasNext', |
| 1414 | 'bool', |
| 1415 | [], |
| 1416 | is_const=True) |
| 1417 | ## packet.h (module 'network'): ns3::ByteTagIterator::Item ns3::ByteTagIterator::Next() [member function] |
| 1418 | cls.add_method('Next', |
| 1419 | 'ns3::ByteTagIterator::Item', |
| 1420 | []) |
| 1421 | return |
| 1422 | |
| 1423 | def register_Ns3ByteTagIteratorItem_methods(root_module, cls): |
| 1424 | ## packet.h (module 'network'): ns3::ByteTagIterator::Item::Item(ns3::ByteTagIterator::Item const & arg0) [copy constructor] |
| 1425 | cls.add_constructor([param('ns3::ByteTagIterator::Item const &', 'arg0')]) |
| 1426 | ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetEnd() const [member function] |
| 1427 | cls.add_method('GetEnd', |
| 1428 | 'uint32_t', |
| 1429 | [], |
| 1430 | is_const=True) |
| 1431 | ## packet.h (module 'network'): uint32_t ns3::ByteTagIterator::Item::GetStart() const [member function] |
| 1432 | cls.add_method('GetStart', |
| 1433 | 'uint32_t', |
| 1434 | [], |
| 1435 | is_const=True) |
| 1436 | ## packet.h (module 'network'): void ns3::ByteTagIterator::Item::GetTag(ns3::Tag & tag) const [member function] |
| 1437 | cls.add_method('GetTag', |
| 1438 | 'void', |
| 1439 | [param('ns3::Tag &', 'tag')], |
| 1440 | is_const=True) |
| 1441 | ## packet.h (module 'network'): ns3::TypeId ns3::ByteTagIterator::Item::GetTypeId() const [member function] |
| 1442 | cls.add_method('GetTypeId', |
| 1443 | 'ns3::TypeId', |
| 1444 | [], |
| 1445 | is_const=True) |
| 1446 | return |
| 1447 | |
| 1448 | def register_Ns3ByteTagList_methods(root_module, cls): |
| 1449 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList() [constructor] |
| 1450 | cls.add_constructor([]) |
| 1451 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::ByteTagList(ns3::ByteTagList const & o) [copy constructor] |
| 1452 | cls.add_constructor([param('ns3::ByteTagList const &', 'o')]) |
| 1453 | ## 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] |
| 1454 | cls.add_method('Add', |
| 1455 | 'ns3::TagBuffer', |
| 1456 | [param('ns3::TypeId', 'tid'), param('uint32_t', 'bufferSize'), param('int32_t', 'start'), param('int32_t', 'end')]) |
| 1457 | ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::Add(ns3::ByteTagList const & o) [member function] |
| 1458 | cls.add_method('Add', |
| 1459 | 'void', |
| 1460 | [param('ns3::ByteTagList const &', 'o')]) |
| 1461 | ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtEnd(int32_t adjustment, int32_t appendOffset) [member function] |
| 1462 | cls.add_method('AddAtEnd', |
| 1463 | 'void', |
| 1464 | [param('int32_t', 'adjustment'), param('int32_t', 'appendOffset')]) |
| 1465 | ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::AddAtStart(int32_t adjustment, int32_t prependOffset) [member function] |
| 1466 | cls.add_method('AddAtStart', |
| 1467 | 'void', |
| 1468 | [param('int32_t', 'adjustment'), param('int32_t', 'prependOffset')]) |
| 1469 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator ns3::ByteTagList::Begin(int32_t offsetStart, int32_t offsetEnd) const [member function] |
| 1470 | cls.add_method('Begin', |
| 1471 | 'ns3::ByteTagList::Iterator', |
| 1472 | [param('int32_t', 'offsetStart'), param('int32_t', 'offsetEnd')], |
| 1473 | is_const=True) |
| 1474 | ## byte-tag-list.h (module 'network'): void ns3::ByteTagList::RemoveAll() [member function] |
| 1475 | cls.add_method('RemoveAll', |
| 1476 | 'void', |
| 1477 | []) |
| 1478 | return |
| 1479 | |
| 1480 | def register_Ns3ByteTagListIterator_methods(root_module, cls): |
| 1481 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Iterator(ns3::ByteTagList::Iterator const & arg0) [copy constructor] |
| 1482 | cls.add_constructor([param('ns3::ByteTagList::Iterator const &', 'arg0')]) |
| 1483 | ## byte-tag-list.h (module 'network'): uint32_t ns3::ByteTagList::Iterator::GetOffsetStart() const [member function] |
| 1484 | cls.add_method('GetOffsetStart', |
| 1485 | 'uint32_t', |
| 1486 | [], |
| 1487 | is_const=True) |
| 1488 | ## byte-tag-list.h (module 'network'): bool ns3::ByteTagList::Iterator::HasNext() const [member function] |
| 1489 | cls.add_method('HasNext', |
| 1490 | 'bool', |
| 1491 | [], |
| 1492 | is_const=True) |
| 1493 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item ns3::ByteTagList::Iterator::Next() [member function] |
| 1494 | cls.add_method('Next', |
| 1495 | 'ns3::ByteTagList::Iterator::Item', |
| 1496 | []) |
| 1497 | return |
| 1498 | |
| 1499 | def register_Ns3ByteTagListIteratorItem_methods(root_module, cls): |
| 1500 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::ByteTagList::Iterator::Item const & arg0) [copy constructor] |
| 1501 | cls.add_constructor([param('ns3::ByteTagList::Iterator::Item const &', 'arg0')]) |
| 1502 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::Item(ns3::TagBuffer buf) [constructor] |
| 1503 | cls.add_constructor([param('ns3::TagBuffer', 'buf')]) |
| 1504 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::buf [variable] |
| 1505 | cls.add_instance_attribute('buf', 'ns3::TagBuffer', is_const=False) |
| 1506 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::end [variable] |
| 1507 | cls.add_instance_attribute('end', 'int32_t', is_const=False) |
| 1508 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::size [variable] |
| 1509 | cls.add_instance_attribute('size', 'uint32_t', is_const=False) |
| 1510 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::start [variable] |
| 1511 | cls.add_instance_attribute('start', 'int32_t', is_const=False) |
| 1512 | ## byte-tag-list.h (module 'network'): ns3::ByteTagList::Iterator::Item::tid [variable] |
| 1513 | cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False) |
| 1514 | return |
| 1515 | |
| 1516 | def register_Ns3CallbackBase_methods(root_module, cls): |
| 1517 | ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::CallbackBase const & arg0) [copy constructor] |
| 1518 | cls.add_constructor([param('ns3::CallbackBase const &', 'arg0')]) |
| 1519 | ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase() [constructor] |
| 1520 | cls.add_constructor([]) |
| 1521 | ## callback.h (module 'core'): ns3::Ptr<ns3::CallbackImplBase> ns3::CallbackBase::GetImpl() const [member function] |
| 1522 | cls.add_method('GetImpl', |
| 1523 | 'ns3::Ptr< ns3::CallbackImplBase >', |
| 1524 | [], |
| 1525 | is_const=True) |
| 1526 | ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor] |
| 1527 | cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')], |
| 1528 | visibility='protected') |
| 1529 | ## callback.h (module 'core'): static std::string ns3::CallbackBase::Demangle(std::string const & mangled) [member function] |
| 1530 | cls.add_method('Demangle', |
| 1531 | 'std::string', |
| 1532 | [param('std::string const &', 'mangled')], |
| 1533 | is_static=True, visibility='protected') |
| 1534 | return |
| 1535 | |
| 1536 | def register_Ns3CcnxConsumerHelper_methods(root_module, cls): |
| 1537 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::CcnxConsumerHelper::CcnxConsumerHelper(ns3::CcnxConsumerHelper const & arg0) [copy constructor] |
| 1538 | cls.add_constructor([param('ns3::CcnxConsumerHelper const &', 'arg0')]) |
| 1539 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::CcnxConsumerHelper::CcnxConsumerHelper(std::string const & prefix) [constructor] |
| 1540 | cls.add_constructor([param('std::string const &', 'prefix')]) |
| 1541 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxConsumerHelper::Install(ns3::NodeContainer c) [member function] |
| 1542 | cls.add_method('Install', |
| 1543 | 'ns3::ApplicationContainer', |
| 1544 | [param('ns3::NodeContainer', 'c')]) |
| 1545 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxConsumerHelper::Install(ns3::Ptr<ns3::Node> node) [member function] |
| 1546 | cls.add_method('Install', |
| 1547 | 'ns3::ApplicationContainer', |
| 1548 | [param('ns3::Ptr< ns3::Node >', 'node')]) |
| 1549 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxConsumerHelper::Install(std::string nodeName) [member function] |
| 1550 | cls.add_method('Install', |
| 1551 | 'ns3::ApplicationContainer', |
| 1552 | [param('std::string', 'nodeName')]) |
| 1553 | ## ccnx-consumer-helper.h (module 'NDNabstraction'): void ns3::CcnxConsumerHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
| 1554 | cls.add_method('SetAttribute', |
| 1555 | 'void', |
| 1556 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 1557 | return |
| 1558 | |
| 1559 | def register_Ns3CcnxContentObjectHeaderException_methods(root_module, cls): |
| 1560 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeaderException::CcnxContentObjectHeaderException() [constructor] |
| 1561 | cls.add_constructor([]) |
| 1562 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeaderException::CcnxContentObjectHeaderException(ns3::CcnxContentObjectHeaderException const & arg0) [copy constructor] |
| 1563 | cls.add_constructor([param('ns3::CcnxContentObjectHeaderException const &', 'arg0')]) |
| 1564 | return |
| 1565 | |
| 1566 | def register_Ns3CcnxContentStoreContainer_methods(root_module, cls): |
| 1567 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreContainer::CcnxContentStoreContainer() [constructor] |
| 1568 | cls.add_constructor([]) |
| 1569 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreContainer::CcnxContentStoreContainer(ns3::CcnxContentStoreContainer const & arg0) [copy constructor] |
| 1570 | cls.add_constructor([param('ns3::CcnxContentStoreContainer const &', 'arg0')]) |
| 1571 | return |
| 1572 | |
| 1573 | def register_Ns3CcnxContentStoreEntry_methods(root_module, cls): |
| 1574 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreEntry::CcnxContentStoreEntry(ns3::CcnxContentStoreEntry const & arg0) [copy constructor] |
| 1575 | cls.add_constructor([param('ns3::CcnxContentStoreEntry const &', 'arg0')]) |
| 1576 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStoreEntry::CcnxContentStoreEntry(ns3::Ptr<ns3::CcnxContentObjectHeader> header, ns3::Ptr<ns3::Packet const> packet) [constructor] |
| 1577 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxContentObjectHeader >', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
| 1578 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::Ptr<ns3::Packet> ns3::CcnxContentStoreEntry::GetFullyFormedCcnxPacket() const [member function] |
| 1579 | cls.add_method('GetFullyFormedCcnxPacket', |
| 1580 | 'ns3::Ptr< ns3::Packet >', |
| 1581 | [], |
| 1582 | is_const=True) |
| 1583 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxContentObjectHeader const> ns3::CcnxContentStoreEntry::GetHeader() const [member function] |
| 1584 | cls.add_method('GetHeader', |
| 1585 | 'ns3::Ptr< ns3::CcnxContentObjectHeader const >', |
| 1586 | [], |
| 1587 | is_const=True) |
| 1588 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxContentStoreEntry::GetName() const [member function] |
| 1589 | cls.add_method('GetName', |
| 1590 | 'ns3::CcnxNameComponents const &', |
| 1591 | [], |
| 1592 | is_const=True) |
| 1593 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::Ptr<ns3::Packet const> ns3::CcnxContentStoreEntry::GetPacket() const [member function] |
| 1594 | cls.add_method('GetPacket', |
| 1595 | 'ns3::Ptr< ns3::Packet const >', |
| 1596 | [], |
| 1597 | is_const=True) |
| 1598 | return |
| 1599 | |
| 1600 | def register_Ns3CcnxDecodingHelper_methods(root_module, cls): |
| 1601 | ## ccnx-decoding-helper.h (module 'NDNabstraction'): ns3::CcnxDecodingHelper::CcnxDecodingHelper() [constructor] |
| 1602 | cls.add_constructor([]) |
| 1603 | ## ccnx-decoding-helper.h (module 'NDNabstraction'): ns3::CcnxDecodingHelper::CcnxDecodingHelper(ns3::CcnxDecodingHelper const & arg0) [copy constructor] |
| 1604 | cls.add_constructor([param('ns3::CcnxDecodingHelper const &', 'arg0')]) |
| 1605 | ## ccnx-decoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxDecodingHelper::Deserialize(ns3::Buffer::Iterator start, ns3::CcnxInterestHeader & interest) [member function] |
| 1606 | cls.add_method('Deserialize', |
| 1607 | 'size_t', |
| 1608 | [param('ns3::Buffer::Iterator', 'start'), param('ns3::CcnxInterestHeader &', 'interest')], |
| 1609 | is_static=True) |
| 1610 | ## ccnx-decoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxDecodingHelper::Deserialize(ns3::Buffer::Iterator start, ns3::CcnxContentObjectHeader & contentObject) [member function] |
| 1611 | cls.add_method('Deserialize', |
| 1612 | 'size_t', |
| 1613 | [param('ns3::Buffer::Iterator', 'start'), param('ns3::CcnxContentObjectHeader &', 'contentObject')], |
| 1614 | is_static=True) |
| 1615 | return |
| 1616 | |
| 1617 | def register_Ns3CcnxEncodingHelper_methods(root_module, cls): |
| 1618 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): ns3::CcnxEncodingHelper::CcnxEncodingHelper() [constructor] |
| 1619 | cls.add_constructor([]) |
| 1620 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): ns3::CcnxEncodingHelper::CcnxEncodingHelper(ns3::CcnxEncodingHelper const & arg0) [copy constructor] |
| 1621 | cls.add_constructor([param('ns3::CcnxEncodingHelper const &', 'arg0')]) |
| 1622 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxEncodingHelper::GetSerializedSize(ns3::CcnxInterestHeader const & interest) [member function] |
| 1623 | cls.add_method('GetSerializedSize', |
| 1624 | 'size_t', |
| 1625 | [param('ns3::CcnxInterestHeader const &', 'interest')], |
| 1626 | is_static=True) |
| 1627 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxEncodingHelper::GetSerializedSize(ns3::CcnxContentObjectHeader const & contentObject) [member function] |
| 1628 | cls.add_method('GetSerializedSize', |
| 1629 | 'size_t', |
| 1630 | [param('ns3::CcnxContentObjectHeader const &', 'contentObject')], |
| 1631 | is_static=True) |
| 1632 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxEncodingHelper::Serialize(ns3::Buffer::Iterator start, ns3::CcnxInterestHeader const & interest) [member function] |
| 1633 | cls.add_method('Serialize', |
| 1634 | 'size_t', |
| 1635 | [param('ns3::Buffer::Iterator', 'start'), param('ns3::CcnxInterestHeader const &', 'interest')], |
| 1636 | is_static=True) |
| 1637 | ## ccnx-encoding-helper.h (module 'NDNabstraction'): static size_t ns3::CcnxEncodingHelper::Serialize(ns3::Buffer::Iterator start, ns3::CcnxContentObjectHeader const & contentObject) [member function] |
| 1638 | cls.add_method('Serialize', |
| 1639 | 'size_t', |
| 1640 | [param('ns3::Buffer::Iterator', 'start'), param('ns3::CcnxContentObjectHeader const &', 'contentObject')], |
| 1641 | is_static=True) |
| 1642 | return |
| 1643 | |
| 1644 | def register_Ns3CcnxFibEntryContainer_methods(root_module, cls): |
| 1645 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntryContainer::CcnxFibEntryContainer() [constructor] |
| 1646 | cls.add_constructor([]) |
| 1647 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntryContainer::CcnxFibEntryContainer(ns3::CcnxFibEntryContainer const & arg0) [copy constructor] |
| 1648 | cls.add_constructor([param('ns3::CcnxFibEntryContainer const &', 'arg0')]) |
| 1649 | return |
| 1650 | |
| 1651 | def register_Ns3CcnxFibFaceMetric_methods(root_module, cls): |
| 1652 | cls.add_output_stream_operator() |
| 1653 | cls.add_binary_comparison_operator('<') |
| 1654 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::CcnxFibFaceMetric(ns3::CcnxFibFaceMetric const & arg0) [copy constructor] |
| 1655 | cls.add_constructor([param('ns3::CcnxFibFaceMetric const &', 'arg0')]) |
| 1656 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::CcnxFibFaceMetric(ns3::Ptr<ns3::CcnxFace> face, int cost) [constructor] |
| 1657 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face'), param('int', 'cost')]) |
| 1658 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::CcnxFibFaceMetric::GetFace() const [member function] |
| 1659 | cls.add_method('GetFace', |
| 1660 | 'ns3::Ptr< ns3::CcnxFace >', |
| 1661 | [], |
| 1662 | is_const=True) |
| 1663 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::m_face [variable] |
| 1664 | cls.add_instance_attribute('m_face', 'ns3::Ptr< ns3::CcnxFace >', is_const=False) |
| 1665 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::m_routingCost [variable] |
| 1666 | cls.add_instance_attribute('m_routingCost', 'int32_t', is_const=False) |
| 1667 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::m_rttVar [variable] |
| 1668 | cls.add_instance_attribute('m_rttVar', 'ns3::Time', is_const=False) |
| 1669 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::m_sRtt [variable] |
| 1670 | cls.add_instance_attribute('m_sRtt', 'ns3::Time', is_const=False) |
| 1671 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::m_status [variable] |
| 1672 | cls.add_instance_attribute('m_status', 'ns3::CcnxFibFaceMetric::Status', is_const=False) |
| 1673 | return |
| 1674 | |
| 1675 | def register_Ns3CcnxFibFaceMetricUpdateRtt_methods(root_module, cls): |
| 1676 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::UpdateRtt::UpdateRtt(ns3::CcnxFibFaceMetric::UpdateRtt const & arg0) [copy constructor] |
| 1677 | cls.add_constructor([param('ns3::CcnxFibFaceMetric::UpdateRtt const &', 'arg0')]) |
| 1678 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetric::UpdateRtt::UpdateRtt(ns3::Time const & rttSample) [constructor] |
| 1679 | cls.add_constructor([param('ns3::Time const &', 'rttSample')]) |
| 1680 | ## ccnx-fib.h (module 'NDNabstraction'): void ns3::CcnxFibFaceMetric::UpdateRtt::operator()(ns3::CcnxFibFaceMetric & entry) [member operator] |
| 1681 | cls.add_method('operator()', |
| 1682 | 'void', |
| 1683 | [param('ns3::CcnxFibFaceMetric &', 'entry')], |
| 1684 | custom_name='__call__') |
| 1685 | return |
| 1686 | |
| 1687 | def register_Ns3CcnxFibFaceMetricContainer_methods(root_module, cls): |
| 1688 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetricContainer::CcnxFibFaceMetricContainer() [constructor] |
| 1689 | cls.add_constructor([]) |
| 1690 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibFaceMetricContainer::CcnxFibFaceMetricContainer(ns3::CcnxFibFaceMetricContainer const & arg0) [copy constructor] |
| 1691 | cls.add_constructor([param('ns3::CcnxFibFaceMetricContainer const &', 'arg0')]) |
| 1692 | return |
| 1693 | |
| 1694 | def register_Ns3CcnxForwardingHelper_methods(root_module, cls): |
| 1695 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): ns3::CcnxForwardingHelper::CcnxForwardingHelper(ns3::CcnxForwardingHelper const & arg0) [copy constructor] |
| 1696 | cls.add_constructor([param('ns3::CcnxForwardingHelper const &', 'arg0')]) |
| 1697 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): ns3::CcnxForwardingHelper::CcnxForwardingHelper() [constructor] |
| 1698 | cls.add_constructor([]) |
| 1699 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): ns3::CcnxForwardingHelper::CcnxForwardingHelper(ns3::Ccnx::ForwardingStrategy strategy) [constructor] |
| 1700 | cls.add_constructor([param('ns3::Ccnx::ForwardingStrategy', 'strategy')]) |
| 1701 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): void ns3::CcnxForwardingHelper::PrintForwardingTableAllAt(ns3::Time printTime, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
| 1702 | cls.add_method('PrintForwardingTableAllAt', |
| 1703 | 'void', |
| 1704 | [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
| 1705 | is_const=True) |
| 1706 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): void ns3::CcnxForwardingHelper::PrintForwardingTableAllEvery(ns3::Time printInterval, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
| 1707 | cls.add_method('PrintForwardingTableAllEvery', |
| 1708 | 'void', |
| 1709 | [param('ns3::Time', 'printInterval'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
| 1710 | is_const=True) |
| 1711 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): void ns3::CcnxForwardingHelper::PrintForwardingTableAt(ns3::Time printTime, ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
| 1712 | cls.add_method('PrintForwardingTableAt', |
| 1713 | 'void', |
| 1714 | [param('ns3::Time', 'printTime'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
| 1715 | is_const=True) |
| 1716 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): void ns3::CcnxForwardingHelper::PrintForwardingTableEvery(ns3::Time printInterval, ns3::Ptr<ns3::Node> node, ns3::Ptr<ns3::OutputStreamWrapper> stream) const [member function] |
| 1717 | cls.add_method('PrintForwardingTableEvery', |
| 1718 | 'void', |
| 1719 | [param('ns3::Time', 'printInterval'), param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream')], |
| 1720 | is_const=True) |
| 1721 | ## ccnx-forwarding-helper.h (module 'NDNabstraction'): void ns3::CcnxForwardingHelper::SetForwarding(ns3::Ptr<ns3::Ccnx> ccnx, ns3::Ptr<ns3::CcnxPit> pit) const [member function] |
| 1722 | cls.add_method('SetForwarding', |
| 1723 | 'void', |
| 1724 | [param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('ns3::Ptr< ns3::CcnxPit >', 'pit')], |
| 1725 | is_const=True) |
| 1726 | return |
| 1727 | |
| 1728 | def register_Ns3CcnxHeaderHelper_methods(root_module, cls): |
| 1729 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxHeaderHelper::CcnxHeaderHelper() [constructor] |
| 1730 | cls.add_constructor([]) |
| 1731 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxHeaderHelper::CcnxHeaderHelper(ns3::CcnxHeaderHelper const & arg0) [copy constructor] |
| 1732 | cls.add_constructor([param('ns3::CcnxHeaderHelper const &', 'arg0')]) |
| 1733 | ## ccnx-header-helper.h (module 'NDNabstraction'): static ns3::CcnxHeaderHelper::Type ns3::CcnxHeaderHelper::GetCcnxHeaderType(ns3::Ptr<ns3::Packet const> packet) [member function] |
| 1734 | cls.add_method('GetCcnxHeaderType', |
| 1735 | 'ns3::CcnxHeaderHelper::Type', |
| 1736 | [param('ns3::Ptr< ns3::Packet const >', 'packet')], |
| 1737 | is_static=True) |
| 1738 | return |
| 1739 | |
| 1740 | def register_Ns3CcnxInterestHeaderException_methods(root_module, cls): |
| 1741 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeaderException::CcnxInterestHeaderException() [constructor] |
| 1742 | cls.add_constructor([]) |
| 1743 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeaderException::CcnxInterestHeaderException(ns3::CcnxInterestHeaderException const & arg0) [copy constructor] |
| 1744 | cls.add_constructor([param('ns3::CcnxInterestHeaderException const &', 'arg0')]) |
| 1745 | return |
| 1746 | |
| 1747 | def register_Ns3CcnxPitEntry_methods(root_module, cls): |
| 1748 | cls.add_output_stream_operator() |
| 1749 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::CcnxPitEntry(ns3::CcnxPitEntry const & arg0) [copy constructor] |
| 1750 | cls.add_constructor([param('ns3::CcnxPitEntry const &', 'arg0')]) |
| 1751 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::CcnxPitEntry(ns3::Ptr<ns3::CcnxNameComponents> prefix, ns3::CcnxFibEntry const & fibEntry) [constructor] |
| 1752 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxNameComponents >', 'prefix'), param('ns3::CcnxFibEntry const &', 'fibEntry')]) |
| 1753 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::Time const & ns3::CcnxPitEntry::GetExpireTime() const [member function] |
| 1754 | cls.add_method('GetExpireTime', |
| 1755 | 'ns3::Time const &', |
| 1756 | [], |
| 1757 | is_const=True) |
| 1758 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxPitEntry::GetPrefix() const [member function] |
| 1759 | cls.add_method('GetPrefix', |
| 1760 | 'ns3::CcnxNameComponents const &', |
| 1761 | [], |
| 1762 | is_const=True) |
| 1763 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_counterExpirations [variable] |
| 1764 | cls.add_instance_attribute('m_counterExpirations', 'int', is_const=False) |
| 1765 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_expireTime [variable] |
| 1766 | cls.add_instance_attribute('m_expireTime', 'ns3::Time', is_const=False) |
| 1767 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_fibEntry [variable] |
| 1768 | cls.add_instance_attribute('m_fibEntry', 'ns3::CcnxFibEntry const &', is_const=False) |
| 1769 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_incoming [variable] |
| 1770 | cls.add_instance_attribute('m_incoming', 'boost::multi_index::multi_index_container< ns3::CcnxPitEntryIncomingFace, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::tag< ns3::__ccnx_private::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::member< ns3::CcnxPitEntryIncomingFace, ns3::Ptr< ns3::CcnxFace >, & ( ns3::CcnxPitEntryIncomingFace::m_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, mpl_::na >, std::allocator< ns3::CcnxPitEntryIncomingFace > >', is_const=False) |
| 1771 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_outgoing [variable] |
| 1772 | cls.add_instance_attribute('m_outgoing', 'boost::multi_index::multi_index_container< ns3::CcnxPitEntryOutgoingFace, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::tag< ns3::__ccnx_private::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::member< ns3::CcnxPitEntryOutgoingFace, ns3::Ptr< ns3::CcnxFace >, & ( ns3::CcnxPitEntryOutgoingFace::m_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, mpl_::na >, std::allocator< ns3::CcnxPitEntryOutgoingFace > >', is_const=False) |
| 1773 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_prefix [variable] |
| 1774 | cls.add_instance_attribute('m_prefix', 'ns3::Ptr< ns3::CcnxNameComponents >', is_const=False) |
| 1775 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::m_timerExpired [variable] |
| 1776 | cls.add_instance_attribute('m_timerExpired', 'bool', is_const=False) |
| 1777 | return |
| 1778 | |
| 1779 | def register_Ns3CcnxPitEntryAddIncoming_methods(root_module, cls): |
| 1780 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddIncoming::AddIncoming(ns3::CcnxPitEntry::AddIncoming const & arg0) [copy constructor] |
| 1781 | cls.add_constructor([param('ns3::CcnxPitEntry::AddIncoming const &', 'arg0')]) |
| 1782 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddIncoming::AddIncoming(ns3::Ptr<ns3::CcnxFace> incomingFace) [constructor] |
| 1783 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'incomingFace')]) |
| 1784 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::AddIncoming::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1785 | cls.add_method('operator()', |
| 1786 | 'void', |
| 1787 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1788 | custom_name='__call__') |
| 1789 | return |
| 1790 | |
| 1791 | def register_Ns3CcnxPitEntryAddOutgoing_methods(root_module, cls): |
| 1792 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddOutgoing::AddOutgoing(ns3::CcnxPitEntry::AddOutgoing const & arg0) [copy constructor] |
| 1793 | cls.add_constructor([param('ns3::CcnxPitEntry::AddOutgoing const &', 'arg0')]) |
| 1794 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::AddOutgoing::AddOutgoing(ns3::Ptr<ns3::CcnxFace> outgoingFace) [constructor] |
| 1795 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'outgoingFace')]) |
| 1796 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::AddOutgoing::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1797 | cls.add_method('operator()', |
| 1798 | 'void', |
| 1799 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1800 | custom_name='__call__') |
| 1801 | return |
| 1802 | |
| 1803 | def register_Ns3CcnxPitEntryClearIncoming_methods(root_module, cls): |
| 1804 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::ClearIncoming::ClearIncoming(ns3::CcnxPitEntry::ClearIncoming const & arg0) [copy constructor] |
| 1805 | cls.add_constructor([param('ns3::CcnxPitEntry::ClearIncoming const &', 'arg0')]) |
| 1806 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::ClearIncoming::ClearIncoming() [constructor] |
| 1807 | cls.add_constructor([]) |
| 1808 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::ClearIncoming::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1809 | cls.add_method('operator()', |
| 1810 | 'void', |
| 1811 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1812 | custom_name='__call__') |
| 1813 | return |
| 1814 | |
| 1815 | def register_Ns3CcnxPitEntryDeleteIncoming_methods(root_module, cls): |
| 1816 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteIncoming::DeleteIncoming(ns3::CcnxPitEntry::DeleteIncoming const & arg0) [copy constructor] |
| 1817 | cls.add_constructor([param('ns3::CcnxPitEntry::DeleteIncoming const &', 'arg0')]) |
| 1818 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteIncoming::DeleteIncoming(ns3::Ptr<ns3::CcnxFace> face) [constructor] |
| 1819 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face')]) |
| 1820 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::DeleteIncoming::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1821 | cls.add_method('operator()', |
| 1822 | 'void', |
| 1823 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1824 | custom_name='__call__') |
| 1825 | return |
| 1826 | |
| 1827 | def register_Ns3CcnxPitEntryDeleteOutgoing_methods(root_module, cls): |
| 1828 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteOutgoing::DeleteOutgoing(ns3::CcnxPitEntry::DeleteOutgoing const & arg0) [copy constructor] |
| 1829 | cls.add_constructor([param('ns3::CcnxPitEntry::DeleteOutgoing const &', 'arg0')]) |
| 1830 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::DeleteOutgoing::DeleteOutgoing(ns3::Ptr<ns3::CcnxFace> face) [constructor] |
| 1831 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face')]) |
| 1832 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::DeleteOutgoing::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1833 | cls.add_method('operator()', |
| 1834 | 'void', |
| 1835 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1836 | custom_name='__call__') |
| 1837 | return |
| 1838 | |
| 1839 | def register_Ns3CcnxPitEntryEstimateRttAndRemoveFace_methods(root_module, cls): |
| 1840 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::EstimateRttAndRemoveFace::EstimateRttAndRemoveFace(ns3::CcnxPitEntry::EstimateRttAndRemoveFace const & arg0) [copy constructor] |
| 1841 | cls.add_constructor([param('ns3::CcnxPitEntry::EstimateRttAndRemoveFace const &', 'arg0')]) |
| 1842 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::EstimateRttAndRemoveFace::EstimateRttAndRemoveFace(boost::multi_index::detail::bidir_node_iterator<boost::multi_index::detail::ordered_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxPitEntryOutgoingFace, std::allocator<ns3::CcnxPitEntryOutgoingFace> > > > outFace, ns3::Ptr<ns3::CcnxFib> fib) [constructor] |
| 1843 | cls.add_constructor([param('boost::multi_index::detail::bidir_node_iterator< boost::multi_index::detail::ordered_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxPitEntryOutgoingFace, std::allocator< ns3::CcnxPitEntryOutgoingFace > > > >', 'outFace'), param('ns3::Ptr< ns3::CcnxFib >', 'fib')]) |
| 1844 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::EstimateRttAndRemoveFace::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1845 | cls.add_method('operator()', |
| 1846 | 'void', |
| 1847 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1848 | custom_name='__call__') |
| 1849 | return |
| 1850 | |
| 1851 | def register_Ns3CcnxPitEntryUpdateFibStatus_methods(root_module, cls): |
| 1852 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::UpdateFibStatus::UpdateFibStatus(ns3::CcnxPitEntry::UpdateFibStatus const & arg0) [copy constructor] |
| 1853 | cls.add_constructor([param('ns3::CcnxPitEntry::UpdateFibStatus const &', 'arg0')]) |
| 1854 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntry::UpdateFibStatus::UpdateFibStatus(ns3::Ptr<ns3::CcnxFace> face, ns3::CcnxFibFaceMetric::Status status, ns3::Ptr<ns3::CcnxFib> fib) [constructor] |
| 1855 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face'), param('ns3::CcnxFibFaceMetric::Status', 'status'), param('ns3::Ptr< ns3::CcnxFib >', 'fib')]) |
| 1856 | ## ccnx-pit-entry.h (module 'NDNabstraction'): void ns3::CcnxPitEntry::UpdateFibStatus::operator()(ns3::CcnxPitEntry & entry) [member operator] |
| 1857 | cls.add_method('operator()', |
| 1858 | 'void', |
| 1859 | [param('ns3::CcnxPitEntry &', 'entry')], |
| 1860 | custom_name='__call__') |
| 1861 | return |
| 1862 | |
| 1863 | def register_Ns3CcnxPitEntryContainer_methods(root_module, cls): |
| 1864 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryContainer::CcnxPitEntryContainer() [constructor] |
| 1865 | cls.add_constructor([]) |
| 1866 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryContainer::CcnxPitEntryContainer(ns3::CcnxPitEntryContainer const & arg0) [copy constructor] |
| 1867 | cls.add_constructor([param('ns3::CcnxPitEntryContainer const &', 'arg0')]) |
| 1868 | return |
| 1869 | |
| 1870 | def register_Ns3CcnxPitEntryIncomingFace_methods(root_module, cls): |
| 1871 | cls.add_binary_comparison_operator('==') |
| 1872 | cls.add_binary_comparison_operator('<') |
| 1873 | ## ccnx-pit-entry-incoming-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFace::CcnxPitEntryIncomingFace(ns3::CcnxPitEntryIncomingFace const & arg0) [copy constructor] |
| 1874 | cls.add_constructor([param('ns3::CcnxPitEntryIncomingFace const &', 'arg0')]) |
| 1875 | ## ccnx-pit-entry-incoming-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFace::CcnxPitEntryIncomingFace(ns3::Ptr<ns3::CcnxFace> face) [constructor] |
| 1876 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face')]) |
| 1877 | ## ccnx-pit-entry-incoming-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFace::m_arrivalTime [variable] |
| 1878 | cls.add_instance_attribute('m_arrivalTime', 'ns3::Time', is_const=False) |
| 1879 | ## ccnx-pit-entry-incoming-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFace::m_face [variable] |
| 1880 | cls.add_instance_attribute('m_face', 'ns3::Ptr< ns3::CcnxFace >', is_const=False) |
| 1881 | return |
| 1882 | |
| 1883 | def register_Ns3CcnxPitEntryIncomingFaceContainer_methods(root_module, cls): |
| 1884 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFaceContainer::CcnxPitEntryIncomingFaceContainer() [constructor] |
| 1885 | cls.add_constructor([]) |
| 1886 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryIncomingFaceContainer::CcnxPitEntryIncomingFaceContainer(ns3::CcnxPitEntryIncomingFaceContainer const & arg0) [copy constructor] |
| 1887 | cls.add_constructor([param('ns3::CcnxPitEntryIncomingFaceContainer const &', 'arg0')]) |
| 1888 | return |
| 1889 | |
| 1890 | def register_Ns3CcnxPitEntryNotFound_methods(root_module, cls): |
| 1891 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryNotFound::CcnxPitEntryNotFound() [constructor] |
| 1892 | cls.add_constructor([]) |
| 1893 | ## ccnx-pit.h (module 'NDNabstraction'): ns3::CcnxPitEntryNotFound::CcnxPitEntryNotFound(ns3::CcnxPitEntryNotFound const & arg0) [copy constructor] |
| 1894 | cls.add_constructor([param('ns3::CcnxPitEntryNotFound const &', 'arg0')]) |
| 1895 | return |
| 1896 | |
| 1897 | def register_Ns3CcnxPitEntryOutgoingFace_methods(root_module, cls): |
| 1898 | cls.add_binary_comparison_operator('==') |
| 1899 | cls.add_binary_comparison_operator('<') |
| 1900 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace::CcnxPitEntryOutgoingFace(ns3::CcnxPitEntryOutgoingFace const & arg0) [copy constructor] |
| 1901 | cls.add_constructor([param('ns3::CcnxPitEntryOutgoingFace const &', 'arg0')]) |
| 1902 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace::CcnxPitEntryOutgoingFace(ns3::Ptr<ns3::CcnxFace> face) [constructor] |
| 1903 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face')]) |
| 1904 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace::m_face [variable] |
| 1905 | cls.add_instance_attribute('m_face', 'ns3::Ptr< ns3::CcnxFace >', is_const=False) |
| 1906 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace::m_retxNum [variable] |
| 1907 | cls.add_instance_attribute('m_retxNum', 'uint32_t', is_const=False) |
| 1908 | ## ccnx-pit-entry-outgoing-face.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFace::m_sendTime [variable] |
| 1909 | cls.add_instance_attribute('m_sendTime', 'ns3::Time', is_const=False) |
| 1910 | return |
| 1911 | |
| 1912 | def register_Ns3CcnxPitEntryOutgoingFaceContainer_methods(root_module, cls): |
| 1913 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFaceContainer::CcnxPitEntryOutgoingFaceContainer() [constructor] |
| 1914 | cls.add_constructor([]) |
| 1915 | ## ccnx-pit-entry.h (module 'NDNabstraction'): ns3::CcnxPitEntryOutgoingFaceContainer::CcnxPitEntryOutgoingFaceContainer(ns3::CcnxPitEntryOutgoingFaceContainer const & arg0) [copy constructor] |
| 1916 | cls.add_constructor([param('ns3::CcnxPitEntryOutgoingFaceContainer const &', 'arg0')]) |
| 1917 | return |
| 1918 | |
| 1919 | def register_Ns3CcnxProducerHelper_methods(root_module, cls): |
| 1920 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::CcnxProducerHelper::CcnxProducerHelper(ns3::CcnxProducerHelper const & arg0) [copy constructor] |
| 1921 | cls.add_constructor([param('ns3::CcnxProducerHelper const &', 'arg0')]) |
| 1922 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::CcnxProducerHelper::CcnxProducerHelper(std::string const & prefix, uint32_t virtualPayloadSize) [constructor] |
| 1923 | cls.add_constructor([param('std::string const &', 'prefix'), param('uint32_t', 'virtualPayloadSize')]) |
| 1924 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxProducerHelper::Install(ns3::NodeContainer c) [member function] |
| 1925 | cls.add_method('Install', |
| 1926 | 'ns3::ApplicationContainer', |
| 1927 | [param('ns3::NodeContainer', 'c')]) |
| 1928 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxProducerHelper::Install(ns3::Ptr<ns3::Node> node) [member function] |
| 1929 | cls.add_method('Install', |
| 1930 | 'ns3::ApplicationContainer', |
| 1931 | [param('ns3::Ptr< ns3::Node >', 'node')]) |
| 1932 | ## ccnx-producer-helper.h (module 'NDNabstraction'): ns3::ApplicationContainer ns3::CcnxProducerHelper::Install(std::string nodeName) [member function] |
| 1933 | cls.add_method('Install', |
| 1934 | 'ns3::ApplicationContainer', |
| 1935 | [param('std::string', 'nodeName')]) |
| 1936 | ## ccnx-producer-helper.h (module 'NDNabstraction'): void ns3::CcnxProducerHelper::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
| 1937 | cls.add_method('SetAttribute', |
| 1938 | 'void', |
| 1939 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 1940 | return |
| 1941 | |
| 1942 | def register_Ns3CcnxRitByNonce_methods(root_module, cls): |
| 1943 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitByNonce::CcnxRitByNonce() [constructor] |
| 1944 | cls.add_constructor([]) |
| 1945 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitByNonce::CcnxRitByNonce(ns3::CcnxRitByNonce const & arg0) [copy constructor] |
| 1946 | cls.add_constructor([param('ns3::CcnxRitByNonce const &', 'arg0')]) |
| 1947 | return |
| 1948 | |
| 1949 | def register_Ns3CcnxRitContainer_methods(root_module, cls): |
| 1950 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitContainer::CcnxRitContainer() [constructor] |
| 1951 | cls.add_constructor([]) |
| 1952 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitContainer::CcnxRitContainer(ns3::CcnxRitContainer const & arg0) [copy constructor] |
| 1953 | cls.add_constructor([param('ns3::CcnxRitContainer const &', 'arg0')]) |
| 1954 | return |
| 1955 | |
| 1956 | def register_Ns3CcnxRitEntry_methods(root_module, cls): |
| 1957 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry::CcnxRitEntry(ns3::CcnxRitEntry const & arg0) [copy constructor] |
| 1958 | cls.add_constructor([param('ns3::CcnxRitEntry const &', 'arg0')]) |
| 1959 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry::CcnxRitEntry(ns3::CcnxNameComponents const & prefix, uint32_t nonce, ns3::Time const & timeout) [constructor] |
| 1960 | cls.add_constructor([param('ns3::CcnxNameComponents const &', 'prefix'), param('uint32_t', 'nonce'), param('ns3::Time const &', 'timeout')]) |
| 1961 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry::m_expireTime [variable] |
| 1962 | cls.add_instance_attribute('m_expireTime', 'ns3::Time', is_const=False) |
| 1963 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry::m_nonce [variable] |
| 1964 | cls.add_instance_attribute('m_nonce', 'uint32_t', is_const=False) |
| 1965 | ## ccnx-rit.h (module 'NDNabstraction'): ns3::CcnxRitEntry::m_prefix [variable] |
| 1966 | cls.add_instance_attribute('m_prefix', 'ns3::CcnxNameComponents', is_const=False) |
| 1967 | return |
| 1968 | |
| 1969 | def register_Ns3CcnxUnknownHeaderException_methods(root_module, cls): |
| 1970 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxUnknownHeaderException::CcnxUnknownHeaderException() [constructor] |
| 1971 | cls.add_constructor([]) |
| 1972 | ## ccnx-header-helper.h (module 'NDNabstraction'): ns3::CcnxUnknownHeaderException::CcnxUnknownHeaderException(ns3::CcnxUnknownHeaderException const & arg0) [copy constructor] |
| 1973 | cls.add_constructor([param('ns3::CcnxUnknownHeaderException const &', 'arg0')]) |
| 1974 | return |
| 1975 | |
| 1976 | def register_Ns3DataRate_methods(root_module, cls): |
| 1977 | cls.add_output_stream_operator() |
| 1978 | cls.add_binary_comparison_operator('!=') |
| 1979 | cls.add_binary_comparison_operator('<') |
| 1980 | cls.add_binary_comparison_operator('<=') |
| 1981 | cls.add_binary_comparison_operator('==') |
| 1982 | cls.add_binary_comparison_operator('>') |
| 1983 | cls.add_binary_comparison_operator('>=') |
| 1984 | ## data-rate.h (module 'network'): ns3::DataRate::DataRate(ns3::DataRate const & arg0) [copy constructor] |
| 1985 | cls.add_constructor([param('ns3::DataRate const &', 'arg0')]) |
| 1986 | ## data-rate.h (module 'network'): ns3::DataRate::DataRate() [constructor] |
| 1987 | cls.add_constructor([]) |
| 1988 | ## data-rate.h (module 'network'): ns3::DataRate::DataRate(uint64_t bps) [constructor] |
| 1989 | cls.add_constructor([param('uint64_t', 'bps')]) |
| 1990 | ## data-rate.h (module 'network'): ns3::DataRate::DataRate(std::string rate) [constructor] |
| 1991 | cls.add_constructor([param('std::string', 'rate')]) |
| 1992 | ## data-rate.h (module 'network'): double ns3::DataRate::CalculateTxTime(uint32_t bytes) const [member function] |
| 1993 | cls.add_method('CalculateTxTime', |
| 1994 | 'double', |
| 1995 | [param('uint32_t', 'bytes')], |
| 1996 | is_const=True) |
| 1997 | ## data-rate.h (module 'network'): uint64_t ns3::DataRate::GetBitRate() const [member function] |
| 1998 | cls.add_method('GetBitRate', |
| 1999 | 'uint64_t', |
| 2000 | [], |
| 2001 | is_const=True) |
| 2002 | return |
| 2003 | |
| 2004 | def register_Ns3DataStoreEntry_methods(root_module, cls): |
| 2005 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::DataStoreEntry::DataStoreEntry(ns3::DataStoreEntry const & arg0) [copy constructor] |
| 2006 | cls.add_constructor([param('ns3::DataStoreEntry const &', 'arg0')]) |
| 2007 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::DataStoreEntry::DataStoreEntry(ns3::Ptr<ns3::CcnxContentObjectHeader> header, ns3::Ptr<ns3::Packet const> packet) [constructor] |
| 2008 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxContentObjectHeader >', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
| 2009 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::Ptr<ns3::Packet> ns3::DataStoreEntry::GetFullyFormedCcnxPacket() const [member function] |
| 2010 | cls.add_method('GetFullyFormedCcnxPacket', |
| 2011 | 'ns3::Ptr< ns3::Packet >', |
| 2012 | [], |
| 2013 | is_const=True) |
| 2014 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxContentObjectHeader const> ns3::DataStoreEntry::GetHeader() const [member function] |
| 2015 | cls.add_method('GetHeader', |
| 2016 | 'ns3::Ptr< ns3::CcnxContentObjectHeader const >', |
| 2017 | [], |
| 2018 | is_const=True) |
| 2019 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::DataStoreEntry::GetName() const [member function] |
| 2020 | cls.add_method('GetName', |
| 2021 | 'ns3::CcnxNameComponents const &', |
| 2022 | [], |
| 2023 | is_const=True) |
| 2024 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::Ptr<ns3::Packet const> ns3::DataStoreEntry::GetPacket() const [member function] |
| 2025 | cls.add_method('GetPacket', |
| 2026 | 'ns3::Ptr< ns3::Packet const >', |
| 2027 | [], |
| 2028 | is_const=True) |
| 2029 | return |
| 2030 | |
| 2031 | def register_Ns3EventId_methods(root_module, cls): |
| 2032 | cls.add_binary_comparison_operator('!=') |
| 2033 | cls.add_binary_comparison_operator('==') |
| 2034 | ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::EventId const & arg0) [copy constructor] |
| 2035 | cls.add_constructor([param('ns3::EventId const &', 'arg0')]) |
| 2036 | ## event-id.h (module 'core'): ns3::EventId::EventId() [constructor] |
| 2037 | cls.add_constructor([]) |
| 2038 | ## event-id.h (module 'core'): ns3::EventId::EventId(ns3::Ptr<ns3::EventImpl> const & impl, uint64_t ts, uint32_t context, uint32_t uid) [constructor] |
| 2039 | cls.add_constructor([param('ns3::Ptr< ns3::EventImpl > const &', 'impl'), param('uint64_t', 'ts'), param('uint32_t', 'context'), param('uint32_t', 'uid')]) |
| 2040 | ## event-id.h (module 'core'): void ns3::EventId::Cancel() [member function] |
| 2041 | cls.add_method('Cancel', |
| 2042 | 'void', |
| 2043 | []) |
| 2044 | ## event-id.h (module 'core'): uint32_t ns3::EventId::GetContext() const [member function] |
| 2045 | cls.add_method('GetContext', |
| 2046 | 'uint32_t', |
| 2047 | [], |
| 2048 | is_const=True) |
| 2049 | ## event-id.h (module 'core'): uint64_t ns3::EventId::GetTs() const [member function] |
| 2050 | cls.add_method('GetTs', |
| 2051 | 'uint64_t', |
| 2052 | [], |
| 2053 | is_const=True) |
| 2054 | ## event-id.h (module 'core'): uint32_t ns3::EventId::GetUid() const [member function] |
| 2055 | cls.add_method('GetUid', |
| 2056 | 'uint32_t', |
| 2057 | [], |
| 2058 | is_const=True) |
| 2059 | ## event-id.h (module 'core'): bool ns3::EventId::IsExpired() const [member function] |
| 2060 | cls.add_method('IsExpired', |
| 2061 | 'bool', |
| 2062 | [], |
| 2063 | is_const=True) |
| 2064 | ## event-id.h (module 'core'): bool ns3::EventId::IsRunning() const [member function] |
| 2065 | cls.add_method('IsRunning', |
| 2066 | 'bool', |
| 2067 | [], |
| 2068 | is_const=True) |
| 2069 | ## event-id.h (module 'core'): ns3::EventImpl * ns3::EventId::PeekEventImpl() const [member function] |
| 2070 | cls.add_method('PeekEventImpl', |
| 2071 | 'ns3::EventImpl *', |
| 2072 | [], |
| 2073 | is_const=True) |
| 2074 | return |
| 2075 | |
| 2076 | def register_Ns3Ipv4Address_methods(root_module, cls): |
| 2077 | cls.add_binary_comparison_operator('!=') |
| 2078 | cls.add_output_stream_operator() |
| 2079 | cls.add_binary_comparison_operator('==') |
| 2080 | cls.add_binary_comparison_operator('<') |
| 2081 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(ns3::Ipv4Address const & arg0) [copy constructor] |
| 2082 | cls.add_constructor([param('ns3::Ipv4Address const &', 'arg0')]) |
| 2083 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address() [constructor] |
| 2084 | cls.add_constructor([]) |
| 2085 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(uint32_t address) [constructor] |
| 2086 | cls.add_constructor([param('uint32_t', 'address')]) |
| 2087 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address::Ipv4Address(char const * address) [constructor] |
| 2088 | cls.add_constructor([param('char const *', 'address')]) |
| 2089 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::CombineMask(ns3::Ipv4Mask const & mask) const [member function] |
| 2090 | cls.add_method('CombineMask', |
| 2091 | 'ns3::Ipv4Address', |
| 2092 | [param('ns3::Ipv4Mask const &', 'mask')], |
| 2093 | is_const=True) |
| 2094 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::ConvertFrom(ns3::Address const & address) [member function] |
| 2095 | cls.add_method('ConvertFrom', |
| 2096 | 'ns3::Ipv4Address', |
| 2097 | [param('ns3::Address const &', 'address')], |
| 2098 | is_static=True) |
| 2099 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::Deserialize(uint8_t const * buf) [member function] |
| 2100 | cls.add_method('Deserialize', |
| 2101 | 'ns3::Ipv4Address', |
| 2102 | [param('uint8_t const *', 'buf')], |
| 2103 | is_static=True) |
| 2104 | ## ipv4-address.h (module 'network'): uint32_t const & ns3::Ipv4Address::Get() const [member function] |
| 2105 | cls.add_method('Get', |
| 2106 | 'uint32_t const &', |
| 2107 | [], |
| 2108 | is_const=True) |
| 2109 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetAny() [member function] |
| 2110 | cls.add_method('GetAny', |
| 2111 | 'ns3::Ipv4Address', |
| 2112 | [], |
| 2113 | is_static=True) |
| 2114 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetBroadcast() [member function] |
| 2115 | cls.add_method('GetBroadcast', |
| 2116 | 'ns3::Ipv4Address', |
| 2117 | [], |
| 2118 | is_static=True) |
| 2119 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetLoopback() [member function] |
| 2120 | cls.add_method('GetLoopback', |
| 2121 | 'ns3::Ipv4Address', |
| 2122 | [], |
| 2123 | is_static=True) |
| 2124 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4Address::GetSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function] |
| 2125 | cls.add_method('GetSubnetDirectedBroadcast', |
| 2126 | 'ns3::Ipv4Address', |
| 2127 | [param('ns3::Ipv4Mask const &', 'mask')], |
| 2128 | is_const=True) |
| 2129 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Address ns3::Ipv4Address::GetZero() [member function] |
| 2130 | cls.add_method('GetZero', |
| 2131 | 'ns3::Ipv4Address', |
| 2132 | [], |
| 2133 | is_static=True) |
| 2134 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsBroadcast() const [member function] |
| 2135 | cls.add_method('IsBroadcast', |
| 2136 | 'bool', |
| 2137 | [], |
| 2138 | is_const=True) |
| 2139 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsEqual(ns3::Ipv4Address const & other) const [member function] |
| 2140 | cls.add_method('IsEqual', |
| 2141 | 'bool', |
| 2142 | [param('ns3::Ipv4Address const &', 'other')], |
| 2143 | is_const=True) |
| 2144 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsLocalMulticast() const [member function] |
| 2145 | cls.add_method('IsLocalMulticast', |
| 2146 | 'bool', |
| 2147 | [], |
| 2148 | is_const=True) |
| 2149 | ## ipv4-address.h (module 'network'): static bool ns3::Ipv4Address::IsMatchingType(ns3::Address const & address) [member function] |
| 2150 | cls.add_method('IsMatchingType', |
| 2151 | 'bool', |
| 2152 | [param('ns3::Address const &', 'address')], |
| 2153 | is_static=True) |
| 2154 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsMulticast() const [member function] |
| 2155 | cls.add_method('IsMulticast', |
| 2156 | 'bool', |
| 2157 | [], |
| 2158 | is_const=True) |
| 2159 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Address::IsSubnetDirectedBroadcast(ns3::Ipv4Mask const & mask) const [member function] |
| 2160 | cls.add_method('IsSubnetDirectedBroadcast', |
| 2161 | 'bool', |
| 2162 | [param('ns3::Ipv4Mask const &', 'mask')], |
| 2163 | is_const=True) |
| 2164 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Print(std::ostream & os) const [member function] |
| 2165 | cls.add_method('Print', |
| 2166 | 'void', |
| 2167 | [param('std::ostream &', 'os')], |
| 2168 | is_const=True) |
| 2169 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Serialize(uint8_t * buf) const [member function] |
| 2170 | cls.add_method('Serialize', |
| 2171 | 'void', |
| 2172 | [param('uint8_t *', 'buf')], |
| 2173 | is_const=True) |
| 2174 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(uint32_t address) [member function] |
| 2175 | cls.add_method('Set', |
| 2176 | 'void', |
| 2177 | [param('uint32_t', 'address')]) |
| 2178 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Address::Set(char const * address) [member function] |
| 2179 | cls.add_method('Set', |
| 2180 | 'void', |
| 2181 | [param('char const *', 'address')]) |
| 2182 | return |
| 2183 | |
| 2184 | def register_Ns3Ipv4Mask_methods(root_module, cls): |
| 2185 | cls.add_binary_comparison_operator('!=') |
| 2186 | cls.add_output_stream_operator() |
| 2187 | cls.add_binary_comparison_operator('==') |
| 2188 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(ns3::Ipv4Mask const & arg0) [copy constructor] |
| 2189 | cls.add_constructor([param('ns3::Ipv4Mask const &', 'arg0')]) |
| 2190 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask() [constructor] |
| 2191 | cls.add_constructor([]) |
| 2192 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(uint32_t mask) [constructor] |
| 2193 | cls.add_constructor([param('uint32_t', 'mask')]) |
| 2194 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask::Ipv4Mask(char const * mask) [constructor] |
| 2195 | cls.add_constructor([param('char const *', 'mask')]) |
| 2196 | ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::Get() const [member function] |
| 2197 | cls.add_method('Get', |
| 2198 | 'uint32_t', |
| 2199 | [], |
| 2200 | is_const=True) |
| 2201 | ## ipv4-address.h (module 'network'): uint32_t ns3::Ipv4Mask::GetInverse() const [member function] |
| 2202 | cls.add_method('GetInverse', |
| 2203 | 'uint32_t', |
| 2204 | [], |
| 2205 | is_const=True) |
| 2206 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetLoopback() [member function] |
| 2207 | cls.add_method('GetLoopback', |
| 2208 | 'ns3::Ipv4Mask', |
| 2209 | [], |
| 2210 | is_static=True) |
| 2211 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetOnes() [member function] |
| 2212 | cls.add_method('GetOnes', |
| 2213 | 'ns3::Ipv4Mask', |
| 2214 | [], |
| 2215 | is_static=True) |
| 2216 | ## ipv4-address.h (module 'network'): uint16_t ns3::Ipv4Mask::GetPrefixLength() const [member function] |
| 2217 | cls.add_method('GetPrefixLength', |
| 2218 | 'uint16_t', |
| 2219 | [], |
| 2220 | is_const=True) |
| 2221 | ## ipv4-address.h (module 'network'): static ns3::Ipv4Mask ns3::Ipv4Mask::GetZero() [member function] |
| 2222 | cls.add_method('GetZero', |
| 2223 | 'ns3::Ipv4Mask', |
| 2224 | [], |
| 2225 | is_static=True) |
| 2226 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsEqual(ns3::Ipv4Mask other) const [member function] |
| 2227 | cls.add_method('IsEqual', |
| 2228 | 'bool', |
| 2229 | [param('ns3::Ipv4Mask', 'other')], |
| 2230 | is_const=True) |
| 2231 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4Mask::IsMatch(ns3::Ipv4Address a, ns3::Ipv4Address b) const [member function] |
| 2232 | cls.add_method('IsMatch', |
| 2233 | 'bool', |
| 2234 | [param('ns3::Ipv4Address', 'a'), param('ns3::Ipv4Address', 'b')], |
| 2235 | is_const=True) |
| 2236 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Print(std::ostream & os) const [member function] |
| 2237 | cls.add_method('Print', |
| 2238 | 'void', |
| 2239 | [param('std::ostream &', 'os')], |
| 2240 | is_const=True) |
| 2241 | ## ipv4-address.h (module 'network'): void ns3::Ipv4Mask::Set(uint32_t mask) [member function] |
| 2242 | cls.add_method('Set', |
| 2243 | 'void', |
| 2244 | [param('uint32_t', 'mask')]) |
| 2245 | return |
| 2246 | |
| 2247 | def register_Ns3Ipv6Address_methods(root_module, cls): |
| 2248 | cls.add_binary_comparison_operator('!=') |
| 2249 | cls.add_output_stream_operator() |
| 2250 | cls.add_binary_comparison_operator('==') |
| 2251 | cls.add_binary_comparison_operator('<') |
| 2252 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address() [constructor] |
| 2253 | cls.add_constructor([]) |
| 2254 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(char const * address) [constructor] |
| 2255 | cls.add_constructor([param('char const *', 'address')]) |
| 2256 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(uint8_t * address) [constructor] |
| 2257 | cls.add_constructor([param('uint8_t *', 'address')]) |
| 2258 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const & addr) [copy constructor] |
| 2259 | cls.add_constructor([param('ns3::Ipv6Address const &', 'addr')]) |
| 2260 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address::Ipv6Address(ns3::Ipv6Address const * addr) [constructor] |
| 2261 | cls.add_constructor([param('ns3::Ipv6Address const *', 'addr')]) |
| 2262 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6Address::CombinePrefix(ns3::Ipv6Prefix const & prefix) [member function] |
| 2263 | cls.add_method('CombinePrefix', |
| 2264 | 'ns3::Ipv6Address', |
| 2265 | [param('ns3::Ipv6Prefix const &', 'prefix')]) |
| 2266 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::ConvertFrom(ns3::Address const & address) [member function] |
| 2267 | cls.add_method('ConvertFrom', |
| 2268 | 'ns3::Ipv6Address', |
| 2269 | [param('ns3::Address const &', 'address')], |
| 2270 | is_static=True) |
| 2271 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::Deserialize(uint8_t const * buf) [member function] |
| 2272 | cls.add_method('Deserialize', |
| 2273 | 'ns3::Ipv6Address', |
| 2274 | [param('uint8_t const *', 'buf')], |
| 2275 | is_static=True) |
| 2276 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllHostsMulticast() [member function] |
| 2277 | cls.add_method('GetAllHostsMulticast', |
| 2278 | 'ns3::Ipv6Address', |
| 2279 | [], |
| 2280 | is_static=True) |
| 2281 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllNodesMulticast() [member function] |
| 2282 | cls.add_method('GetAllNodesMulticast', |
| 2283 | 'ns3::Ipv6Address', |
| 2284 | [], |
| 2285 | is_static=True) |
| 2286 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAllRoutersMulticast() [member function] |
| 2287 | cls.add_method('GetAllRoutersMulticast', |
| 2288 | 'ns3::Ipv6Address', |
| 2289 | [], |
| 2290 | is_static=True) |
| 2291 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetAny() [member function] |
| 2292 | cls.add_method('GetAny', |
| 2293 | 'ns3::Ipv6Address', |
| 2294 | [], |
| 2295 | is_static=True) |
| 2296 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function] |
| 2297 | cls.add_method('GetBytes', |
| 2298 | 'void', |
| 2299 | [param('uint8_t *', 'buf')], |
| 2300 | is_const=True) |
| 2301 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function] |
| 2302 | cls.add_method('GetLoopback', |
| 2303 | 'ns3::Ipv6Address', |
| 2304 | [], |
| 2305 | is_static=True) |
| 2306 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetOnes() [member function] |
| 2307 | cls.add_method('GetOnes', |
| 2308 | 'ns3::Ipv6Address', |
| 2309 | [], |
| 2310 | is_static=True) |
| 2311 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetZero() [member function] |
| 2312 | cls.add_method('GetZero', |
| 2313 | 'ns3::Ipv6Address', |
| 2314 | [], |
| 2315 | is_static=True) |
| 2316 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllHostsMulticast() const [member function] |
| 2317 | cls.add_method('IsAllHostsMulticast', |
| 2318 | 'bool', |
| 2319 | [], |
| 2320 | is_const=True) |
| 2321 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllNodesMulticast() const [member function] |
| 2322 | cls.add_method('IsAllNodesMulticast', |
| 2323 | 'bool', |
| 2324 | [], |
| 2325 | is_const=True) |
| 2326 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAllRoutersMulticast() const [member function] |
| 2327 | cls.add_method('IsAllRoutersMulticast', |
| 2328 | 'bool', |
| 2329 | [], |
| 2330 | is_const=True) |
| 2331 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsAny() const [member function] |
| 2332 | cls.add_method('IsAny', |
| 2333 | 'bool', |
| 2334 | [], |
| 2335 | is_const=True) |
| 2336 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
| 2337 | cls.add_method('IsEqual', |
| 2338 | 'bool', |
| 2339 | [param('ns3::Ipv6Address const &', 'other')], |
| 2340 | is_const=True) |
| 2341 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
| 2342 | cls.add_method('IsLinkLocal', |
| 2343 | 'bool', |
| 2344 | [], |
| 2345 | is_const=True) |
| 2346 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLocalhost() const [member function] |
| 2347 | cls.add_method('IsLocalhost', |
| 2348 | 'bool', |
| 2349 | [], |
| 2350 | is_const=True) |
| 2351 | ## ipv6-address.h (module 'network'): static bool ns3::Ipv6Address::IsMatchingType(ns3::Address const & address) [member function] |
| 2352 | cls.add_method('IsMatchingType', |
| 2353 | 'bool', |
| 2354 | [param('ns3::Address const &', 'address')], |
| 2355 | is_static=True) |
| 2356 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsMulticast() const [member function] |
| 2357 | cls.add_method('IsMulticast', |
| 2358 | 'bool', |
| 2359 | [], |
| 2360 | is_const=True) |
| 2361 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsSolicitedMulticast() const [member function] |
| 2362 | cls.add_method('IsSolicitedMulticast', |
| 2363 | 'bool', |
| 2364 | [], |
| 2365 | is_const=True) |
| 2366 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredAddress(ns3::Mac48Address addr, ns3::Ipv6Address prefix) [member function] |
| 2367 | cls.add_method('MakeAutoconfiguredAddress', |
| 2368 | 'ns3::Ipv6Address', |
| 2369 | [param('ns3::Mac48Address', 'addr'), param('ns3::Ipv6Address', 'prefix')], |
| 2370 | is_static=True) |
| 2371 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function] |
| 2372 | cls.add_method('MakeAutoconfiguredLinkLocalAddress', |
| 2373 | 'ns3::Ipv6Address', |
| 2374 | [param('ns3::Mac48Address', 'mac')], |
| 2375 | is_static=True) |
| 2376 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function] |
| 2377 | cls.add_method('MakeSolicitedAddress', |
| 2378 | 'ns3::Ipv6Address', |
| 2379 | [param('ns3::Ipv6Address', 'addr')], |
| 2380 | is_static=True) |
| 2381 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Print(std::ostream & os) const [member function] |
| 2382 | cls.add_method('Print', |
| 2383 | 'void', |
| 2384 | [param('std::ostream &', 'os')], |
| 2385 | is_const=True) |
| 2386 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Serialize(uint8_t * buf) const [member function] |
| 2387 | cls.add_method('Serialize', |
| 2388 | 'void', |
| 2389 | [param('uint8_t *', 'buf')], |
| 2390 | is_const=True) |
| 2391 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(char const * address) [member function] |
| 2392 | cls.add_method('Set', |
| 2393 | 'void', |
| 2394 | [param('char const *', 'address')]) |
| 2395 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::Set(uint8_t * address) [member function] |
| 2396 | cls.add_method('Set', |
| 2397 | 'void', |
| 2398 | [param('uint8_t *', 'address')]) |
| 2399 | return |
| 2400 | |
| 2401 | def register_Ns3Ipv6Prefix_methods(root_module, cls): |
| 2402 | cls.add_binary_comparison_operator('!=') |
| 2403 | cls.add_output_stream_operator() |
| 2404 | cls.add_binary_comparison_operator('==') |
| 2405 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix() [constructor] |
| 2406 | cls.add_constructor([]) |
| 2407 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t * prefix) [constructor] |
| 2408 | cls.add_constructor([param('uint8_t *', 'prefix')]) |
| 2409 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(char const * prefix) [constructor] |
| 2410 | cls.add_constructor([param('char const *', 'prefix')]) |
| 2411 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(uint8_t prefix) [constructor] |
| 2412 | cls.add_constructor([param('uint8_t', 'prefix')]) |
| 2413 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const & prefix) [copy constructor] |
| 2414 | cls.add_constructor([param('ns3::Ipv6Prefix const &', 'prefix')]) |
| 2415 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix::Ipv6Prefix(ns3::Ipv6Prefix const * prefix) [constructor] |
| 2416 | cls.add_constructor([param('ns3::Ipv6Prefix const *', 'prefix')]) |
| 2417 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::GetBytes(uint8_t * buf) const [member function] |
| 2418 | cls.add_method('GetBytes', |
| 2419 | 'void', |
| 2420 | [param('uint8_t *', 'buf')], |
| 2421 | is_const=True) |
| 2422 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetLoopback() [member function] |
| 2423 | cls.add_method('GetLoopback', |
| 2424 | 'ns3::Ipv6Prefix', |
| 2425 | [], |
| 2426 | is_static=True) |
| 2427 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetOnes() [member function] |
| 2428 | cls.add_method('GetOnes', |
| 2429 | 'ns3::Ipv6Prefix', |
| 2430 | [], |
| 2431 | is_static=True) |
| 2432 | ## ipv6-address.h (module 'network'): uint8_t ns3::Ipv6Prefix::GetPrefixLength() const [member function] |
| 2433 | cls.add_method('GetPrefixLength', |
| 2434 | 'uint8_t', |
| 2435 | [], |
| 2436 | is_const=True) |
| 2437 | ## ipv6-address.h (module 'network'): static ns3::Ipv6Prefix ns3::Ipv6Prefix::GetZero() [member function] |
| 2438 | cls.add_method('GetZero', |
| 2439 | 'ns3::Ipv6Prefix', |
| 2440 | [], |
| 2441 | is_static=True) |
| 2442 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsEqual(ns3::Ipv6Prefix const & other) const [member function] |
| 2443 | cls.add_method('IsEqual', |
| 2444 | 'bool', |
| 2445 | [param('ns3::Ipv6Prefix const &', 'other')], |
| 2446 | is_const=True) |
| 2447 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6Prefix::IsMatch(ns3::Ipv6Address a, ns3::Ipv6Address b) const [member function] |
| 2448 | cls.add_method('IsMatch', |
| 2449 | 'bool', |
| 2450 | [param('ns3::Ipv6Address', 'a'), param('ns3::Ipv6Address', 'b')], |
| 2451 | is_const=True) |
| 2452 | ## ipv6-address.h (module 'network'): void ns3::Ipv6Prefix::Print(std::ostream & os) const [member function] |
| 2453 | cls.add_method('Print', |
| 2454 | 'void', |
| 2455 | [param('std::ostream &', 'os')], |
| 2456 | is_const=True) |
| 2457 | return |
| 2458 | |
| 2459 | def register_Ns3LogComponent_methods(root_module, cls): |
| 2460 | ## log.h (module 'core'): ns3::LogComponent::LogComponent(ns3::LogComponent const & arg0) [copy constructor] |
| 2461 | cls.add_constructor([param('ns3::LogComponent const &', 'arg0')]) |
| 2462 | ## log.h (module 'core'): ns3::LogComponent::LogComponent(char const * name) [constructor] |
| 2463 | cls.add_constructor([param('char const *', 'name')]) |
| 2464 | ## log.h (module 'core'): void ns3::LogComponent::Disable(ns3::LogLevel level) [member function] |
| 2465 | cls.add_method('Disable', |
| 2466 | 'void', |
| 2467 | [param('ns3::LogLevel', 'level')]) |
| 2468 | ## log.h (module 'core'): void ns3::LogComponent::Enable(ns3::LogLevel level) [member function] |
| 2469 | cls.add_method('Enable', |
| 2470 | 'void', |
| 2471 | [param('ns3::LogLevel', 'level')]) |
| 2472 | ## log.h (module 'core'): void ns3::LogComponent::EnvVarCheck(char const * name) [member function] |
| 2473 | cls.add_method('EnvVarCheck', |
| 2474 | 'void', |
| 2475 | [param('char const *', 'name')]) |
| 2476 | ## log.h (module 'core'): bool ns3::LogComponent::IsEnabled(ns3::LogLevel level) const [member function] |
| 2477 | cls.add_method('IsEnabled', |
| 2478 | 'bool', |
| 2479 | [param('ns3::LogLevel', 'level')], |
| 2480 | is_const=True) |
| 2481 | ## log.h (module 'core'): bool ns3::LogComponent::IsNoneEnabled() const [member function] |
| 2482 | cls.add_method('IsNoneEnabled', |
| 2483 | 'bool', |
| 2484 | [], |
| 2485 | is_const=True) |
| 2486 | ## log.h (module 'core'): char const * ns3::LogComponent::Name() const [member function] |
| 2487 | cls.add_method('Name', |
| 2488 | 'char const *', |
| 2489 | [], |
| 2490 | is_const=True) |
| 2491 | return |
| 2492 | |
| 2493 | def register_Ns3Mac48Address_methods(root_module, cls): |
| 2494 | cls.add_binary_comparison_operator('!=') |
| 2495 | cls.add_output_stream_operator() |
| 2496 | cls.add_binary_comparison_operator('==') |
| 2497 | cls.add_binary_comparison_operator('<') |
| 2498 | ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address(ns3::Mac48Address const & arg0) [copy constructor] |
| 2499 | cls.add_constructor([param('ns3::Mac48Address const &', 'arg0')]) |
| 2500 | ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address() [constructor] |
| 2501 | cls.add_constructor([]) |
| 2502 | ## mac48-address.h (module 'network'): ns3::Mac48Address::Mac48Address(char const * str) [constructor] |
| 2503 | cls.add_constructor([param('char const *', 'str')]) |
| 2504 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::Allocate() [member function] |
| 2505 | cls.add_method('Allocate', |
| 2506 | 'ns3::Mac48Address', |
| 2507 | [], |
| 2508 | is_static=True) |
| 2509 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::ConvertFrom(ns3::Address const & address) [member function] |
| 2510 | cls.add_method('ConvertFrom', |
| 2511 | 'ns3::Mac48Address', |
| 2512 | [param('ns3::Address const &', 'address')], |
| 2513 | is_static=True) |
| 2514 | ## mac48-address.h (module 'network'): void ns3::Mac48Address::CopyFrom(uint8_t const * buffer) [member function] |
| 2515 | cls.add_method('CopyFrom', |
| 2516 | 'void', |
| 2517 | [param('uint8_t const *', 'buffer')]) |
| 2518 | ## mac48-address.h (module 'network'): void ns3::Mac48Address::CopyTo(uint8_t * buffer) const [member function] |
| 2519 | cls.add_method('CopyTo', |
| 2520 | 'void', |
| 2521 | [param('uint8_t *', 'buffer')], |
| 2522 | is_const=True) |
| 2523 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetBroadcast() [member function] |
| 2524 | cls.add_method('GetBroadcast', |
| 2525 | 'ns3::Mac48Address', |
| 2526 | [], |
| 2527 | is_static=True) |
| 2528 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv4Address address) [member function] |
| 2529 | cls.add_method('GetMulticast', |
| 2530 | 'ns3::Mac48Address', |
| 2531 | [param('ns3::Ipv4Address', 'address')], |
| 2532 | is_static=True) |
| 2533 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast(ns3::Ipv6Address address) [member function] |
| 2534 | cls.add_method('GetMulticast', |
| 2535 | 'ns3::Mac48Address', |
| 2536 | [param('ns3::Ipv6Address', 'address')], |
| 2537 | is_static=True) |
| 2538 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticast6Prefix() [member function] |
| 2539 | cls.add_method('GetMulticast6Prefix', |
| 2540 | 'ns3::Mac48Address', |
| 2541 | [], |
| 2542 | is_static=True) |
| 2543 | ## mac48-address.h (module 'network'): static ns3::Mac48Address ns3::Mac48Address::GetMulticastPrefix() [member function] |
| 2544 | cls.add_method('GetMulticastPrefix', |
| 2545 | 'ns3::Mac48Address', |
| 2546 | [], |
| 2547 | is_static=True) |
| 2548 | ## mac48-address.h (module 'network'): bool ns3::Mac48Address::IsBroadcast() const [member function] |
| 2549 | cls.add_method('IsBroadcast', |
| 2550 | 'bool', |
| 2551 | [], |
| 2552 | is_const=True) |
| 2553 | ## mac48-address.h (module 'network'): bool ns3::Mac48Address::IsGroup() const [member function] |
| 2554 | cls.add_method('IsGroup', |
| 2555 | 'bool', |
| 2556 | [], |
| 2557 | is_const=True) |
| 2558 | ## mac48-address.h (module 'network'): static bool ns3::Mac48Address::IsMatchingType(ns3::Address const & address) [member function] |
| 2559 | cls.add_method('IsMatchingType', |
| 2560 | 'bool', |
| 2561 | [param('ns3::Address const &', 'address')], |
| 2562 | is_static=True) |
| 2563 | return |
| 2564 | |
| 2565 | def register_Ns3Names_methods(root_module, cls): |
| 2566 | ## names.h (module 'core'): ns3::Names::Names() [constructor] |
| 2567 | cls.add_constructor([]) |
| 2568 | ## names.h (module 'core'): ns3::Names::Names(ns3::Names const & arg0) [copy constructor] |
| 2569 | cls.add_constructor([param('ns3::Names const &', 'arg0')]) |
| 2570 | ## names.h (module 'core'): static void ns3::Names::Add(std::string name, ns3::Ptr<ns3::Object> object) [member function] |
| 2571 | cls.add_method('Add', |
| 2572 | 'void', |
| 2573 | [param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
| 2574 | is_static=True) |
| 2575 | ## names.h (module 'core'): static void ns3::Names::Add(std::string path, std::string name, ns3::Ptr<ns3::Object> object) [member function] |
| 2576 | cls.add_method('Add', |
| 2577 | 'void', |
| 2578 | [param('std::string', 'path'), param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
| 2579 | is_static=True) |
| 2580 | ## names.h (module 'core'): static void ns3::Names::Add(ns3::Ptr<ns3::Object> context, std::string name, ns3::Ptr<ns3::Object> object) [member function] |
| 2581 | cls.add_method('Add', |
| 2582 | 'void', |
| 2583 | [param('ns3::Ptr< ns3::Object >', 'context'), param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
| 2584 | is_static=True) |
| 2585 | ## names.h (module 'core'): static void ns3::Names::Clear() [member function] |
| 2586 | cls.add_method('Clear', |
| 2587 | 'void', |
| 2588 | [], |
| 2589 | is_static=True) |
| 2590 | ## names.h (module 'core'): static std::string ns3::Names::FindName(ns3::Ptr<ns3::Object> object) [member function] |
| 2591 | cls.add_method('FindName', |
| 2592 | 'std::string', |
| 2593 | [param('ns3::Ptr< ns3::Object >', 'object')], |
| 2594 | is_static=True) |
| 2595 | ## names.h (module 'core'): static std::string ns3::Names::FindPath(ns3::Ptr<ns3::Object> object) [member function] |
| 2596 | cls.add_method('FindPath', |
| 2597 | 'std::string', |
| 2598 | [param('ns3::Ptr< ns3::Object >', 'object')], |
| 2599 | is_static=True) |
| 2600 | ## names.h (module 'core'): static void ns3::Names::Rename(std::string oldpath, std::string newname) [member function] |
| 2601 | cls.add_method('Rename', |
| 2602 | 'void', |
| 2603 | [param('std::string', 'oldpath'), param('std::string', 'newname')], |
| 2604 | is_static=True) |
| 2605 | ## names.h (module 'core'): static void ns3::Names::Rename(std::string path, std::string oldname, std::string newname) [member function] |
| 2606 | cls.add_method('Rename', |
| 2607 | 'void', |
| 2608 | [param('std::string', 'path'), param('std::string', 'oldname'), param('std::string', 'newname')], |
| 2609 | is_static=True) |
| 2610 | ## names.h (module 'core'): static void ns3::Names::Rename(ns3::Ptr<ns3::Object> context, std::string oldname, std::string newname) [member function] |
| 2611 | cls.add_method('Rename', |
| 2612 | 'void', |
| 2613 | [param('ns3::Ptr< ns3::Object >', 'context'), param('std::string', 'oldname'), param('std::string', 'newname')], |
| 2614 | is_static=True) |
| 2615 | return |
| 2616 | |
| 2617 | def register_Ns3NetDeviceContainer_methods(root_module, cls): |
| 2618 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & arg0) [copy constructor] |
| 2619 | cls.add_constructor([param('ns3::NetDeviceContainer const &', 'arg0')]) |
| 2620 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer() [constructor] |
| 2621 | cls.add_constructor([]) |
| 2622 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::Ptr<ns3::NetDevice> dev) [constructor] |
| 2623 | cls.add_constructor([param('ns3::Ptr< ns3::NetDevice >', 'dev')]) |
| 2624 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(std::string devName) [constructor] |
| 2625 | cls.add_constructor([param('std::string', 'devName')]) |
| 2626 | ## net-device-container.h (module 'network'): ns3::NetDeviceContainer::NetDeviceContainer(ns3::NetDeviceContainer const & a, ns3::NetDeviceContainer const & b) [constructor] |
| 2627 | cls.add_constructor([param('ns3::NetDeviceContainer const &', 'a'), param('ns3::NetDeviceContainer const &', 'b')]) |
| 2628 | ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::NetDeviceContainer other) [member function] |
| 2629 | cls.add_method('Add', |
| 2630 | 'void', |
| 2631 | [param('ns3::NetDeviceContainer', 'other')]) |
| 2632 | ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(ns3::Ptr<ns3::NetDevice> device) [member function] |
| 2633 | cls.add_method('Add', |
| 2634 | 'void', |
| 2635 | [param('ns3::Ptr< ns3::NetDevice >', 'device')]) |
| 2636 | ## net-device-container.h (module 'network'): void ns3::NetDeviceContainer::Add(std::string deviceName) [member function] |
| 2637 | cls.add_method('Add', |
| 2638 | 'void', |
| 2639 | [param('std::string', 'deviceName')]) |
| 2640 | ## 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] |
| 2641 | cls.add_method('Begin', |
| 2642 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >', |
| 2643 | [], |
| 2644 | is_const=True) |
| 2645 | ## 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] |
| 2646 | cls.add_method('End', |
| 2647 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::NetDevice > const, std::vector< ns3::Ptr< ns3::NetDevice > > >', |
| 2648 | [], |
| 2649 | is_const=True) |
| 2650 | ## net-device-container.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::NetDeviceContainer::Get(uint32_t i) const [member function] |
| 2651 | cls.add_method('Get', |
| 2652 | 'ns3::Ptr< ns3::NetDevice >', |
| 2653 | [param('uint32_t', 'i')], |
| 2654 | is_const=True) |
| 2655 | ## net-device-container.h (module 'network'): uint32_t ns3::NetDeviceContainer::GetN() const [member function] |
| 2656 | cls.add_method('GetN', |
| 2657 | 'uint32_t', |
| 2658 | [], |
| 2659 | is_const=True) |
| 2660 | return |
| 2661 | |
| 2662 | def register_Ns3NodeContainer_methods(root_module, cls): |
| 2663 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & arg0) [copy constructor] |
| 2664 | cls.add_constructor([param('ns3::NodeContainer const &', 'arg0')]) |
| 2665 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer() [constructor] |
| 2666 | cls.add_constructor([]) |
| 2667 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::Ptr<ns3::Node> node) [constructor] |
| 2668 | cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'node')]) |
| 2669 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(std::string nodeName) [constructor] |
| 2670 | cls.add_constructor([param('std::string', 'nodeName')]) |
| 2671 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b) [constructor] |
| 2672 | cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b')]) |
| 2673 | ## node-container.h (module 'network'): ns3::NodeContainer::NodeContainer(ns3::NodeContainer const & a, ns3::NodeContainer const & b, ns3::NodeContainer const & c) [constructor] |
| 2674 | cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c')]) |
| 2675 | ## 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] |
| 2676 | cls.add_constructor([param('ns3::NodeContainer const &', 'a'), param('ns3::NodeContainer const &', 'b'), param('ns3::NodeContainer const &', 'c'), param('ns3::NodeContainer const &', 'd')]) |
| 2677 | ## 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] |
| 2678 | 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')]) |
| 2679 | ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::NodeContainer other) [member function] |
| 2680 | cls.add_method('Add', |
| 2681 | 'void', |
| 2682 | [param('ns3::NodeContainer', 'other')]) |
| 2683 | ## node-container.h (module 'network'): void ns3::NodeContainer::Add(ns3::Ptr<ns3::Node> node) [member function] |
| 2684 | cls.add_method('Add', |
| 2685 | 'void', |
| 2686 | [param('ns3::Ptr< ns3::Node >', 'node')]) |
| 2687 | ## node-container.h (module 'network'): void ns3::NodeContainer::Add(std::string nodeName) [member function] |
| 2688 | cls.add_method('Add', |
| 2689 | 'void', |
| 2690 | [param('std::string', 'nodeName')]) |
| 2691 | ## 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] |
| 2692 | cls.add_method('Begin', |
| 2693 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
| 2694 | [], |
| 2695 | is_const=True) |
| 2696 | ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n) [member function] |
| 2697 | cls.add_method('Create', |
| 2698 | 'void', |
| 2699 | [param('uint32_t', 'n')]) |
| 2700 | ## node-container.h (module 'network'): void ns3::NodeContainer::Create(uint32_t n, uint32_t systemId) [member function] |
| 2701 | cls.add_method('Create', |
| 2702 | 'void', |
| 2703 | [param('uint32_t', 'n'), param('uint32_t', 'systemId')]) |
| 2704 | ## 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] |
| 2705 | cls.add_method('End', |
| 2706 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Node > const, std::vector< ns3::Ptr< ns3::Node > > >', |
| 2707 | [], |
| 2708 | is_const=True) |
| 2709 | ## node-container.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NodeContainer::Get(uint32_t i) const [member function] |
| 2710 | cls.add_method('Get', |
| 2711 | 'ns3::Ptr< ns3::Node >', |
| 2712 | [param('uint32_t', 'i')], |
| 2713 | is_const=True) |
| 2714 | ## node-container.h (module 'network'): static ns3::NodeContainer ns3::NodeContainer::GetGlobal() [member function] |
| 2715 | cls.add_method('GetGlobal', |
| 2716 | 'ns3::NodeContainer', |
| 2717 | [], |
| 2718 | is_static=True) |
| 2719 | ## node-container.h (module 'network'): uint32_t ns3::NodeContainer::GetN() const [member function] |
| 2720 | cls.add_method('GetN', |
| 2721 | 'uint32_t', |
| 2722 | [], |
| 2723 | is_const=True) |
| 2724 | ## node-container.h (module 'network'): ns3::NodeContainer & ns3::NodeContainer::operator()(ns3::NodeContainer other) [member operator] |
| 2725 | cls.add_method('operator()', |
| 2726 | 'ns3::NodeContainer &', |
| 2727 | [param('ns3::NodeContainer', 'other')], |
| 2728 | custom_name='__call__') |
| 2729 | ## node-container.h (module 'network'): ns3::NodeContainer & ns3::NodeContainer::operator()(ns3::Ptr<ns3::Node> node) [member operator] |
| 2730 | cls.add_method('operator()', |
| 2731 | 'ns3::NodeContainer &', |
| 2732 | [param('ns3::Ptr< ns3::Node >', 'node')], |
| 2733 | custom_name='__call__') |
| 2734 | ## node-container.h (module 'network'): ns3::NodeContainer & ns3::NodeContainer::operator()(std::string nodeName) [member operator] |
| 2735 | cls.add_method('operator()', |
| 2736 | 'ns3::NodeContainer &', |
| 2737 | [param('std::string', 'nodeName')], |
| 2738 | custom_name='__call__') |
| 2739 | return |
| 2740 | |
| 2741 | def register_Ns3ObjectBase_methods(root_module, cls): |
| 2742 | ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase() [constructor] |
| 2743 | cls.add_constructor([]) |
| 2744 | ## object-base.h (module 'core'): ns3::ObjectBase::ObjectBase(ns3::ObjectBase const & arg0) [copy constructor] |
| 2745 | cls.add_constructor([param('ns3::ObjectBase const &', 'arg0')]) |
| 2746 | ## object-base.h (module 'core'): void ns3::ObjectBase::GetAttribute(std::string name, ns3::AttributeValue & value) const [member function] |
| 2747 | cls.add_method('GetAttribute', |
| 2748 | 'void', |
| 2749 | [param('std::string', 'name'), param('ns3::AttributeValue &', 'value')], |
| 2750 | is_const=True) |
| 2751 | ## object-base.h (module 'core'): bool ns3::ObjectBase::GetAttributeFailSafe(std::string name, ns3::AttributeValue & attribute) const [member function] |
| 2752 | cls.add_method('GetAttributeFailSafe', |
| 2753 | 'bool', |
| 2754 | [param('std::string', 'name'), param('ns3::AttributeValue &', 'attribute')], |
| 2755 | is_const=True) |
| 2756 | ## object-base.h (module 'core'): ns3::TypeId ns3::ObjectBase::GetInstanceTypeId() const [member function] |
| 2757 | cls.add_method('GetInstanceTypeId', |
| 2758 | 'ns3::TypeId', |
| 2759 | [], |
| 2760 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 2761 | ## object-base.h (module 'core'): static ns3::TypeId ns3::ObjectBase::GetTypeId() [member function] |
| 2762 | cls.add_method('GetTypeId', |
| 2763 | 'ns3::TypeId', |
| 2764 | [], |
| 2765 | is_static=True) |
| 2766 | ## object-base.h (module 'core'): void ns3::ObjectBase::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
| 2767 | cls.add_method('SetAttribute', |
| 2768 | 'void', |
| 2769 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 2770 | ## object-base.h (module 'core'): bool ns3::ObjectBase::SetAttributeFailSafe(std::string name, ns3::AttributeValue const & value) [member function] |
| 2771 | cls.add_method('SetAttributeFailSafe', |
| 2772 | 'bool', |
| 2773 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 2774 | ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function] |
| 2775 | cls.add_method('TraceConnect', |
| 2776 | 'bool', |
| 2777 | [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')]) |
| 2778 | ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceConnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
| 2779 | cls.add_method('TraceConnectWithoutContext', |
| 2780 | 'bool', |
| 2781 | [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
| 2782 | ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function] |
| 2783 | cls.add_method('TraceDisconnect', |
| 2784 | 'bool', |
| 2785 | [param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')]) |
| 2786 | ## object-base.h (module 'core'): bool ns3::ObjectBase::TraceDisconnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
| 2787 | cls.add_method('TraceDisconnectWithoutContext', |
| 2788 | 'bool', |
| 2789 | [param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
| 2790 | ## object-base.h (module 'core'): void ns3::ObjectBase::ConstructSelf(ns3::AttributeConstructionList const & attributes) [member function] |
| 2791 | cls.add_method('ConstructSelf', |
| 2792 | 'void', |
| 2793 | [param('ns3::AttributeConstructionList const &', 'attributes')], |
| 2794 | visibility='protected') |
| 2795 | ## object-base.h (module 'core'): void ns3::ObjectBase::NotifyConstructionCompleted() [member function] |
| 2796 | cls.add_method('NotifyConstructionCompleted', |
| 2797 | 'void', |
| 2798 | [], |
| 2799 | visibility='protected', is_virtual=True) |
| 2800 | return |
| 2801 | |
| 2802 | def register_Ns3ObjectDeleter_methods(root_module, cls): |
| 2803 | ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter() [constructor] |
| 2804 | cls.add_constructor([]) |
| 2805 | ## object.h (module 'core'): ns3::ObjectDeleter::ObjectDeleter(ns3::ObjectDeleter const & arg0) [copy constructor] |
| 2806 | cls.add_constructor([param('ns3::ObjectDeleter const &', 'arg0')]) |
| 2807 | ## object.h (module 'core'): static void ns3::ObjectDeleter::Delete(ns3::Object * object) [member function] |
| 2808 | cls.add_method('Delete', |
| 2809 | 'void', |
| 2810 | [param('ns3::Object *', 'object')], |
| 2811 | is_static=True) |
| 2812 | return |
| 2813 | |
| 2814 | def register_Ns3ObjectFactory_methods(root_module, cls): |
| 2815 | cls.add_output_stream_operator() |
| 2816 | ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(ns3::ObjectFactory const & arg0) [copy constructor] |
| 2817 | cls.add_constructor([param('ns3::ObjectFactory const &', 'arg0')]) |
| 2818 | ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory() [constructor] |
| 2819 | cls.add_constructor([]) |
| 2820 | ## object-factory.h (module 'core'): ns3::ObjectFactory::ObjectFactory(std::string typeId) [constructor] |
| 2821 | cls.add_constructor([param('std::string', 'typeId')]) |
| 2822 | ## object-factory.h (module 'core'): ns3::Ptr<ns3::Object> ns3::ObjectFactory::Create() const [member function] |
| 2823 | cls.add_method('Create', |
| 2824 | 'ns3::Ptr< ns3::Object >', |
| 2825 | [], |
| 2826 | is_const=True) |
| 2827 | ## object-factory.h (module 'core'): ns3::TypeId ns3::ObjectFactory::GetTypeId() const [member function] |
| 2828 | cls.add_method('GetTypeId', |
| 2829 | 'ns3::TypeId', |
| 2830 | [], |
| 2831 | is_const=True) |
| 2832 | ## object-factory.h (module 'core'): void ns3::ObjectFactory::Set(std::string name, ns3::AttributeValue const & value) [member function] |
| 2833 | cls.add_method('Set', |
| 2834 | 'void', |
| 2835 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 2836 | ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(ns3::TypeId tid) [member function] |
| 2837 | cls.add_method('SetTypeId', |
| 2838 | 'void', |
| 2839 | [param('ns3::TypeId', 'tid')]) |
| 2840 | ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(char const * tid) [member function] |
| 2841 | cls.add_method('SetTypeId', |
| 2842 | 'void', |
| 2843 | [param('char const *', 'tid')]) |
| 2844 | ## object-factory.h (module 'core'): void ns3::ObjectFactory::SetTypeId(std::string tid) [member function] |
| 2845 | cls.add_method('SetTypeId', |
| 2846 | 'void', |
| 2847 | [param('std::string', 'tid')]) |
| 2848 | return |
| 2849 | |
| 2850 | def register_Ns3PacketMetadata_methods(root_module, cls): |
| 2851 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(uint64_t uid, uint32_t size) [constructor] |
| 2852 | cls.add_constructor([param('uint64_t', 'uid'), param('uint32_t', 'size')]) |
| 2853 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::PacketMetadata(ns3::PacketMetadata const & o) [copy constructor] |
| 2854 | cls.add_constructor([param('ns3::PacketMetadata const &', 'o')]) |
| 2855 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddAtEnd(ns3::PacketMetadata const & o) [member function] |
| 2856 | cls.add_method('AddAtEnd', |
| 2857 | 'void', |
| 2858 | [param('ns3::PacketMetadata const &', 'o')]) |
| 2859 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddHeader(ns3::Header const & header, uint32_t size) [member function] |
| 2860 | cls.add_method('AddHeader', |
| 2861 | 'void', |
| 2862 | [param('ns3::Header const &', 'header'), param('uint32_t', 'size')]) |
| 2863 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddPaddingAtEnd(uint32_t end) [member function] |
| 2864 | cls.add_method('AddPaddingAtEnd', |
| 2865 | 'void', |
| 2866 | [param('uint32_t', 'end')]) |
| 2867 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::AddTrailer(ns3::Trailer const & trailer, uint32_t size) [member function] |
| 2868 | cls.add_method('AddTrailer', |
| 2869 | 'void', |
| 2870 | [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')]) |
| 2871 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::PacketMetadata::BeginItem(ns3::Buffer buffer) const [member function] |
| 2872 | cls.add_method('BeginItem', |
| 2873 | 'ns3::PacketMetadata::ItemIterator', |
| 2874 | [param('ns3::Buffer', 'buffer')], |
| 2875 | is_const=True) |
| 2876 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata ns3::PacketMetadata::CreateFragment(uint32_t start, uint32_t end) const [member function] |
| 2877 | cls.add_method('CreateFragment', |
| 2878 | 'ns3::PacketMetadata', |
| 2879 | [param('uint32_t', 'start'), param('uint32_t', 'end')], |
| 2880 | is_const=True) |
| 2881 | ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Deserialize(uint8_t const * buffer, uint32_t size) [member function] |
| 2882 | cls.add_method('Deserialize', |
| 2883 | 'uint32_t', |
| 2884 | [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 2885 | ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::Enable() [member function] |
| 2886 | cls.add_method('Enable', |
| 2887 | 'void', |
| 2888 | [], |
| 2889 | is_static=True) |
| 2890 | ## packet-metadata.h (module 'network'): static void ns3::PacketMetadata::EnableChecking() [member function] |
| 2891 | cls.add_method('EnableChecking', |
| 2892 | 'void', |
| 2893 | [], |
| 2894 | is_static=True) |
| 2895 | ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::GetSerializedSize() const [member function] |
| 2896 | cls.add_method('GetSerializedSize', |
| 2897 | 'uint32_t', |
| 2898 | [], |
| 2899 | is_const=True) |
| 2900 | ## packet-metadata.h (module 'network'): uint64_t ns3::PacketMetadata::GetUid() const [member function] |
| 2901 | cls.add_method('GetUid', |
| 2902 | 'uint64_t', |
| 2903 | [], |
| 2904 | is_const=True) |
| 2905 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtEnd(uint32_t end) [member function] |
| 2906 | cls.add_method('RemoveAtEnd', |
| 2907 | 'void', |
| 2908 | [param('uint32_t', 'end')]) |
| 2909 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveAtStart(uint32_t start) [member function] |
| 2910 | cls.add_method('RemoveAtStart', |
| 2911 | 'void', |
| 2912 | [param('uint32_t', 'start')]) |
| 2913 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveHeader(ns3::Header const & header, uint32_t size) [member function] |
| 2914 | cls.add_method('RemoveHeader', |
| 2915 | 'void', |
| 2916 | [param('ns3::Header const &', 'header'), param('uint32_t', 'size')]) |
| 2917 | ## packet-metadata.h (module 'network'): void ns3::PacketMetadata::RemoveTrailer(ns3::Trailer const & trailer, uint32_t size) [member function] |
| 2918 | cls.add_method('RemoveTrailer', |
| 2919 | 'void', |
| 2920 | [param('ns3::Trailer const &', 'trailer'), param('uint32_t', 'size')]) |
| 2921 | ## packet-metadata.h (module 'network'): uint32_t ns3::PacketMetadata::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function] |
| 2922 | cls.add_method('Serialize', |
| 2923 | 'uint32_t', |
| 2924 | [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], |
| 2925 | is_const=True) |
| 2926 | return |
| 2927 | |
| 2928 | def register_Ns3PacketMetadataItem_methods(root_module, cls): |
| 2929 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item() [constructor] |
| 2930 | cls.add_constructor([]) |
| 2931 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::Item(ns3::PacketMetadata::Item const & arg0) [copy constructor] |
| 2932 | cls.add_constructor([param('ns3::PacketMetadata::Item const &', 'arg0')]) |
| 2933 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::current [variable] |
| 2934 | cls.add_instance_attribute('current', 'ns3::Buffer::Iterator', is_const=False) |
| 2935 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentSize [variable] |
| 2936 | cls.add_instance_attribute('currentSize', 'uint32_t', is_const=False) |
| 2937 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromEnd [variable] |
| 2938 | cls.add_instance_attribute('currentTrimedFromEnd', 'uint32_t', is_const=False) |
| 2939 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::currentTrimedFromStart [variable] |
| 2940 | cls.add_instance_attribute('currentTrimedFromStart', 'uint32_t', is_const=False) |
| 2941 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::isFragment [variable] |
| 2942 | cls.add_instance_attribute('isFragment', 'bool', is_const=False) |
| 2943 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item::tid [variable] |
| 2944 | cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False) |
| 2945 | return |
| 2946 | |
| 2947 | def register_Ns3PacketMetadataItemIterator_methods(root_module, cls): |
| 2948 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata::ItemIterator const & arg0) [copy constructor] |
| 2949 | cls.add_constructor([param('ns3::PacketMetadata::ItemIterator const &', 'arg0')]) |
| 2950 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::ItemIterator::ItemIterator(ns3::PacketMetadata const * metadata, ns3::Buffer buffer) [constructor] |
| 2951 | cls.add_constructor([param('ns3::PacketMetadata const *', 'metadata'), param('ns3::Buffer', 'buffer')]) |
| 2952 | ## packet-metadata.h (module 'network'): bool ns3::PacketMetadata::ItemIterator::HasNext() const [member function] |
| 2953 | cls.add_method('HasNext', |
| 2954 | 'bool', |
| 2955 | [], |
| 2956 | is_const=True) |
| 2957 | ## packet-metadata.h (module 'network'): ns3::PacketMetadata::Item ns3::PacketMetadata::ItemIterator::Next() [member function] |
| 2958 | cls.add_method('Next', |
| 2959 | 'ns3::PacketMetadata::Item', |
| 2960 | []) |
| 2961 | return |
| 2962 | |
| 2963 | def register_Ns3PacketTagIterator_methods(root_module, cls): |
| 2964 | ## packet.h (module 'network'): ns3::PacketTagIterator::PacketTagIterator(ns3::PacketTagIterator const & arg0) [copy constructor] |
| 2965 | cls.add_constructor([param('ns3::PacketTagIterator const &', 'arg0')]) |
| 2966 | ## packet.h (module 'network'): bool ns3::PacketTagIterator::HasNext() const [member function] |
| 2967 | cls.add_method('HasNext', |
| 2968 | 'bool', |
| 2969 | [], |
| 2970 | is_const=True) |
| 2971 | ## packet.h (module 'network'): ns3::PacketTagIterator::Item ns3::PacketTagIterator::Next() [member function] |
| 2972 | cls.add_method('Next', |
| 2973 | 'ns3::PacketTagIterator::Item', |
| 2974 | []) |
| 2975 | return |
| 2976 | |
| 2977 | def register_Ns3PacketTagIteratorItem_methods(root_module, cls): |
| 2978 | ## packet.h (module 'network'): ns3::PacketTagIterator::Item::Item(ns3::PacketTagIterator::Item const & arg0) [copy constructor] |
| 2979 | cls.add_constructor([param('ns3::PacketTagIterator::Item const &', 'arg0')]) |
| 2980 | ## packet.h (module 'network'): void ns3::PacketTagIterator::Item::GetTag(ns3::Tag & tag) const [member function] |
| 2981 | cls.add_method('GetTag', |
| 2982 | 'void', |
| 2983 | [param('ns3::Tag &', 'tag')], |
| 2984 | is_const=True) |
| 2985 | ## packet.h (module 'network'): ns3::TypeId ns3::PacketTagIterator::Item::GetTypeId() const [member function] |
| 2986 | cls.add_method('GetTypeId', |
| 2987 | 'ns3::TypeId', |
| 2988 | [], |
| 2989 | is_const=True) |
| 2990 | return |
| 2991 | |
| 2992 | def register_Ns3PacketTagList_methods(root_module, cls): |
| 2993 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList() [constructor] |
| 2994 | cls.add_constructor([]) |
| 2995 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::PacketTagList(ns3::PacketTagList const & o) [copy constructor] |
| 2996 | cls.add_constructor([param('ns3::PacketTagList const &', 'o')]) |
| 2997 | ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::Add(ns3::Tag const & tag) const [member function] |
| 2998 | cls.add_method('Add', |
| 2999 | 'void', |
| 3000 | [param('ns3::Tag const &', 'tag')], |
| 3001 | is_const=True) |
| 3002 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData const * ns3::PacketTagList::Head() const [member function] |
| 3003 | cls.add_method('Head', |
| 3004 | 'ns3::PacketTagList::TagData const *', |
| 3005 | [], |
| 3006 | is_const=True) |
| 3007 | ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Peek(ns3::Tag & tag) const [member function] |
| 3008 | cls.add_method('Peek', |
| 3009 | 'bool', |
| 3010 | [param('ns3::Tag &', 'tag')], |
| 3011 | is_const=True) |
| 3012 | ## packet-tag-list.h (module 'network'): bool ns3::PacketTagList::Remove(ns3::Tag & tag) [member function] |
| 3013 | cls.add_method('Remove', |
| 3014 | 'bool', |
| 3015 | [param('ns3::Tag &', 'tag')]) |
| 3016 | ## packet-tag-list.h (module 'network'): void ns3::PacketTagList::RemoveAll() [member function] |
| 3017 | cls.add_method('RemoveAll', |
| 3018 | 'void', |
| 3019 | []) |
| 3020 | return |
| 3021 | |
| 3022 | def register_Ns3PacketTagListTagData_methods(root_module, cls): |
| 3023 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData() [constructor] |
| 3024 | cls.add_constructor([]) |
| 3025 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::TagData(ns3::PacketTagList::TagData const & arg0) [copy constructor] |
| 3026 | cls.add_constructor([param('ns3::PacketTagList::TagData const &', 'arg0')]) |
| 3027 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::count [variable] |
| 3028 | cls.add_instance_attribute('count', 'uint32_t', is_const=False) |
| 3029 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::data [variable] |
| 3030 | cls.add_instance_attribute('data', 'uint8_t [ 20 ]', is_const=False) |
| 3031 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::next [variable] |
| 3032 | cls.add_instance_attribute('next', 'ns3::PacketTagList::TagData *', is_const=False) |
| 3033 | ## packet-tag-list.h (module 'network'): ns3::PacketTagList::TagData::tid [variable] |
| 3034 | cls.add_instance_attribute('tid', 'ns3::TypeId', is_const=False) |
| 3035 | return |
| 3036 | |
| 3037 | def register_Ns3PcapFile_methods(root_module, cls): |
| 3038 | ## pcap-file.h (module 'network'): ns3::PcapFile::PcapFile() [constructor] |
| 3039 | cls.add_constructor([]) |
| 3040 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Clear() [member function] |
| 3041 | cls.add_method('Clear', |
| 3042 | 'void', |
| 3043 | []) |
| 3044 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Close() [member function] |
| 3045 | cls.add_method('Close', |
| 3046 | 'void', |
| 3047 | []) |
| 3048 | ## pcap-file.h (module 'network'): static bool ns3::PcapFile::Diff(std::string const & f1, std::string const & f2, uint32_t & sec, uint32_t & usec, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT) [member function] |
| 3049 | cls.add_method('Diff', |
| 3050 | 'bool', |
| 3051 | [param('std::string const &', 'f1'), param('std::string const &', 'f2'), param('uint32_t &', 'sec'), param('uint32_t &', 'usec'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT')], |
| 3052 | is_static=True) |
| 3053 | ## pcap-file.h (module 'network'): bool ns3::PcapFile::Eof() const [member function] |
| 3054 | cls.add_method('Eof', |
| 3055 | 'bool', |
| 3056 | [], |
| 3057 | is_const=True) |
| 3058 | ## pcap-file.h (module 'network'): bool ns3::PcapFile::Fail() const [member function] |
| 3059 | cls.add_method('Fail', |
| 3060 | 'bool', |
| 3061 | [], |
| 3062 | is_const=True) |
| 3063 | ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetDataLinkType() [member function] |
| 3064 | cls.add_method('GetDataLinkType', |
| 3065 | 'uint32_t', |
| 3066 | []) |
| 3067 | ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetMagic() [member function] |
| 3068 | cls.add_method('GetMagic', |
| 3069 | 'uint32_t', |
| 3070 | []) |
| 3071 | ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetSigFigs() [member function] |
| 3072 | cls.add_method('GetSigFigs', |
| 3073 | 'uint32_t', |
| 3074 | []) |
| 3075 | ## pcap-file.h (module 'network'): uint32_t ns3::PcapFile::GetSnapLen() [member function] |
| 3076 | cls.add_method('GetSnapLen', |
| 3077 | 'uint32_t', |
| 3078 | []) |
| 3079 | ## pcap-file.h (module 'network'): bool ns3::PcapFile::GetSwapMode() [member function] |
| 3080 | cls.add_method('GetSwapMode', |
| 3081 | 'bool', |
| 3082 | []) |
| 3083 | ## pcap-file.h (module 'network'): int32_t ns3::PcapFile::GetTimeZoneOffset() [member function] |
| 3084 | cls.add_method('GetTimeZoneOffset', |
| 3085 | 'int32_t', |
| 3086 | []) |
| 3087 | ## pcap-file.h (module 'network'): uint16_t ns3::PcapFile::GetVersionMajor() [member function] |
| 3088 | cls.add_method('GetVersionMajor', |
| 3089 | 'uint16_t', |
| 3090 | []) |
| 3091 | ## pcap-file.h (module 'network'): uint16_t ns3::PcapFile::GetVersionMinor() [member function] |
| 3092 | cls.add_method('GetVersionMinor', |
| 3093 | 'uint16_t', |
| 3094 | []) |
| 3095 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Init(uint32_t dataLinkType, uint32_t snapLen=ns3::PcapFile::SNAPLEN_DEFAULT, int32_t timeZoneCorrection=ns3::PcapFile::ZONE_DEFAULT, bool swapMode=false) [member function] |
| 3096 | cls.add_method('Init', |
| 3097 | 'void', |
| 3098 | [param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='ns3::PcapFile::SNAPLEN_DEFAULT'), param('int32_t', 'timeZoneCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT'), param('bool', 'swapMode', default_value='false')]) |
| 3099 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Open(std::string const & filename, std::_Ios_Openmode mode) [member function] |
| 3100 | cls.add_method('Open', |
| 3101 | 'void', |
| 3102 | [param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')]) |
| 3103 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Read(uint8_t * const data, uint32_t maxBytes, uint32_t & tsSec, uint32_t & tsUsec, uint32_t & inclLen, uint32_t & origLen, uint32_t & readLen) [member function] |
| 3104 | cls.add_method('Read', |
| 3105 | 'void', |
| 3106 | [param('uint8_t * const', 'data'), param('uint32_t', 'maxBytes'), param('uint32_t &', 'tsSec'), param('uint32_t &', 'tsUsec'), param('uint32_t &', 'inclLen'), param('uint32_t &', 'origLen'), param('uint32_t &', 'readLen')]) |
| 3107 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, uint8_t const * const data, uint32_t totalLen) [member function] |
| 3108 | cls.add_method('Write', |
| 3109 | 'void', |
| 3110 | [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('uint8_t const * const', 'data'), param('uint32_t', 'totalLen')]) |
| 3111 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Ptr<ns3::Packet const> p) [member function] |
| 3112 | cls.add_method('Write', |
| 3113 | 'void', |
| 3114 | [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Ptr< ns3::Packet const >', 'p')]) |
| 3115 | ## pcap-file.h (module 'network'): void ns3::PcapFile::Write(uint32_t tsSec, uint32_t tsUsec, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function] |
| 3116 | cls.add_method('Write', |
| 3117 | 'void', |
| 3118 | [param('uint32_t', 'tsSec'), param('uint32_t', 'tsUsec'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')]) |
| 3119 | ## pcap-file.h (module 'network'): ns3::PcapFile::SNAPLEN_DEFAULT [variable] |
| 3120 | cls.add_static_attribute('SNAPLEN_DEFAULT', 'uint32_t const', is_const=True) |
| 3121 | ## pcap-file.h (module 'network'): ns3::PcapFile::ZONE_DEFAULT [variable] |
| 3122 | cls.add_static_attribute('ZONE_DEFAULT', 'int32_t const', is_const=True) |
| 3123 | return |
| 3124 | |
| 3125 | def register_Ns3PcapHelper_methods(root_module, cls): |
| 3126 | ## trace-helper.h (module 'network'): ns3::PcapHelper::PcapHelper(ns3::PcapHelper const & arg0) [copy constructor] |
| 3127 | cls.add_constructor([param('ns3::PcapHelper const &', 'arg0')]) |
| 3128 | ## trace-helper.h (module 'network'): ns3::PcapHelper::PcapHelper() [constructor] |
| 3129 | cls.add_constructor([]) |
| 3130 | ## trace-helper.h (module 'network'): ns3::Ptr<ns3::PcapFileWrapper> ns3::PcapHelper::CreateFile(std::string filename, std::_Ios_Openmode filemode, uint32_t dataLinkType, uint32_t snapLen=65535, int32_t tzCorrection=0) [member function] |
| 3131 | cls.add_method('CreateFile', |
| 3132 | 'ns3::Ptr< ns3::PcapFileWrapper >', |
| 3133 | [param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode'), param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='65535'), param('int32_t', 'tzCorrection', default_value='0')]) |
| 3134 | ## trace-helper.h (module 'network'): std::string ns3::PcapHelper::GetFilenameFromDevice(std::string prefix, ns3::Ptr<ns3::NetDevice> device, bool useObjectNames=true) [member function] |
| 3135 | cls.add_method('GetFilenameFromDevice', |
| 3136 | 'std::string', |
| 3137 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'device'), param('bool', 'useObjectNames', default_value='true')]) |
| 3138 | ## trace-helper.h (module 'network'): std::string ns3::PcapHelper::GetFilenameFromInterfacePair(std::string prefix, ns3::Ptr<ns3::Object> object, uint32_t interface, bool useObjectNames=true) [member function] |
| 3139 | cls.add_method('GetFilenameFromInterfacePair', |
| 3140 | 'std::string', |
| 3141 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Object >', 'object'), param('uint32_t', 'interface'), param('bool', 'useObjectNames', default_value='true')]) |
| 3142 | return |
| 3143 | |
| 3144 | def register_Ns3PcapHelperForCcnx_methods(root_module, cls): |
| 3145 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::PcapHelperForCcnx::PcapHelperForCcnx(ns3::PcapHelperForCcnx const & arg0) [copy constructor] |
| 3146 | cls.add_constructor([param('ns3::PcapHelperForCcnx const &', 'arg0')]) |
| 3147 | ## ccnx-trace-helper.h (module 'NDNabstraction'): ns3::PcapHelperForCcnx::PcapHelperForCcnx() [constructor] |
| 3148 | cls.add_constructor([]) |
| 3149 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnx(std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename=false) [member function] |
| 3150 | cls.add_method('EnablePcapCcnx', |
| 3151 | 'void', |
| 3152 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename', default_value='false')]) |
| 3153 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnx(std::string prefix, std::string ccnxName, uint32_t interface, bool explicitFilename=false) [member function] |
| 3154 | cls.add_method('EnablePcapCcnx', |
| 3155 | 'void', |
| 3156 | [param('std::string', 'prefix'), param('std::string', 'ccnxName'), param('uint32_t', 'interface'), param('bool', 'explicitFilename', default_value='false')]) |
| 3157 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnx(std::string prefix, ns3::CcnxFaceContainer c) [member function] |
| 3158 | cls.add_method('EnablePcapCcnx', |
| 3159 | 'void', |
| 3160 | [param('std::string', 'prefix'), param('ns3::CcnxFaceContainer', 'c')]) |
| 3161 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnx(std::string prefix, ns3::NodeContainer n) [member function] |
| 3162 | cls.add_method('EnablePcapCcnx', |
| 3163 | 'void', |
| 3164 | [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n')]) |
| 3165 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnx(std::string prefix, uint32_t nodeid, uint32_t interface, bool explicitFilename) [member function] |
| 3166 | cls.add_method('EnablePcapCcnx', |
| 3167 | 'void', |
| 3168 | [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')]) |
| 3169 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnxAll(std::string prefix) [member function] |
| 3170 | cls.add_method('EnablePcapCcnxAll', |
| 3171 | 'void', |
| 3172 | [param('std::string', 'prefix')]) |
| 3173 | ## ccnx-trace-helper.h (module 'NDNabstraction'): void ns3::PcapHelperForCcnx::EnablePcapCcnxInternal(std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename) [member function] |
| 3174 | cls.add_method('EnablePcapCcnxInternal', |
| 3175 | 'void', |
| 3176 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')], |
| 3177 | is_pure_virtual=True, is_virtual=True) |
| 3178 | return |
| 3179 | |
| 3180 | def register_Ns3PcapHelperForDevice_methods(root_module, cls): |
| 3181 | ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice::PcapHelperForDevice(ns3::PcapHelperForDevice const & arg0) [copy constructor] |
| 3182 | cls.add_constructor([param('ns3::PcapHelperForDevice const &', 'arg0')]) |
| 3183 | ## trace-helper.h (module 'network'): ns3::PcapHelperForDevice::PcapHelperForDevice() [constructor] |
| 3184 | cls.add_constructor([]) |
| 3185 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous=false, bool explicitFilename=false) [member function] |
| 3186 | cls.add_method('EnablePcap', |
| 3187 | 'void', |
| 3188 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous', default_value='false'), param('bool', 'explicitFilename', default_value='false')]) |
| 3189 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, std::string ndName, bool promiscuous=false, bool explicitFilename=false) [member function] |
| 3190 | cls.add_method('EnablePcap', |
| 3191 | 'void', |
| 3192 | [param('std::string', 'prefix'), param('std::string', 'ndName'), param('bool', 'promiscuous', default_value='false'), param('bool', 'explicitFilename', default_value='false')]) |
| 3193 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::NetDeviceContainer d, bool promiscuous=false) [member function] |
| 3194 | cls.add_method('EnablePcap', |
| 3195 | 'void', |
| 3196 | [param('std::string', 'prefix'), param('ns3::NetDeviceContainer', 'd'), param('bool', 'promiscuous', default_value='false')]) |
| 3197 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, ns3::NodeContainer n, bool promiscuous=false) [member function] |
| 3198 | cls.add_method('EnablePcap', |
| 3199 | 'void', |
| 3200 | [param('std::string', 'prefix'), param('ns3::NodeContainer', 'n'), param('bool', 'promiscuous', default_value='false')]) |
| 3201 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcap(std::string prefix, uint32_t nodeid, uint32_t deviceid, bool promiscuous=false) [member function] |
| 3202 | cls.add_method('EnablePcap', |
| 3203 | 'void', |
| 3204 | [param('std::string', 'prefix'), param('uint32_t', 'nodeid'), param('uint32_t', 'deviceid'), param('bool', 'promiscuous', default_value='false')]) |
| 3205 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcapAll(std::string prefix, bool promiscuous=false) [member function] |
| 3206 | cls.add_method('EnablePcapAll', |
| 3207 | 'void', |
| 3208 | [param('std::string', 'prefix'), param('bool', 'promiscuous', default_value='false')]) |
| 3209 | ## trace-helper.h (module 'network'): void ns3::PcapHelperForDevice::EnablePcapInternal(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous, bool explicitFilename) [member function] |
| 3210 | cls.add_method('EnablePcapInternal', |
| 3211 | 'void', |
| 3212 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous'), param('bool', 'explicitFilename')], |
| 3213 | is_pure_virtual=True, is_virtual=True) |
| 3214 | return |
| 3215 | |
| 3216 | def register_Ns3PointToPointHelper_methods(root_module, cls): |
| 3217 | ## point-to-point-helper.h (module 'point-to-point'): ns3::PointToPointHelper::PointToPointHelper(ns3::PointToPointHelper const & arg0) [copy constructor] |
| 3218 | cls.add_constructor([param('ns3::PointToPointHelper const &', 'arg0')]) |
| 3219 | ## point-to-point-helper.h (module 'point-to-point'): ns3::PointToPointHelper::PointToPointHelper() [constructor] |
| 3220 | cls.add_constructor([]) |
| 3221 | ## point-to-point-helper.h (module 'point-to-point'): ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::NodeContainer c) [member function] |
| 3222 | cls.add_method('Install', |
| 3223 | 'ns3::NetDeviceContainer', |
| 3224 | [param('ns3::NodeContainer', 'c')]) |
| 3225 | ## point-to-point-helper.h (module 'point-to-point'): ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::Ptr<ns3::Node> a, ns3::Ptr<ns3::Node> b) [member function] |
| 3226 | cls.add_method('Install', |
| 3227 | 'ns3::NetDeviceContainer', |
| 3228 | [param('ns3::Ptr< ns3::Node >', 'a'), param('ns3::Ptr< ns3::Node >', 'b')]) |
| 3229 | ## point-to-point-helper.h (module 'point-to-point'): ns3::NetDeviceContainer ns3::PointToPointHelper::Install(ns3::Ptr<ns3::Node> a, std::string bName) [member function] |
| 3230 | cls.add_method('Install', |
| 3231 | 'ns3::NetDeviceContainer', |
| 3232 | [param('ns3::Ptr< ns3::Node >', 'a'), param('std::string', 'bName')]) |
| 3233 | ## point-to-point-helper.h (module 'point-to-point'): ns3::NetDeviceContainer ns3::PointToPointHelper::Install(std::string aName, ns3::Ptr<ns3::Node> b) [member function] |
| 3234 | cls.add_method('Install', |
| 3235 | 'ns3::NetDeviceContainer', |
| 3236 | [param('std::string', 'aName'), param('ns3::Ptr< ns3::Node >', 'b')]) |
| 3237 | ## point-to-point-helper.h (module 'point-to-point'): ns3::NetDeviceContainer ns3::PointToPointHelper::Install(std::string aNode, std::string bNode) [member function] |
| 3238 | cls.add_method('Install', |
| 3239 | 'ns3::NetDeviceContainer', |
| 3240 | [param('std::string', 'aNode'), param('std::string', 'bNode')]) |
| 3241 | ## point-to-point-helper.h (module 'point-to-point'): void ns3::PointToPointHelper::SetChannelAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
| 3242 | cls.add_method('SetChannelAttribute', |
| 3243 | 'void', |
| 3244 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 3245 | ## point-to-point-helper.h (module 'point-to-point'): void ns3::PointToPointHelper::SetDeviceAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
| 3246 | cls.add_method('SetDeviceAttribute', |
| 3247 | 'void', |
| 3248 | [param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
| 3249 | ## point-to-point-helper.h (module 'point-to-point'): void ns3::PointToPointHelper::SetQueue(std::string type, std::string n1="", ns3::AttributeValue const & v1=ns3::EmptyAttributeValue(), std::string n2="", ns3::AttributeValue const & v2=ns3::EmptyAttributeValue(), std::string n3="", ns3::AttributeValue const & v3=ns3::EmptyAttributeValue(), std::string n4="", ns3::AttributeValue const & v4=ns3::EmptyAttributeValue()) [member function] |
| 3250 | cls.add_method('SetQueue', |
| 3251 | 'void', |
| 3252 | [param('std::string', 'type'), param('std::string', 'n1', default_value='""'), param('ns3::AttributeValue const &', 'v1', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n2', default_value='""'), param('ns3::AttributeValue const &', 'v2', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n3', default_value='""'), param('ns3::AttributeValue const &', 'v3', default_value='ns3::EmptyAttributeValue()'), param('std::string', 'n4', default_value='""'), param('ns3::AttributeValue const &', 'v4', default_value='ns3::EmptyAttributeValue()')]) |
| 3253 | ## point-to-point-helper.h (module 'point-to-point'): void ns3::PointToPointHelper::EnableAsciiInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool explicitFilename) [member function] |
| 3254 | cls.add_method('EnableAsciiInternal', |
| 3255 | 'void', |
| 3256 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'explicitFilename')], |
| 3257 | visibility='private', is_virtual=True) |
| 3258 | ## point-to-point-helper.h (module 'point-to-point'): void ns3::PointToPointHelper::EnablePcapInternal(std::string prefix, ns3::Ptr<ns3::NetDevice> nd, bool promiscuous, bool explicitFilename) [member function] |
| 3259 | cls.add_method('EnablePcapInternal', |
| 3260 | 'void', |
| 3261 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::NetDevice >', 'nd'), param('bool', 'promiscuous'), param('bool', 'explicitFilename')], |
| 3262 | visibility='private', is_virtual=True) |
| 3263 | return |
| 3264 | |
| 3265 | def register_Ns3RandomVariable_methods(root_module, cls): |
| 3266 | cls.add_output_stream_operator() |
| 3267 | ## random-variable.h (module 'core'): ns3::RandomVariable::RandomVariable() [constructor] |
| 3268 | cls.add_constructor([]) |
| 3269 | ## random-variable.h (module 'core'): ns3::RandomVariable::RandomVariable(ns3::RandomVariable const & o) [copy constructor] |
| 3270 | cls.add_constructor([param('ns3::RandomVariable const &', 'o')]) |
| 3271 | ## random-variable.h (module 'core'): uint32_t ns3::RandomVariable::GetInteger() const [member function] |
| 3272 | cls.add_method('GetInteger', |
| 3273 | 'uint32_t', |
| 3274 | [], |
| 3275 | is_const=True) |
| 3276 | ## random-variable.h (module 'core'): double ns3::RandomVariable::GetValue() const [member function] |
| 3277 | cls.add_method('GetValue', |
| 3278 | 'double', |
| 3279 | [], |
| 3280 | is_const=True) |
| 3281 | return |
| 3282 | |
| 3283 | def register_Ns3SeedManager_methods(root_module, cls): |
| 3284 | ## random-variable.h (module 'core'): ns3::SeedManager::SeedManager() [constructor] |
| 3285 | cls.add_constructor([]) |
| 3286 | ## random-variable.h (module 'core'): ns3::SeedManager::SeedManager(ns3::SeedManager const & arg0) [copy constructor] |
| 3287 | cls.add_constructor([param('ns3::SeedManager const &', 'arg0')]) |
| 3288 | ## random-variable.h (module 'core'): static bool ns3::SeedManager::CheckSeed(uint32_t seed) [member function] |
| 3289 | cls.add_method('CheckSeed', |
| 3290 | 'bool', |
| 3291 | [param('uint32_t', 'seed')], |
| 3292 | is_static=True) |
| 3293 | ## random-variable.h (module 'core'): static uint32_t ns3::SeedManager::GetRun() [member function] |
| 3294 | cls.add_method('GetRun', |
| 3295 | 'uint32_t', |
| 3296 | [], |
| 3297 | is_static=True) |
| 3298 | ## random-variable.h (module 'core'): static uint32_t ns3::SeedManager::GetSeed() [member function] |
| 3299 | cls.add_method('GetSeed', |
| 3300 | 'uint32_t', |
| 3301 | [], |
| 3302 | is_static=True) |
| 3303 | ## random-variable.h (module 'core'): static void ns3::SeedManager::SetRun(uint32_t run) [member function] |
| 3304 | cls.add_method('SetRun', |
| 3305 | 'void', |
| 3306 | [param('uint32_t', 'run')], |
| 3307 | is_static=True) |
| 3308 | ## random-variable.h (module 'core'): static void ns3::SeedManager::SetSeed(uint32_t seed) [member function] |
| 3309 | cls.add_method('SetSeed', |
| 3310 | 'void', |
| 3311 | [param('uint32_t', 'seed')], |
| 3312 | is_static=True) |
| 3313 | return |
| 3314 | |
| 3315 | def register_Ns3SequentialVariable_methods(root_module, cls): |
| 3316 | ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(ns3::SequentialVariable const & arg0) [copy constructor] |
| 3317 | cls.add_constructor([param('ns3::SequentialVariable const &', 'arg0')]) |
| 3318 | ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(double f, double l, double i=1, uint32_t c=1) [constructor] |
| 3319 | cls.add_constructor([param('double', 'f'), param('double', 'l'), param('double', 'i', default_value='1'), param('uint32_t', 'c', default_value='1')]) |
| 3320 | ## random-variable.h (module 'core'): ns3::SequentialVariable::SequentialVariable(double f, double l, ns3::RandomVariable const & i, uint32_t c=1) [constructor] |
| 3321 | cls.add_constructor([param('double', 'f'), param('double', 'l'), param('ns3::RandomVariable const &', 'i'), param('uint32_t', 'c', default_value='1')]) |
| 3322 | return |
| 3323 | |
| 3324 | def register_Ns3SimpleRefCount__Ns3Chunk_Ns3ObjectBase_Ns3DefaultDeleter__lt__ns3Chunk__gt___methods(root_module, cls): |
| 3325 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> >::SimpleRefCount() [constructor] |
| 3326 | cls.add_constructor([]) |
| 3327 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> > const & o) [copy constructor] |
| 3328 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter< ns3::Chunk > > const &', 'o')]) |
| 3329 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Chunk, ns3::ObjectBase, ns3::DefaultDeleter<ns3::Chunk> >::Cleanup() [member function] |
| 3330 | cls.add_method('Cleanup', |
| 3331 | 'void', |
| 3332 | [], |
| 3333 | is_static=True) |
| 3334 | return |
| 3335 | |
| 3336 | def register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, cls): |
| 3337 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount() [constructor] |
| 3338 | cls.add_constructor([]) |
| 3339 | ## 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] |
| 3340 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter > const &', 'o')]) |
| 3341 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::Cleanup() [member function] |
| 3342 | cls.add_method('Cleanup', |
| 3343 | 'void', |
| 3344 | [], |
| 3345 | is_static=True) |
| 3346 | return |
| 3347 | |
| 3348 | def register_Ns3Simulator_methods(root_module, cls): |
| 3349 | ## simulator.h (module 'core'): ns3::Simulator::Simulator(ns3::Simulator const & arg0) [copy constructor] |
| 3350 | cls.add_constructor([param('ns3::Simulator const &', 'arg0')]) |
| 3351 | ## simulator.h (module 'core'): static void ns3::Simulator::Cancel(ns3::EventId const & id) [member function] |
| 3352 | cls.add_method('Cancel', |
| 3353 | 'void', |
| 3354 | [param('ns3::EventId const &', 'id')], |
| 3355 | is_static=True) |
| 3356 | ## simulator.h (module 'core'): static void ns3::Simulator::Destroy() [member function] |
| 3357 | cls.add_method('Destroy', |
| 3358 | 'void', |
| 3359 | [], |
| 3360 | is_static=True) |
| 3361 | ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetContext() [member function] |
| 3362 | cls.add_method('GetContext', |
| 3363 | 'uint32_t', |
| 3364 | [], |
| 3365 | is_static=True) |
| 3366 | ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetDelayLeft(ns3::EventId const & id) [member function] |
| 3367 | cls.add_method('GetDelayLeft', |
| 3368 | 'ns3::Time', |
| 3369 | [param('ns3::EventId const &', 'id')], |
| 3370 | is_static=True) |
| 3371 | ## simulator.h (module 'core'): static ns3::Ptr<ns3::SimulatorImpl> ns3::Simulator::GetImplementation() [member function] |
| 3372 | cls.add_method('GetImplementation', |
| 3373 | 'ns3::Ptr< ns3::SimulatorImpl >', |
| 3374 | [], |
| 3375 | is_static=True) |
| 3376 | ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::GetMaximumSimulationTime() [member function] |
| 3377 | cls.add_method('GetMaximumSimulationTime', |
| 3378 | 'ns3::Time', |
| 3379 | [], |
| 3380 | is_static=True) |
| 3381 | ## simulator.h (module 'core'): static uint32_t ns3::Simulator::GetSystemId() [member function] |
| 3382 | cls.add_method('GetSystemId', |
| 3383 | 'uint32_t', |
| 3384 | [], |
| 3385 | is_static=True) |
| 3386 | ## simulator.h (module 'core'): static bool ns3::Simulator::IsExpired(ns3::EventId const & id) [member function] |
| 3387 | cls.add_method('IsExpired', |
| 3388 | 'bool', |
| 3389 | [param('ns3::EventId const &', 'id')], |
| 3390 | is_static=True) |
| 3391 | ## simulator.h (module 'core'): static bool ns3::Simulator::IsFinished() [member function] |
| 3392 | cls.add_method('IsFinished', |
| 3393 | 'bool', |
| 3394 | [], |
| 3395 | is_static=True) |
| 3396 | ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Next() [member function] |
| 3397 | cls.add_method('Next', |
| 3398 | 'ns3::Time', |
| 3399 | [], |
| 3400 | is_static=True, deprecated=True) |
| 3401 | ## simulator.h (module 'core'): static ns3::Time ns3::Simulator::Now() [member function] |
| 3402 | cls.add_method('Now', |
| 3403 | 'ns3::Time', |
| 3404 | [], |
| 3405 | is_static=True) |
| 3406 | ## simulator.h (module 'core'): static void ns3::Simulator::Remove(ns3::EventId const & id) [member function] |
| 3407 | cls.add_method('Remove', |
| 3408 | 'void', |
| 3409 | [param('ns3::EventId const &', 'id')], |
| 3410 | is_static=True) |
| 3411 | ## simulator.h (module 'core'): static void ns3::Simulator::RunOneEvent() [member function] |
| 3412 | cls.add_method('RunOneEvent', |
| 3413 | 'void', |
| 3414 | [], |
| 3415 | is_static=True, deprecated=True) |
| 3416 | ## simulator.h (module 'core'): static void ns3::Simulator::SetImplementation(ns3::Ptr<ns3::SimulatorImpl> impl) [member function] |
| 3417 | cls.add_method('SetImplementation', |
| 3418 | 'void', |
| 3419 | [param('ns3::Ptr< ns3::SimulatorImpl >', 'impl')], |
| 3420 | is_static=True) |
| 3421 | ## simulator.h (module 'core'): static void ns3::Simulator::SetScheduler(ns3::ObjectFactory schedulerFactory) [member function] |
| 3422 | cls.add_method('SetScheduler', |
| 3423 | 'void', |
| 3424 | [param('ns3::ObjectFactory', 'schedulerFactory')], |
| 3425 | is_static=True) |
| 3426 | ## simulator.h (module 'core'): static void ns3::Simulator::Stop() [member function] |
| 3427 | cls.add_method('Stop', |
| 3428 | 'void', |
| 3429 | [], |
| 3430 | is_static=True) |
| 3431 | ## simulator.h (module 'core'): static void ns3::Simulator::Stop(ns3::Time const & time) [member function] |
| 3432 | cls.add_method('Stop', |
| 3433 | 'void', |
| 3434 | [param('ns3::Time const &', 'time')], |
| 3435 | is_static=True) |
| 3436 | return |
| 3437 | |
| 3438 | def register_Ns3Tag_methods(root_module, cls): |
| 3439 | ## tag.h (module 'network'): ns3::Tag::Tag() [constructor] |
| 3440 | cls.add_constructor([]) |
| 3441 | ## tag.h (module 'network'): ns3::Tag::Tag(ns3::Tag const & arg0) [copy constructor] |
| 3442 | cls.add_constructor([param('ns3::Tag const &', 'arg0')]) |
| 3443 | ## tag.h (module 'network'): void ns3::Tag::Deserialize(ns3::TagBuffer i) [member function] |
| 3444 | cls.add_method('Deserialize', |
| 3445 | 'void', |
| 3446 | [param('ns3::TagBuffer', 'i')], |
| 3447 | is_pure_virtual=True, is_virtual=True) |
| 3448 | ## tag.h (module 'network'): uint32_t ns3::Tag::GetSerializedSize() const [member function] |
| 3449 | cls.add_method('GetSerializedSize', |
| 3450 | 'uint32_t', |
| 3451 | [], |
| 3452 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 3453 | ## tag.h (module 'network'): static ns3::TypeId ns3::Tag::GetTypeId() [member function] |
| 3454 | cls.add_method('GetTypeId', |
| 3455 | 'ns3::TypeId', |
| 3456 | [], |
| 3457 | is_static=True) |
| 3458 | ## tag.h (module 'network'): void ns3::Tag::Print(std::ostream & os) const [member function] |
| 3459 | cls.add_method('Print', |
| 3460 | 'void', |
| 3461 | [param('std::ostream &', 'os')], |
| 3462 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 3463 | ## tag.h (module 'network'): void ns3::Tag::Serialize(ns3::TagBuffer i) const [member function] |
| 3464 | cls.add_method('Serialize', |
| 3465 | 'void', |
| 3466 | [param('ns3::TagBuffer', 'i')], |
| 3467 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 3468 | return |
| 3469 | |
| 3470 | def register_Ns3TagBuffer_methods(root_module, cls): |
| 3471 | ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(ns3::TagBuffer const & arg0) [copy constructor] |
| 3472 | cls.add_constructor([param('ns3::TagBuffer const &', 'arg0')]) |
| 3473 | ## tag-buffer.h (module 'network'): ns3::TagBuffer::TagBuffer(uint8_t * start, uint8_t * end) [constructor] |
| 3474 | cls.add_constructor([param('uint8_t *', 'start'), param('uint8_t *', 'end')]) |
| 3475 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::CopyFrom(ns3::TagBuffer o) [member function] |
| 3476 | cls.add_method('CopyFrom', |
| 3477 | 'void', |
| 3478 | [param('ns3::TagBuffer', 'o')]) |
| 3479 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Read(uint8_t * buffer, uint32_t size) [member function] |
| 3480 | cls.add_method('Read', |
| 3481 | 'void', |
| 3482 | [param('uint8_t *', 'buffer'), param('uint32_t', 'size')]) |
| 3483 | ## tag-buffer.h (module 'network'): double ns3::TagBuffer::ReadDouble() [member function] |
| 3484 | cls.add_method('ReadDouble', |
| 3485 | 'double', |
| 3486 | []) |
| 3487 | ## tag-buffer.h (module 'network'): uint16_t ns3::TagBuffer::ReadU16() [member function] |
| 3488 | cls.add_method('ReadU16', |
| 3489 | 'uint16_t', |
| 3490 | []) |
| 3491 | ## tag-buffer.h (module 'network'): uint32_t ns3::TagBuffer::ReadU32() [member function] |
| 3492 | cls.add_method('ReadU32', |
| 3493 | 'uint32_t', |
| 3494 | []) |
| 3495 | ## tag-buffer.h (module 'network'): uint64_t ns3::TagBuffer::ReadU64() [member function] |
| 3496 | cls.add_method('ReadU64', |
| 3497 | 'uint64_t', |
| 3498 | []) |
| 3499 | ## tag-buffer.h (module 'network'): uint8_t ns3::TagBuffer::ReadU8() [member function] |
| 3500 | cls.add_method('ReadU8', |
| 3501 | 'uint8_t', |
| 3502 | []) |
| 3503 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::TrimAtEnd(uint32_t trim) [member function] |
| 3504 | cls.add_method('TrimAtEnd', |
| 3505 | 'void', |
| 3506 | [param('uint32_t', 'trim')]) |
| 3507 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::Write(uint8_t const * buffer, uint32_t size) [member function] |
| 3508 | cls.add_method('Write', |
| 3509 | 'void', |
| 3510 | [param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 3511 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteDouble(double v) [member function] |
| 3512 | cls.add_method('WriteDouble', |
| 3513 | 'void', |
| 3514 | [param('double', 'v')]) |
| 3515 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU16(uint16_t data) [member function] |
| 3516 | cls.add_method('WriteU16', |
| 3517 | 'void', |
| 3518 | [param('uint16_t', 'data')]) |
| 3519 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU32(uint32_t data) [member function] |
| 3520 | cls.add_method('WriteU32', |
| 3521 | 'void', |
| 3522 | [param('uint32_t', 'data')]) |
| 3523 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU64(uint64_t v) [member function] |
| 3524 | cls.add_method('WriteU64', |
| 3525 | 'void', |
| 3526 | [param('uint64_t', 'v')]) |
| 3527 | ## tag-buffer.h (module 'network'): void ns3::TagBuffer::WriteU8(uint8_t v) [member function] |
| 3528 | cls.add_method('WriteU8', |
| 3529 | 'void', |
| 3530 | [param('uint8_t', 'v')]) |
| 3531 | return |
| 3532 | |
| 3533 | def register_Ns3TriangularVariable_methods(root_module, cls): |
| 3534 | ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable(ns3::TriangularVariable const & arg0) [copy constructor] |
| 3535 | cls.add_constructor([param('ns3::TriangularVariable const &', 'arg0')]) |
| 3536 | ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable() [constructor] |
| 3537 | cls.add_constructor([]) |
| 3538 | ## random-variable.h (module 'core'): ns3::TriangularVariable::TriangularVariable(double s, double l, double mean) [constructor] |
| 3539 | cls.add_constructor([param('double', 's'), param('double', 'l'), param('double', 'mean')]) |
| 3540 | return |
| 3541 | |
| 3542 | def register_Ns3TypeId_methods(root_module, cls): |
| 3543 | cls.add_binary_comparison_operator('!=') |
| 3544 | cls.add_output_stream_operator() |
| 3545 | cls.add_binary_comparison_operator('==') |
| 3546 | cls.add_binary_comparison_operator('<') |
| 3547 | ## type-id.h (module 'core'): ns3::TypeId::TypeId(char const * name) [constructor] |
| 3548 | cls.add_constructor([param('char const *', 'name')]) |
| 3549 | ## type-id.h (module 'core'): ns3::TypeId::TypeId() [constructor] |
| 3550 | cls.add_constructor([]) |
| 3551 | ## type-id.h (module 'core'): ns3::TypeId::TypeId(ns3::TypeId const & o) [copy constructor] |
| 3552 | cls.add_constructor([param('ns3::TypeId const &', 'o')]) |
| 3553 | ## 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] |
| 3554 | cls.add_method('AddAttribute', |
| 3555 | 'ns3::TypeId', |
| 3556 | [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')]) |
| 3557 | ## 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] |
| 3558 | cls.add_method('AddAttribute', |
| 3559 | 'ns3::TypeId', |
| 3560 | [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')]) |
| 3561 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor) [member function] |
| 3562 | cls.add_method('AddTraceSource', |
| 3563 | 'ns3::TypeId', |
| 3564 | [param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor')]) |
| 3565 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation ns3::TypeId::GetAttribute(uint32_t i) const [member function] |
| 3566 | cls.add_method('GetAttribute', |
| 3567 | 'ns3::TypeId::AttributeInformation', |
| 3568 | [param('uint32_t', 'i')], |
| 3569 | is_const=True) |
| 3570 | ## type-id.h (module 'core'): std::string ns3::TypeId::GetAttributeFullName(uint32_t i) const [member function] |
| 3571 | cls.add_method('GetAttributeFullName', |
| 3572 | 'std::string', |
| 3573 | [param('uint32_t', 'i')], |
| 3574 | is_const=True) |
| 3575 | ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetAttributeN() const [member function] |
| 3576 | cls.add_method('GetAttributeN', |
| 3577 | 'uint32_t', |
| 3578 | [], |
| 3579 | is_const=True) |
| 3580 | ## 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] |
| 3581 | cls.add_method('GetConstructor', |
| 3582 | 'ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', |
| 3583 | [], |
| 3584 | is_const=True) |
| 3585 | ## type-id.h (module 'core'): std::string ns3::TypeId::GetGroupName() const [member function] |
| 3586 | cls.add_method('GetGroupName', |
| 3587 | 'std::string', |
| 3588 | [], |
| 3589 | is_const=True) |
| 3590 | ## type-id.h (module 'core'): std::string ns3::TypeId::GetName() const [member function] |
| 3591 | cls.add_method('GetName', |
| 3592 | 'std::string', |
| 3593 | [], |
| 3594 | is_const=True) |
| 3595 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::GetParent() const [member function] |
| 3596 | cls.add_method('GetParent', |
| 3597 | 'ns3::TypeId', |
| 3598 | [], |
| 3599 | is_const=True) |
| 3600 | ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::GetRegistered(uint32_t i) [member function] |
| 3601 | cls.add_method('GetRegistered', |
| 3602 | 'ns3::TypeId', |
| 3603 | [param('uint32_t', 'i')], |
| 3604 | is_static=True) |
| 3605 | ## type-id.h (module 'core'): static uint32_t ns3::TypeId::GetRegisteredN() [member function] |
| 3606 | cls.add_method('GetRegisteredN', |
| 3607 | 'uint32_t', |
| 3608 | [], |
| 3609 | is_static=True) |
| 3610 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation ns3::TypeId::GetTraceSource(uint32_t i) const [member function] |
| 3611 | cls.add_method('GetTraceSource', |
| 3612 | 'ns3::TypeId::TraceSourceInformation', |
| 3613 | [param('uint32_t', 'i')], |
| 3614 | is_const=True) |
| 3615 | ## type-id.h (module 'core'): uint32_t ns3::TypeId::GetTraceSourceN() const [member function] |
| 3616 | cls.add_method('GetTraceSourceN', |
| 3617 | 'uint32_t', |
| 3618 | [], |
| 3619 | is_const=True) |
| 3620 | ## type-id.h (module 'core'): uint16_t ns3::TypeId::GetUid() const [member function] |
| 3621 | cls.add_method('GetUid', |
| 3622 | 'uint16_t', |
| 3623 | [], |
| 3624 | is_const=True) |
| 3625 | ## type-id.h (module 'core'): bool ns3::TypeId::HasConstructor() const [member function] |
| 3626 | cls.add_method('HasConstructor', |
| 3627 | 'bool', |
| 3628 | [], |
| 3629 | is_const=True) |
| 3630 | ## type-id.h (module 'core'): bool ns3::TypeId::HasParent() const [member function] |
| 3631 | cls.add_method('HasParent', |
| 3632 | 'bool', |
| 3633 | [], |
| 3634 | is_const=True) |
| 3635 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::HideFromDocumentation() [member function] |
| 3636 | cls.add_method('HideFromDocumentation', |
| 3637 | 'ns3::TypeId', |
| 3638 | []) |
| 3639 | ## type-id.h (module 'core'): bool ns3::TypeId::IsChildOf(ns3::TypeId other) const [member function] |
| 3640 | cls.add_method('IsChildOf', |
| 3641 | 'bool', |
| 3642 | [param('ns3::TypeId', 'other')], |
| 3643 | is_const=True) |
| 3644 | ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function] |
| 3645 | cls.add_method('LookupAttributeByName', |
| 3646 | 'bool', |
| 3647 | [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info')], |
| 3648 | is_const=True) |
| 3649 | ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function] |
| 3650 | cls.add_method('LookupByName', |
| 3651 | 'ns3::TypeId', |
| 3652 | [param('std::string', 'name')], |
| 3653 | is_static=True) |
| 3654 | ## type-id.h (module 'core'): ns3::Ptr<ns3::TraceSourceAccessor const> ns3::TypeId::LookupTraceSourceByName(std::string name) const [member function] |
| 3655 | cls.add_method('LookupTraceSourceByName', |
| 3656 | 'ns3::Ptr< ns3::TraceSourceAccessor const >', |
| 3657 | [param('std::string', 'name')], |
| 3658 | is_const=True) |
| 3659 | ## type-id.h (module 'core'): bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
| 3660 | cls.add_method('MustHideFromDocumentation', |
| 3661 | 'bool', |
| 3662 | [], |
| 3663 | is_const=True) |
| 3664 | ## type-id.h (module 'core'): bool ns3::TypeId::SetAttributeInitialValue(uint32_t i, ns3::Ptr<ns3::AttributeValue const> initialValue) [member function] |
| 3665 | cls.add_method('SetAttributeInitialValue', |
| 3666 | 'bool', |
| 3667 | [param('uint32_t', 'i'), param('ns3::Ptr< ns3::AttributeValue const >', 'initialValue')]) |
| 3668 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |
| 3669 | cls.add_method('SetGroupName', |
| 3670 | 'ns3::TypeId', |
| 3671 | [param('std::string', 'groupName')]) |
| 3672 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeId::SetParent(ns3::TypeId tid) [member function] |
| 3673 | cls.add_method('SetParent', |
| 3674 | 'ns3::TypeId', |
| 3675 | [param('ns3::TypeId', 'tid')]) |
| 3676 | ## type-id.h (module 'core'): void ns3::TypeId::SetUid(uint16_t tid) [member function] |
| 3677 | cls.add_method('SetUid', |
| 3678 | 'void', |
| 3679 | [param('uint16_t', 'tid')]) |
| 3680 | return |
| 3681 | |
| 3682 | def register_Ns3TypeIdAttributeInformation_methods(root_module, cls): |
| 3683 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation() [constructor] |
| 3684 | cls.add_constructor([]) |
| 3685 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::AttributeInformation(ns3::TypeId::AttributeInformation const & arg0) [copy constructor] |
| 3686 | cls.add_constructor([param('ns3::TypeId::AttributeInformation const &', 'arg0')]) |
| 3687 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::accessor [variable] |
| 3688 | cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::AttributeAccessor const >', is_const=False) |
| 3689 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::checker [variable] |
| 3690 | cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False) |
| 3691 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::flags [variable] |
| 3692 | cls.add_instance_attribute('flags', 'uint32_t', is_const=False) |
| 3693 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::help [variable] |
| 3694 | cls.add_instance_attribute('help', 'std::string', is_const=False) |
| 3695 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::initialValue [variable] |
| 3696 | cls.add_instance_attribute('initialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False) |
| 3697 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::name [variable] |
| 3698 | cls.add_instance_attribute('name', 'std::string', is_const=False) |
| 3699 | ## type-id.h (module 'core'): ns3::TypeId::AttributeInformation::originalInitialValue [variable] |
| 3700 | cls.add_instance_attribute('originalInitialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False) |
| 3701 | return |
| 3702 | |
| 3703 | def register_Ns3TypeIdTraceSourceInformation_methods(root_module, cls): |
| 3704 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation() [constructor] |
| 3705 | cls.add_constructor([]) |
| 3706 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::TraceSourceInformation(ns3::TypeId::TraceSourceInformation const & arg0) [copy constructor] |
| 3707 | cls.add_constructor([param('ns3::TypeId::TraceSourceInformation const &', 'arg0')]) |
| 3708 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::accessor [variable] |
| 3709 | cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::TraceSourceAccessor const >', is_const=False) |
| 3710 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::help [variable] |
| 3711 | cls.add_instance_attribute('help', 'std::string', is_const=False) |
| 3712 | ## type-id.h (module 'core'): ns3::TypeId::TraceSourceInformation::name [variable] |
| 3713 | cls.add_instance_attribute('name', 'std::string', is_const=False) |
| 3714 | return |
| 3715 | |
| 3716 | def register_Ns3UniformVariable_methods(root_module, cls): |
| 3717 | ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable(ns3::UniformVariable const & arg0) [copy constructor] |
| 3718 | cls.add_constructor([param('ns3::UniformVariable const &', 'arg0')]) |
| 3719 | ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable() [constructor] |
| 3720 | cls.add_constructor([]) |
| 3721 | ## random-variable.h (module 'core'): ns3::UniformVariable::UniformVariable(double s, double l) [constructor] |
| 3722 | cls.add_constructor([param('double', 's'), param('double', 'l')]) |
| 3723 | ## random-variable.h (module 'core'): uint32_t ns3::UniformVariable::GetInteger(uint32_t s, uint32_t l) [member function] |
| 3724 | cls.add_method('GetInteger', |
| 3725 | 'uint32_t', |
| 3726 | [param('uint32_t', 's'), param('uint32_t', 'l')]) |
| 3727 | ## random-variable.h (module 'core'): double ns3::UniformVariable::GetValue() const [member function] |
| 3728 | cls.add_method('GetValue', |
| 3729 | 'double', |
| 3730 | [], |
| 3731 | is_const=True) |
| 3732 | ## random-variable.h (module 'core'): double ns3::UniformVariable::GetValue(double s, double l) [member function] |
| 3733 | cls.add_method('GetValue', |
| 3734 | 'double', |
| 3735 | [param('double', 's'), param('double', 'l')]) |
| 3736 | return |
| 3737 | |
| 3738 | def register_Ns3WeibullVariable_methods(root_module, cls): |
| 3739 | ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(ns3::WeibullVariable const & arg0) [copy constructor] |
| 3740 | cls.add_constructor([param('ns3::WeibullVariable const &', 'arg0')]) |
| 3741 | ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable() [constructor] |
| 3742 | cls.add_constructor([]) |
| 3743 | ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m) [constructor] |
| 3744 | cls.add_constructor([param('double', 'm')]) |
| 3745 | ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m, double s) [constructor] |
| 3746 | cls.add_constructor([param('double', 'm'), param('double', 's')]) |
| 3747 | ## random-variable.h (module 'core'): ns3::WeibullVariable::WeibullVariable(double m, double s, double b) [constructor] |
| 3748 | cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')]) |
| 3749 | return |
| 3750 | |
| 3751 | def register_Ns3ZetaVariable_methods(root_module, cls): |
| 3752 | ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable(ns3::ZetaVariable const & arg0) [copy constructor] |
| 3753 | cls.add_constructor([param('ns3::ZetaVariable const &', 'arg0')]) |
| 3754 | ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable(double alpha) [constructor] |
| 3755 | cls.add_constructor([param('double', 'alpha')]) |
| 3756 | ## random-variable.h (module 'core'): ns3::ZetaVariable::ZetaVariable() [constructor] |
| 3757 | cls.add_constructor([]) |
| 3758 | return |
| 3759 | |
| 3760 | def register_Ns3ZipfVariable_methods(root_module, cls): |
| 3761 | ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable(ns3::ZipfVariable const & arg0) [copy constructor] |
| 3762 | cls.add_constructor([param('ns3::ZipfVariable const &', 'arg0')]) |
| 3763 | ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable(long int N, double alpha) [constructor] |
| 3764 | cls.add_constructor([param('long int', 'N'), param('double', 'alpha')]) |
| 3765 | ## random-variable.h (module 'core'): ns3::ZipfVariable::ZipfVariable() [constructor] |
| 3766 | cls.add_constructor([]) |
| 3767 | return |
| 3768 | |
| 3769 | def register_Ns3Empty_methods(root_module, cls): |
| 3770 | ## empty.h (module 'core'): ns3::empty::empty() [constructor] |
| 3771 | cls.add_constructor([]) |
| 3772 | ## empty.h (module 'core'): ns3::empty::empty(ns3::empty const & arg0) [copy constructor] |
| 3773 | cls.add_constructor([param('ns3::empty const &', 'arg0')]) |
| 3774 | return |
| 3775 | |
| 3776 | def register_Ns3Int64x64_t_methods(root_module, cls): |
| 3777 | cls.add_binary_comparison_operator('!=') |
| 3778 | cls.add_inplace_numeric_operator('*=', param('ns3::int64x64_t const &', 'right')) |
| 3779 | cls.add_inplace_numeric_operator('+=', param('ns3::int64x64_t const &', 'right')) |
| 3780 | cls.add_inplace_numeric_operator('-=', param('ns3::int64x64_t const &', 'right')) |
| 3781 | cls.add_inplace_numeric_operator('/=', param('ns3::int64x64_t const &', 'right')) |
| 3782 | cls.add_output_stream_operator() |
| 3783 | cls.add_binary_comparison_operator('<=') |
| 3784 | cls.add_binary_comparison_operator('==') |
| 3785 | cls.add_binary_comparison_operator('>=') |
| 3786 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long unsigned int const', 'right')) |
| 3787 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long unsigned int const', 'right')) |
| 3788 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned int const', 'right')) |
| 3789 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short unsigned int const', 'right')) |
| 3790 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned char const', 'right')) |
| 3791 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long int const', 'right')) |
| 3792 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long int const', 'right')) |
| 3793 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('int const', 'right')) |
| 3794 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short int const', 'right')) |
| 3795 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('signed char const', 'right')) |
| 3796 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('double const', 'right')) |
| 3797 | cls.add_binary_numeric_operator('*', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right')) |
| 3798 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long unsigned int const', 'right')) |
| 3799 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long unsigned int const', 'right')) |
| 3800 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned int const', 'right')) |
| 3801 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short unsigned int const', 'right')) |
| 3802 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned char const', 'right')) |
| 3803 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long int const', 'right')) |
| 3804 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long int const', 'right')) |
| 3805 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('int const', 'right')) |
| 3806 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short int const', 'right')) |
| 3807 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('signed char const', 'right')) |
| 3808 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('double const', 'right')) |
| 3809 | cls.add_binary_numeric_operator('+', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right')) |
| 3810 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long unsigned int const', 'right')) |
| 3811 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long unsigned int const', 'right')) |
| 3812 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned int const', 'right')) |
| 3813 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short unsigned int const', 'right')) |
| 3814 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned char const', 'right')) |
| 3815 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long int const', 'right')) |
| 3816 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long int const', 'right')) |
| 3817 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('int const', 'right')) |
| 3818 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short int const', 'right')) |
| 3819 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('signed char const', 'right')) |
| 3820 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('double const', 'right')) |
| 3821 | cls.add_unary_numeric_operator('-') |
| 3822 | cls.add_binary_numeric_operator('-', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right')) |
| 3823 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long unsigned int const', 'right')) |
| 3824 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long unsigned int const', 'right')) |
| 3825 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned int const', 'right')) |
| 3826 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short unsigned int const', 'right')) |
| 3827 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('unsigned char const', 'right')) |
| 3828 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long long int const', 'right')) |
| 3829 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('long int const', 'right')) |
| 3830 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('int const', 'right')) |
| 3831 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('short int const', 'right')) |
| 3832 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('signed char const', 'right')) |
| 3833 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('double const', 'right')) |
| 3834 | cls.add_binary_numeric_operator('/', root_module['ns3::int64x64_t'], root_module['ns3::int64x64_t'], param('ns3::int64x64_t const &', 'right')) |
| 3835 | cls.add_binary_comparison_operator('<') |
| 3836 | cls.add_binary_comparison_operator('>') |
| 3837 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t() [constructor] |
| 3838 | cls.add_constructor([]) |
| 3839 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(double v) [constructor] |
| 3840 | cls.add_constructor([param('double', 'v')]) |
| 3841 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int v) [constructor] |
| 3842 | cls.add_constructor([param('int', 'v')]) |
| 3843 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long int v) [constructor] |
| 3844 | cls.add_constructor([param('long int', 'v')]) |
| 3845 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long int v) [constructor] |
| 3846 | cls.add_constructor([param('long long int', 'v')]) |
| 3847 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(unsigned int v) [constructor] |
| 3848 | cls.add_constructor([param('unsigned int', 'v')]) |
| 3849 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long unsigned int v) [constructor] |
| 3850 | cls.add_constructor([param('long unsigned int', 'v')]) |
| 3851 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(long long unsigned int v) [constructor] |
| 3852 | cls.add_constructor([param('long long unsigned int', 'v')]) |
| 3853 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(int64_t hi, uint64_t lo) [constructor] |
| 3854 | cls.add_constructor([param('int64_t', 'hi'), param('uint64_t', 'lo')]) |
| 3855 | ## int64x64-double.h (module 'core'): ns3::int64x64_t::int64x64_t(ns3::int64x64_t const & o) [copy constructor] |
| 3856 | cls.add_constructor([param('ns3::int64x64_t const &', 'o')]) |
| 3857 | ## int64x64-double.h (module 'core'): double ns3::int64x64_t::GetDouble() const [member function] |
| 3858 | cls.add_method('GetDouble', |
| 3859 | 'double', |
| 3860 | [], |
| 3861 | is_const=True) |
| 3862 | ## int64x64-double.h (module 'core'): int64_t ns3::int64x64_t::GetHigh() const [member function] |
| 3863 | cls.add_method('GetHigh', |
| 3864 | 'int64_t', |
| 3865 | [], |
| 3866 | is_const=True) |
| 3867 | ## int64x64-double.h (module 'core'): uint64_t ns3::int64x64_t::GetLow() const [member function] |
| 3868 | cls.add_method('GetLow', |
| 3869 | 'uint64_t', |
| 3870 | [], |
| 3871 | is_const=True) |
| 3872 | ## int64x64-double.h (module 'core'): static ns3::int64x64_t ns3::int64x64_t::Invert(uint64_t v) [member function] |
| 3873 | cls.add_method('Invert', |
| 3874 | 'ns3::int64x64_t', |
| 3875 | [param('uint64_t', 'v')], |
| 3876 | is_static=True) |
| 3877 | ## int64x64-double.h (module 'core'): void ns3::int64x64_t::MulByInvert(ns3::int64x64_t const & o) [member function] |
| 3878 | cls.add_method('MulByInvert', |
| 3879 | 'void', |
| 3880 | [param('ns3::int64x64_t const &', 'o')]) |
| 3881 | return |
| 3882 | |
| 3883 | def register_Ns3CcnxStackHelper_methods(root_module, cls): |
| 3884 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::CcnxStackHelper::CcnxStackHelper() [constructor] |
| 3885 | cls.add_constructor([]) |
| 3886 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::CcnxStackHelper::CcnxStackHelper(ns3::Ccnx::ForwardingStrategy arg0) [constructor] |
| 3887 | cls.add_constructor([param('ns3::Ccnx::ForwardingStrategy', 'arg0')]) |
| 3888 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::CcnxStackHelper::CcnxStackHelper(ns3::CcnxStackHelper const & arg0) [copy constructor] |
| 3889 | cls.add_constructor([param('ns3::CcnxStackHelper const &', 'arg0')]) |
| 3890 | ## ccnx-stack-helper.h (module 'NDNabstraction'): void ns3::CcnxStackHelper::AddRoute(std::string nodeName, std::string prefix, uint32_t faceId, int32_t metric) [member function] |
| 3891 | cls.add_method('AddRoute', |
| 3892 | 'void', |
| 3893 | [param('std::string', 'nodeName'), param('std::string', 'prefix'), param('uint32_t', 'faceId'), param('int32_t', 'metric')]) |
| 3894 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFaceContainer> ns3::CcnxStackHelper::Install(std::string nodeName) const [member function] |
| 3895 | cls.add_method('Install', |
| 3896 | 'ns3::Ptr< ns3::CcnxFaceContainer >', |
| 3897 | [param('std::string', 'nodeName')], |
| 3898 | is_const=True) |
| 3899 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFaceContainer> ns3::CcnxStackHelper::Install(ns3::Ptr<ns3::Node> node) const [member function] |
| 3900 | cls.add_method('Install', |
| 3901 | 'ns3::Ptr< ns3::CcnxFaceContainer >', |
| 3902 | [param('ns3::Ptr< ns3::Node >', 'node')], |
| 3903 | is_const=True) |
| 3904 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFaceContainer> ns3::CcnxStackHelper::Install(ns3::NodeContainer c) const [member function] |
| 3905 | cls.add_method('Install', |
| 3906 | 'ns3::Ptr< ns3::CcnxFaceContainer >', |
| 3907 | [param('ns3::NodeContainer', 'c')], |
| 3908 | is_const=True) |
| 3909 | ## ccnx-stack-helper.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFaceContainer> ns3::CcnxStackHelper::InstallAll() const [member function] |
| 3910 | cls.add_method('InstallAll', |
| 3911 | 'ns3::Ptr< ns3::CcnxFaceContainer >', |
| 3912 | [], |
| 3913 | is_const=True) |
| 3914 | ## ccnx-stack-helper.h (module 'NDNabstraction'): void ns3::CcnxStackHelper::SetForwardingStrategy(ns3::Ccnx::ForwardingStrategy strategy) [member function] |
| 3915 | cls.add_method('SetForwardingStrategy', |
| 3916 | 'void', |
| 3917 | [param('ns3::Ccnx::ForwardingStrategy', 'strategy')]) |
| 3918 | ## ccnx-stack-helper.h (module 'NDNabstraction'): void ns3::CcnxStackHelper::EnableAsciiCcnxInternal(ns3::Ptr<ns3::OutputStreamWrapper> stream, std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename) [member function] |
| 3919 | cls.add_method('EnableAsciiCcnxInternal', |
| 3920 | 'void', |
| 3921 | [param('ns3::Ptr< ns3::OutputStreamWrapper >', 'stream'), param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')], |
| 3922 | visibility='private', is_virtual=True) |
| 3923 | ## ccnx-stack-helper.h (module 'NDNabstraction'): void ns3::CcnxStackHelper::EnablePcapCcnxInternal(std::string prefix, ns3::Ptr<ns3::Ccnx> ccnx, uint32_t interface, bool explicitFilename) [member function] |
| 3924 | cls.add_method('EnablePcapCcnxInternal', |
| 3925 | 'void', |
| 3926 | [param('std::string', 'prefix'), param('ns3::Ptr< ns3::Ccnx >', 'ccnx'), param('uint32_t', 'interface'), param('bool', 'explicitFilename')], |
| 3927 | visibility='private', is_virtual=True) |
| 3928 | return |
| 3929 | |
| 3930 | def register_Ns3Chunk_methods(root_module, cls): |
| 3931 | ## chunk.h (module 'network'): ns3::Chunk::Chunk() [constructor] |
| 3932 | cls.add_constructor([]) |
| 3933 | ## chunk.h (module 'network'): ns3::Chunk::Chunk(ns3::Chunk const & arg0) [copy constructor] |
| 3934 | cls.add_constructor([param('ns3::Chunk const &', 'arg0')]) |
| 3935 | ## chunk.h (module 'network'): uint32_t ns3::Chunk::Deserialize(ns3::Buffer::Iterator start) [member function] |
| 3936 | cls.add_method('Deserialize', |
| 3937 | 'uint32_t', |
| 3938 | [param('ns3::Buffer::Iterator', 'start')], |
| 3939 | is_pure_virtual=True, is_virtual=True) |
| 3940 | ## chunk.h (module 'network'): static ns3::TypeId ns3::Chunk::GetTypeId() [member function] |
| 3941 | cls.add_method('GetTypeId', |
| 3942 | 'ns3::TypeId', |
| 3943 | [], |
| 3944 | is_static=True) |
| 3945 | ## chunk.h (module 'network'): void ns3::Chunk::Print(std::ostream & os) const [member function] |
| 3946 | cls.add_method('Print', |
| 3947 | 'void', |
| 3948 | [param('std::ostream &', 'os')], |
| 3949 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 3950 | return |
| 3951 | |
| 3952 | def register_Ns3ConstantVariable_methods(root_module, cls): |
| 3953 | ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable(ns3::ConstantVariable const & arg0) [copy constructor] |
| 3954 | cls.add_constructor([param('ns3::ConstantVariable const &', 'arg0')]) |
| 3955 | ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable() [constructor] |
| 3956 | cls.add_constructor([]) |
| 3957 | ## random-variable.h (module 'core'): ns3::ConstantVariable::ConstantVariable(double c) [constructor] |
| 3958 | cls.add_constructor([param('double', 'c')]) |
| 3959 | ## random-variable.h (module 'core'): void ns3::ConstantVariable::SetConstant(double c) [member function] |
| 3960 | cls.add_method('SetConstant', |
| 3961 | 'void', |
| 3962 | [param('double', 'c')]) |
| 3963 | return |
| 3964 | |
| 3965 | def register_Ns3DeterministicVariable_methods(root_module, cls): |
| 3966 | ## random-variable.h (module 'core'): ns3::DeterministicVariable::DeterministicVariable(ns3::DeterministicVariable const & arg0) [copy constructor] |
| 3967 | cls.add_constructor([param('ns3::DeterministicVariable const &', 'arg0')]) |
| 3968 | ## random-variable.h (module 'core'): ns3::DeterministicVariable::DeterministicVariable(double * d, uint32_t c) [constructor] |
| 3969 | cls.add_constructor([param('double *', 'd'), param('uint32_t', 'c')]) |
| 3970 | return |
| 3971 | |
| 3972 | def register_Ns3EmpiricalVariable_methods(root_module, cls): |
| 3973 | ## random-variable.h (module 'core'): ns3::EmpiricalVariable::EmpiricalVariable(ns3::EmpiricalVariable const & arg0) [copy constructor] |
| 3974 | cls.add_constructor([param('ns3::EmpiricalVariable const &', 'arg0')]) |
| 3975 | ## random-variable.h (module 'core'): ns3::EmpiricalVariable::EmpiricalVariable() [constructor] |
| 3976 | cls.add_constructor([]) |
| 3977 | ## random-variable.h (module 'core'): void ns3::EmpiricalVariable::CDF(double v, double c) [member function] |
| 3978 | cls.add_method('CDF', |
| 3979 | 'void', |
| 3980 | [param('double', 'v'), param('double', 'c')]) |
| 3981 | return |
| 3982 | |
| 3983 | def register_Ns3ErlangVariable_methods(root_module, cls): |
| 3984 | ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable(ns3::ErlangVariable const & arg0) [copy constructor] |
| 3985 | cls.add_constructor([param('ns3::ErlangVariable const &', 'arg0')]) |
| 3986 | ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable() [constructor] |
| 3987 | cls.add_constructor([]) |
| 3988 | ## random-variable.h (module 'core'): ns3::ErlangVariable::ErlangVariable(unsigned int k, double lambda) [constructor] |
| 3989 | cls.add_constructor([param('unsigned int', 'k'), param('double', 'lambda')]) |
| 3990 | ## random-variable.h (module 'core'): double ns3::ErlangVariable::GetValue() const [member function] |
| 3991 | cls.add_method('GetValue', |
| 3992 | 'double', |
| 3993 | [], |
| 3994 | is_const=True) |
| 3995 | ## random-variable.h (module 'core'): double ns3::ErlangVariable::GetValue(unsigned int k, double lambda) const [member function] |
| 3996 | cls.add_method('GetValue', |
| 3997 | 'double', |
| 3998 | [param('unsigned int', 'k'), param('double', 'lambda')], |
| 3999 | is_const=True) |
| 4000 | return |
| 4001 | |
| 4002 | def register_Ns3ExponentialVariable_methods(root_module, cls): |
| 4003 | ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(ns3::ExponentialVariable const & arg0) [copy constructor] |
| 4004 | cls.add_constructor([param('ns3::ExponentialVariable const &', 'arg0')]) |
| 4005 | ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable() [constructor] |
| 4006 | cls.add_constructor([]) |
| 4007 | ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(double m) [constructor] |
| 4008 | cls.add_constructor([param('double', 'm')]) |
| 4009 | ## random-variable.h (module 'core'): ns3::ExponentialVariable::ExponentialVariable(double m, double b) [constructor] |
| 4010 | cls.add_constructor([param('double', 'm'), param('double', 'b')]) |
| 4011 | return |
| 4012 | |
| 4013 | def register_Ns3GammaVariable_methods(root_module, cls): |
| 4014 | ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable(ns3::GammaVariable const & arg0) [copy constructor] |
| 4015 | cls.add_constructor([param('ns3::GammaVariable const &', 'arg0')]) |
| 4016 | ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable() [constructor] |
| 4017 | cls.add_constructor([]) |
| 4018 | ## random-variable.h (module 'core'): ns3::GammaVariable::GammaVariable(double alpha, double beta) [constructor] |
| 4019 | cls.add_constructor([param('double', 'alpha'), param('double', 'beta')]) |
| 4020 | ## random-variable.h (module 'core'): double ns3::GammaVariable::GetValue() const [member function] |
| 4021 | cls.add_method('GetValue', |
| 4022 | 'double', |
| 4023 | [], |
| 4024 | is_const=True) |
| 4025 | ## random-variable.h (module 'core'): double ns3::GammaVariable::GetValue(double alpha, double beta) const [member function] |
| 4026 | cls.add_method('GetValue', |
| 4027 | 'double', |
| 4028 | [param('double', 'alpha'), param('double', 'beta')], |
| 4029 | is_const=True) |
| 4030 | return |
| 4031 | |
| 4032 | def register_Ns3Header_methods(root_module, cls): |
| 4033 | cls.add_output_stream_operator() |
| 4034 | ## header.h (module 'network'): ns3::Header::Header() [constructor] |
| 4035 | cls.add_constructor([]) |
| 4036 | ## header.h (module 'network'): ns3::Header::Header(ns3::Header const & arg0) [copy constructor] |
| 4037 | cls.add_constructor([param('ns3::Header const &', 'arg0')]) |
| 4038 | ## header.h (module 'network'): uint32_t ns3::Header::Deserialize(ns3::Buffer::Iterator start) [member function] |
| 4039 | cls.add_method('Deserialize', |
| 4040 | 'uint32_t', |
| 4041 | [param('ns3::Buffer::Iterator', 'start')], |
| 4042 | is_pure_virtual=True, is_virtual=True) |
| 4043 | ## header.h (module 'network'): uint32_t ns3::Header::GetSerializedSize() const [member function] |
| 4044 | cls.add_method('GetSerializedSize', |
| 4045 | 'uint32_t', |
| 4046 | [], |
| 4047 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4048 | ## header.h (module 'network'): static ns3::TypeId ns3::Header::GetTypeId() [member function] |
| 4049 | cls.add_method('GetTypeId', |
| 4050 | 'ns3::TypeId', |
| 4051 | [], |
| 4052 | is_static=True) |
| 4053 | ## header.h (module 'network'): void ns3::Header::Print(std::ostream & os) const [member function] |
| 4054 | cls.add_method('Print', |
| 4055 | 'void', |
| 4056 | [param('std::ostream &', 'os')], |
| 4057 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4058 | ## header.h (module 'network'): void ns3::Header::Serialize(ns3::Buffer::Iterator start) const [member function] |
| 4059 | cls.add_method('Serialize', |
| 4060 | 'void', |
| 4061 | [param('ns3::Buffer::Iterator', 'start')], |
| 4062 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4063 | return |
| 4064 | |
| 4065 | def register_Ns3IntEmpiricalVariable_methods(root_module, cls): |
| 4066 | ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable::IntEmpiricalVariable(ns3::IntEmpiricalVariable const & arg0) [copy constructor] |
| 4067 | cls.add_constructor([param('ns3::IntEmpiricalVariable const &', 'arg0')]) |
| 4068 | ## random-variable.h (module 'core'): ns3::IntEmpiricalVariable::IntEmpiricalVariable() [constructor] |
| 4069 | cls.add_constructor([]) |
| 4070 | return |
| 4071 | |
| 4072 | def register_Ns3LogNormalVariable_methods(root_module, cls): |
| 4073 | ## random-variable.h (module 'core'): ns3::LogNormalVariable::LogNormalVariable(ns3::LogNormalVariable const & arg0) [copy constructor] |
| 4074 | cls.add_constructor([param('ns3::LogNormalVariable const &', 'arg0')]) |
| 4075 | ## random-variable.h (module 'core'): ns3::LogNormalVariable::LogNormalVariable(double mu, double sigma) [constructor] |
| 4076 | cls.add_constructor([param('double', 'mu'), param('double', 'sigma')]) |
| 4077 | return |
| 4078 | |
| 4079 | def register_Ns3NormalVariable_methods(root_module, cls): |
| 4080 | ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(ns3::NormalVariable const & arg0) [copy constructor] |
| 4081 | cls.add_constructor([param('ns3::NormalVariable const &', 'arg0')]) |
| 4082 | ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable() [constructor] |
| 4083 | cls.add_constructor([]) |
| 4084 | ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(double m, double v) [constructor] |
| 4085 | cls.add_constructor([param('double', 'm'), param('double', 'v')]) |
| 4086 | ## random-variable.h (module 'core'): ns3::NormalVariable::NormalVariable(double m, double v, double b) [constructor] |
| 4087 | cls.add_constructor([param('double', 'm'), param('double', 'v'), param('double', 'b')]) |
| 4088 | return |
| 4089 | |
| 4090 | def register_Ns3Object_methods(root_module, cls): |
| 4091 | ## object.h (module 'core'): ns3::Object::Object() [constructor] |
| 4092 | cls.add_constructor([]) |
| 4093 | ## object.h (module 'core'): void ns3::Object::AggregateObject(ns3::Ptr<ns3::Object> other) [member function] |
| 4094 | cls.add_method('AggregateObject', |
| 4095 | 'void', |
| 4096 | [param('ns3::Ptr< ns3::Object >', 'other')]) |
| 4097 | ## object.h (module 'core'): void ns3::Object::Dispose() [member function] |
| 4098 | cls.add_method('Dispose', |
| 4099 | 'void', |
| 4100 | []) |
| 4101 | ## object.h (module 'core'): ns3::Object::AggregateIterator ns3::Object::GetAggregateIterator() const [member function] |
| 4102 | cls.add_method('GetAggregateIterator', |
| 4103 | 'ns3::Object::AggregateIterator', |
| 4104 | [], |
| 4105 | is_const=True) |
| 4106 | ## object.h (module 'core'): ns3::TypeId ns3::Object::GetInstanceTypeId() const [member function] |
| 4107 | cls.add_method('GetInstanceTypeId', |
| 4108 | 'ns3::TypeId', |
| 4109 | [], |
| 4110 | is_const=True, is_virtual=True) |
| 4111 | ## object.h (module 'core'): static ns3::TypeId ns3::Object::GetTypeId() [member function] |
| 4112 | cls.add_method('GetTypeId', |
| 4113 | 'ns3::TypeId', |
| 4114 | [], |
| 4115 | is_static=True) |
| 4116 | ## object.h (module 'core'): void ns3::Object::Start() [member function] |
| 4117 | cls.add_method('Start', |
| 4118 | 'void', |
| 4119 | []) |
| 4120 | ## object.h (module 'core'): ns3::Object::Object(ns3::Object const & o) [copy constructor] |
| 4121 | cls.add_constructor([param('ns3::Object const &', 'o')], |
| 4122 | visibility='protected') |
| 4123 | ## object.h (module 'core'): void ns3::Object::DoDispose() [member function] |
| 4124 | cls.add_method('DoDispose', |
| 4125 | 'void', |
| 4126 | [], |
| 4127 | visibility='protected', is_virtual=True) |
| 4128 | ## object.h (module 'core'): void ns3::Object::DoStart() [member function] |
| 4129 | cls.add_method('DoStart', |
| 4130 | 'void', |
| 4131 | [], |
| 4132 | visibility='protected', is_virtual=True) |
| 4133 | ## object.h (module 'core'): void ns3::Object::NotifyNewAggregate() [member function] |
| 4134 | cls.add_method('NotifyNewAggregate', |
| 4135 | 'void', |
| 4136 | [], |
| 4137 | visibility='protected', is_virtual=True) |
| 4138 | return |
| 4139 | |
| 4140 | def register_Ns3ObjectAggregateIterator_methods(root_module, cls): |
| 4141 | ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator(ns3::Object::AggregateIterator const & arg0) [copy constructor] |
| 4142 | cls.add_constructor([param('ns3::Object::AggregateIterator const &', 'arg0')]) |
| 4143 | ## object.h (module 'core'): ns3::Object::AggregateIterator::AggregateIterator() [constructor] |
| 4144 | cls.add_constructor([]) |
| 4145 | ## object.h (module 'core'): bool ns3::Object::AggregateIterator::HasNext() const [member function] |
| 4146 | cls.add_method('HasNext', |
| 4147 | 'bool', |
| 4148 | [], |
| 4149 | is_const=True) |
| 4150 | ## object.h (module 'core'): ns3::Ptr<ns3::Object const> ns3::Object::AggregateIterator::Next() [member function] |
| 4151 | cls.add_method('Next', |
| 4152 | 'ns3::Ptr< ns3::Object const >', |
| 4153 | []) |
| 4154 | return |
| 4155 | |
| 4156 | def register_Ns3ParetoVariable_methods(root_module, cls): |
| 4157 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(ns3::ParetoVariable const & arg0) [copy constructor] |
| 4158 | cls.add_constructor([param('ns3::ParetoVariable const &', 'arg0')]) |
| 4159 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable() [constructor] |
| 4160 | cls.add_constructor([]) |
| 4161 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m) [constructor] |
| 4162 | cls.add_constructor([param('double', 'm')]) |
| 4163 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m, double s) [constructor] |
| 4164 | cls.add_constructor([param('double', 'm'), param('double', 's')]) |
| 4165 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(double m, double s, double b) [constructor] |
| 4166 | cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')]) |
| 4167 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(std::pair<double,double> params) [constructor] |
| 4168 | cls.add_constructor([param('std::pair< double, double >', 'params')]) |
| 4169 | ## random-variable.h (module 'core'): ns3::ParetoVariable::ParetoVariable(std::pair<double,double> params, double b) [constructor] |
| 4170 | cls.add_constructor([param('std::pair< double, double >', 'params'), param('double', 'b')]) |
| 4171 | return |
| 4172 | |
| 4173 | def register_Ns3PcapFileWrapper_methods(root_module, cls): |
| 4174 | ## pcap-file-wrapper.h (module 'network'): static ns3::TypeId ns3::PcapFileWrapper::GetTypeId() [member function] |
| 4175 | cls.add_method('GetTypeId', |
| 4176 | 'ns3::TypeId', |
| 4177 | [], |
| 4178 | is_static=True) |
| 4179 | ## pcap-file-wrapper.h (module 'network'): ns3::PcapFileWrapper::PcapFileWrapper() [constructor] |
| 4180 | cls.add_constructor([]) |
| 4181 | ## pcap-file-wrapper.h (module 'network'): bool ns3::PcapFileWrapper::Fail() const [member function] |
| 4182 | cls.add_method('Fail', |
| 4183 | 'bool', |
| 4184 | [], |
| 4185 | is_const=True) |
| 4186 | ## pcap-file-wrapper.h (module 'network'): bool ns3::PcapFileWrapper::Eof() const [member function] |
| 4187 | cls.add_method('Eof', |
| 4188 | 'bool', |
| 4189 | [], |
| 4190 | is_const=True) |
| 4191 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Clear() [member function] |
| 4192 | cls.add_method('Clear', |
| 4193 | 'void', |
| 4194 | []) |
| 4195 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Open(std::string const & filename, std::_Ios_Openmode mode) [member function] |
| 4196 | cls.add_method('Open', |
| 4197 | 'void', |
| 4198 | [param('std::string const &', 'filename'), param('std::_Ios_Openmode', 'mode')]) |
| 4199 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Close() [member function] |
| 4200 | cls.add_method('Close', |
| 4201 | 'void', |
| 4202 | []) |
| 4203 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Init(uint32_t dataLinkType, uint32_t snapLen=std::numeric_limits<unsigned int>::max(), int32_t tzCorrection=ns3::PcapFile::ZONE_DEFAULT) [member function] |
| 4204 | cls.add_method('Init', |
| 4205 | 'void', |
| 4206 | [param('uint32_t', 'dataLinkType'), param('uint32_t', 'snapLen', default_value='std::numeric_limits<unsigned int>::max()'), param('int32_t', 'tzCorrection', default_value='ns3::PcapFile::ZONE_DEFAULT')]) |
| 4207 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Ptr<ns3::Packet const> p) [member function] |
| 4208 | cls.add_method('Write', |
| 4209 | 'void', |
| 4210 | [param('ns3::Time', 't'), param('ns3::Ptr< ns3::Packet const >', 'p')]) |
| 4211 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, ns3::Header & header, ns3::Ptr<ns3::Packet const> p) [member function] |
| 4212 | cls.add_method('Write', |
| 4213 | 'void', |
| 4214 | [param('ns3::Time', 't'), param('ns3::Header &', 'header'), param('ns3::Ptr< ns3::Packet const >', 'p')]) |
| 4215 | ## pcap-file-wrapper.h (module 'network'): void ns3::PcapFileWrapper::Write(ns3::Time t, uint8_t const * buffer, uint32_t length) [member function] |
| 4216 | cls.add_method('Write', |
| 4217 | 'void', |
| 4218 | [param('ns3::Time', 't'), param('uint8_t const *', 'buffer'), param('uint32_t', 'length')]) |
| 4219 | ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetMagic() [member function] |
| 4220 | cls.add_method('GetMagic', |
| 4221 | 'uint32_t', |
| 4222 | []) |
| 4223 | ## pcap-file-wrapper.h (module 'network'): uint16_t ns3::PcapFileWrapper::GetVersionMajor() [member function] |
| 4224 | cls.add_method('GetVersionMajor', |
| 4225 | 'uint16_t', |
| 4226 | []) |
| 4227 | ## pcap-file-wrapper.h (module 'network'): uint16_t ns3::PcapFileWrapper::GetVersionMinor() [member function] |
| 4228 | cls.add_method('GetVersionMinor', |
| 4229 | 'uint16_t', |
| 4230 | []) |
| 4231 | ## pcap-file-wrapper.h (module 'network'): int32_t ns3::PcapFileWrapper::GetTimeZoneOffset() [member function] |
| 4232 | cls.add_method('GetTimeZoneOffset', |
| 4233 | 'int32_t', |
| 4234 | []) |
| 4235 | ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetSigFigs() [member function] |
| 4236 | cls.add_method('GetSigFigs', |
| 4237 | 'uint32_t', |
| 4238 | []) |
| 4239 | ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetSnapLen() [member function] |
| 4240 | cls.add_method('GetSnapLen', |
| 4241 | 'uint32_t', |
| 4242 | []) |
| 4243 | ## pcap-file-wrapper.h (module 'network'): uint32_t ns3::PcapFileWrapper::GetDataLinkType() [member function] |
| 4244 | cls.add_method('GetDataLinkType', |
| 4245 | 'uint32_t', |
| 4246 | []) |
| 4247 | return |
| 4248 | |
| 4249 | def register_Ns3Queue_methods(root_module, cls): |
| 4250 | ## queue.h (module 'network'): ns3::Queue::Queue(ns3::Queue const & arg0) [copy constructor] |
| 4251 | cls.add_constructor([param('ns3::Queue const &', 'arg0')]) |
| 4252 | ## queue.h (module 'network'): ns3::Queue::Queue() [constructor] |
| 4253 | cls.add_constructor([]) |
| 4254 | ## queue.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Queue::Dequeue() [member function] |
| 4255 | cls.add_method('Dequeue', |
| 4256 | 'ns3::Ptr< ns3::Packet >', |
| 4257 | []) |
| 4258 | ## queue.h (module 'network'): void ns3::Queue::DequeueAll() [member function] |
| 4259 | cls.add_method('DequeueAll', |
| 4260 | 'void', |
| 4261 | []) |
| 4262 | ## queue.h (module 'network'): bool ns3::Queue::Enqueue(ns3::Ptr<ns3::Packet> p) [member function] |
| 4263 | cls.add_method('Enqueue', |
| 4264 | 'bool', |
| 4265 | [param('ns3::Ptr< ns3::Packet >', 'p')]) |
| 4266 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetNBytes() const [member function] |
| 4267 | cls.add_method('GetNBytes', |
| 4268 | 'uint32_t', |
| 4269 | [], |
| 4270 | is_const=True) |
| 4271 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetNPackets() const [member function] |
| 4272 | cls.add_method('GetNPackets', |
| 4273 | 'uint32_t', |
| 4274 | [], |
| 4275 | is_const=True) |
| 4276 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetTotalDroppedBytes() const [member function] |
| 4277 | cls.add_method('GetTotalDroppedBytes', |
| 4278 | 'uint32_t', |
| 4279 | [], |
| 4280 | is_const=True) |
| 4281 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetTotalDroppedPackets() const [member function] |
| 4282 | cls.add_method('GetTotalDroppedPackets', |
| 4283 | 'uint32_t', |
| 4284 | [], |
| 4285 | is_const=True) |
| 4286 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetTotalReceivedBytes() const [member function] |
| 4287 | cls.add_method('GetTotalReceivedBytes', |
| 4288 | 'uint32_t', |
| 4289 | [], |
| 4290 | is_const=True) |
| 4291 | ## queue.h (module 'network'): uint32_t ns3::Queue::GetTotalReceivedPackets() const [member function] |
| 4292 | cls.add_method('GetTotalReceivedPackets', |
| 4293 | 'uint32_t', |
| 4294 | [], |
| 4295 | is_const=True) |
| 4296 | ## queue.h (module 'network'): static ns3::TypeId ns3::Queue::GetTypeId() [member function] |
| 4297 | cls.add_method('GetTypeId', |
| 4298 | 'ns3::TypeId', |
| 4299 | [], |
| 4300 | is_static=True) |
| 4301 | ## queue.h (module 'network'): bool ns3::Queue::IsEmpty() const [member function] |
| 4302 | cls.add_method('IsEmpty', |
| 4303 | 'bool', |
| 4304 | [], |
| 4305 | is_const=True) |
| 4306 | ## queue.h (module 'network'): ns3::Ptr<ns3::Packet const> ns3::Queue::Peek() const [member function] |
| 4307 | cls.add_method('Peek', |
| 4308 | 'ns3::Ptr< ns3::Packet const >', |
| 4309 | [], |
| 4310 | is_const=True) |
| 4311 | ## queue.h (module 'network'): void ns3::Queue::ResetStatistics() [member function] |
| 4312 | cls.add_method('ResetStatistics', |
| 4313 | 'void', |
| 4314 | []) |
| 4315 | ## queue.h (module 'network'): void ns3::Queue::Drop(ns3::Ptr<ns3::Packet> packet) [member function] |
| 4316 | cls.add_method('Drop', |
| 4317 | 'void', |
| 4318 | [param('ns3::Ptr< ns3::Packet >', 'packet')], |
| 4319 | visibility='protected') |
| 4320 | ## queue.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Queue::DoDequeue() [member function] |
| 4321 | cls.add_method('DoDequeue', |
| 4322 | 'ns3::Ptr< ns3::Packet >', |
| 4323 | [], |
| 4324 | is_pure_virtual=True, visibility='private', is_virtual=True) |
| 4325 | ## queue.h (module 'network'): bool ns3::Queue::DoEnqueue(ns3::Ptr<ns3::Packet> p) [member function] |
| 4326 | cls.add_method('DoEnqueue', |
| 4327 | 'bool', |
| 4328 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 4329 | is_pure_virtual=True, visibility='private', is_virtual=True) |
| 4330 | ## queue.h (module 'network'): ns3::Ptr<ns3::Packet const> ns3::Queue::DoPeek() const [member function] |
| 4331 | cls.add_method('DoPeek', |
| 4332 | 'ns3::Ptr< ns3::Packet const >', |
| 4333 | [], |
| 4334 | is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
| 4335 | return |
| 4336 | |
| 4337 | def register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, cls): |
| 4338 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount() [constructor] |
| 4339 | cls.add_constructor([]) |
| 4340 | ## 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] |
| 4341 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter< ns3::AttributeAccessor > > const &', 'o')]) |
| 4342 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::Cleanup() [member function] |
| 4343 | cls.add_method('Cleanup', |
| 4344 | 'void', |
| 4345 | [], |
| 4346 | is_static=True) |
| 4347 | return |
| 4348 | |
| 4349 | def register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, cls): |
| 4350 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount() [constructor] |
| 4351 | cls.add_constructor([]) |
| 4352 | ## 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] |
| 4353 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter< ns3::AttributeChecker > > const &', 'o')]) |
| 4354 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::Cleanup() [member function] |
| 4355 | cls.add_method('Cleanup', |
| 4356 | 'void', |
| 4357 | [], |
| 4358 | is_static=True) |
| 4359 | return |
| 4360 | |
| 4361 | def register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, cls): |
| 4362 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount() [constructor] |
| 4363 | cls.add_constructor([]) |
| 4364 | ## 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] |
| 4365 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter< ns3::AttributeValue > > const &', 'o')]) |
| 4366 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::Cleanup() [member function] |
| 4367 | cls.add_method('Cleanup', |
| 4368 | 'void', |
| 4369 | [], |
| 4370 | is_static=True) |
| 4371 | return |
| 4372 | |
| 4373 | def register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, cls): |
| 4374 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount() [constructor] |
| 4375 | cls.add_constructor([]) |
| 4376 | ## 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] |
| 4377 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter< ns3::CallbackImplBase > > const &', 'o')]) |
| 4378 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::Cleanup() [member function] |
| 4379 | cls.add_method('Cleanup', |
| 4380 | 'void', |
| 4381 | [], |
| 4382 | is_static=True) |
| 4383 | return |
| 4384 | |
| 4385 | def register_Ns3SimpleRefCount__Ns3CcnbParserBlock_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnbParserBlock__gt___methods(root_module, cls): |
| 4386 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> >::SimpleRefCount() [constructor] |
| 4387 | cls.add_constructor([]) |
| 4388 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> > const & o) [copy constructor] |
| 4389 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter< ns3::CcnbParser::Block > > const &', 'o')]) |
| 4390 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnbParser::Block, ns3::empty, ns3::DefaultDeleter<ns3::CcnbParser::Block> >::Cleanup() [member function] |
| 4391 | cls.add_method('Cleanup', |
| 4392 | 'void', |
| 4393 | [], |
| 4394 | is_static=True) |
| 4395 | return |
| 4396 | |
| 4397 | def register_Ns3SimpleRefCount__Ns3CcnxFace_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFace__gt___methods(root_module, cls): |
| 4398 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> >::SimpleRefCount() [constructor] |
| 4399 | cls.add_constructor([]) |
| 4400 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> > const & o) [copy constructor] |
| 4401 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter< ns3::CcnxFace > > const &', 'o')]) |
| 4402 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnxFace, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFace> >::Cleanup() [member function] |
| 4403 | cls.add_method('Cleanup', |
| 4404 | 'void', |
| 4405 | [], |
| 4406 | is_static=True) |
| 4407 | return |
| 4408 | |
| 4409 | def register_Ns3SimpleRefCount__Ns3CcnxFaceContainer_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFaceContainer__gt___methods(root_module, cls): |
| 4410 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> >::SimpleRefCount() [constructor] |
| 4411 | cls.add_constructor([]) |
| 4412 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> > const & o) [copy constructor] |
| 4413 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter< ns3::CcnxFaceContainer > > const &', 'o')]) |
| 4414 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnxFaceContainer, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFaceContainer> >::Cleanup() [member function] |
| 4415 | cls.add_method('Cleanup', |
| 4416 | 'void', |
| 4417 | [], |
| 4418 | is_static=True) |
| 4419 | return |
| 4420 | |
| 4421 | def register_Ns3SimpleRefCount__Ns3CcnxFibEntry_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxFibEntry__gt___methods(root_module, cls): |
| 4422 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> >::SimpleRefCount() [constructor] |
| 4423 | cls.add_constructor([]) |
| 4424 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> > const & o) [copy constructor] |
| 4425 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter< ns3::CcnxFibEntry > > const &', 'o')]) |
| 4426 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnxFibEntry, ns3::empty, ns3::DefaultDeleter<ns3::CcnxFibEntry> >::Cleanup() [member function] |
| 4427 | cls.add_method('Cleanup', |
| 4428 | 'void', |
| 4429 | [], |
| 4430 | is_static=True) |
| 4431 | return |
| 4432 | |
| 4433 | def register_Ns3SimpleRefCount__Ns3CcnxNameComponents_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxNameComponents__gt___methods(root_module, cls): |
| 4434 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> >::SimpleRefCount() [constructor] |
| 4435 | cls.add_constructor([]) |
| 4436 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> > const & o) [copy constructor] |
| 4437 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter< ns3::CcnxNameComponents > > const &', 'o')]) |
| 4438 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnxNameComponents, ns3::empty, ns3::DefaultDeleter<ns3::CcnxNameComponents> >::Cleanup() [member function] |
| 4439 | cls.add_method('Cleanup', |
| 4440 | 'void', |
| 4441 | [], |
| 4442 | is_static=True) |
| 4443 | return |
| 4444 | |
| 4445 | def register_Ns3SimpleRefCount__Ns3CcnxRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3CcnxRoute__gt___methods(root_module, cls): |
| 4446 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> >::SimpleRefCount() [constructor] |
| 4447 | cls.add_constructor([]) |
| 4448 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> >::SimpleRefCount(ns3::SimpleRefCount<ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> > const & o) [copy constructor] |
| 4449 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter< ns3::CcnxRoute > > const &', 'o')]) |
| 4450 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::CcnxRoute, ns3::empty, ns3::DefaultDeleter<ns3::CcnxRoute> >::Cleanup() [member function] |
| 4451 | cls.add_method('Cleanup', |
| 4452 | 'void', |
| 4453 | [], |
| 4454 | is_static=True) |
| 4455 | return |
| 4456 | |
| 4457 | def register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, cls): |
| 4458 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount() [constructor] |
| 4459 | cls.add_constructor([]) |
| 4460 | ## 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] |
| 4461 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter< ns3::EventImpl > > const &', 'o')]) |
| 4462 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::Cleanup() [member function] |
| 4463 | cls.add_method('Cleanup', |
| 4464 | 'void', |
| 4465 | [], |
| 4466 | is_static=True) |
| 4467 | return |
| 4468 | |
| 4469 | def register_Ns3SimpleRefCount__Ns3NixVector_Ns3Empty_Ns3DefaultDeleter__lt__ns3NixVector__gt___methods(root_module, cls): |
| 4470 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::SimpleRefCount() [constructor] |
| 4471 | cls.add_constructor([]) |
| 4472 | ## 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] |
| 4473 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::NixVector, ns3::empty, ns3::DefaultDeleter< ns3::NixVector > > const &', 'o')]) |
| 4474 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::NixVector, ns3::empty, ns3::DefaultDeleter<ns3::NixVector> >::Cleanup() [member function] |
| 4475 | cls.add_method('Cleanup', |
| 4476 | 'void', |
| 4477 | [], |
| 4478 | is_static=True) |
| 4479 | return |
| 4480 | |
| 4481 | def register_Ns3SimpleRefCount__Ns3OutputStreamWrapper_Ns3Empty_Ns3DefaultDeleter__lt__ns3OutputStreamWrapper__gt___methods(root_module, cls): |
| 4482 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::SimpleRefCount() [constructor] |
| 4483 | cls.add_constructor([]) |
| 4484 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::SimpleRefCount(ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> > const & o) [copy constructor] |
| 4485 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter< ns3::OutputStreamWrapper > > const &', 'o')]) |
| 4486 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::OutputStreamWrapper, ns3::empty, ns3::DefaultDeleter<ns3::OutputStreamWrapper> >::Cleanup() [member function] |
| 4487 | cls.add_method('Cleanup', |
| 4488 | 'void', |
| 4489 | [], |
| 4490 | is_static=True) |
| 4491 | return |
| 4492 | |
| 4493 | def register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, cls): |
| 4494 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount() [constructor] |
| 4495 | cls.add_constructor([]) |
| 4496 | ## 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] |
| 4497 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter< ns3::Packet > > const &', 'o')]) |
| 4498 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::Cleanup() [member function] |
| 4499 | cls.add_method('Cleanup', |
| 4500 | 'void', |
| 4501 | [], |
| 4502 | is_static=True) |
| 4503 | return |
| 4504 | |
| 4505 | def register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, cls): |
| 4506 | ## simple-ref-count.h (module 'core'): ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount() [constructor] |
| 4507 | cls.add_constructor([]) |
| 4508 | ## 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] |
| 4509 | cls.add_constructor([param('ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter< ns3::TraceSourceAccessor > > const &', 'o')]) |
| 4510 | ## simple-ref-count.h (module 'core'): static void ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::Cleanup() [member function] |
| 4511 | cls.add_method('Cleanup', |
| 4512 | 'void', |
| 4513 | [], |
| 4514 | is_static=True) |
| 4515 | return |
| 4516 | |
| 4517 | def register_Ns3Socket_methods(root_module, cls): |
| 4518 | ## socket.h (module 'network'): ns3::Socket::Socket(ns3::Socket const & arg0) [copy constructor] |
| 4519 | cls.add_constructor([param('ns3::Socket const &', 'arg0')]) |
| 4520 | ## socket.h (module 'network'): ns3::Socket::Socket() [constructor] |
| 4521 | cls.add_constructor([]) |
| 4522 | ## socket.h (module 'network'): int ns3::Socket::Bind(ns3::Address const & address) [member function] |
| 4523 | cls.add_method('Bind', |
| 4524 | 'int', |
| 4525 | [param('ns3::Address const &', 'address')], |
| 4526 | is_pure_virtual=True, is_virtual=True) |
| 4527 | ## socket.h (module 'network'): int ns3::Socket::Bind() [member function] |
| 4528 | cls.add_method('Bind', |
| 4529 | 'int', |
| 4530 | [], |
| 4531 | is_pure_virtual=True, is_virtual=True) |
| 4532 | ## socket.h (module 'network'): void ns3::Socket::BindToNetDevice(ns3::Ptr<ns3::NetDevice> netdevice) [member function] |
| 4533 | cls.add_method('BindToNetDevice', |
| 4534 | 'void', |
| 4535 | [param('ns3::Ptr< ns3::NetDevice >', 'netdevice')], |
| 4536 | is_virtual=True) |
| 4537 | ## socket.h (module 'network'): int ns3::Socket::Close() [member function] |
| 4538 | cls.add_method('Close', |
| 4539 | 'int', |
| 4540 | [], |
| 4541 | is_pure_virtual=True, is_virtual=True) |
| 4542 | ## socket.h (module 'network'): int ns3::Socket::Connect(ns3::Address const & address) [member function] |
| 4543 | cls.add_method('Connect', |
| 4544 | 'int', |
| 4545 | [param('ns3::Address const &', 'address')], |
| 4546 | is_pure_virtual=True, is_virtual=True) |
| 4547 | ## socket.h (module 'network'): static ns3::Ptr<ns3::Socket> ns3::Socket::CreateSocket(ns3::Ptr<ns3::Node> node, ns3::TypeId tid) [member function] |
| 4548 | cls.add_method('CreateSocket', |
| 4549 | 'ns3::Ptr< ns3::Socket >', |
| 4550 | [param('ns3::Ptr< ns3::Node >', 'node'), param('ns3::TypeId', 'tid')], |
| 4551 | is_static=True) |
| 4552 | ## socket.h (module 'network'): bool ns3::Socket::GetAllowBroadcast() const [member function] |
| 4553 | cls.add_method('GetAllowBroadcast', |
| 4554 | 'bool', |
| 4555 | [], |
| 4556 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4557 | ## socket.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::Socket::GetBoundNetDevice() [member function] |
| 4558 | cls.add_method('GetBoundNetDevice', |
| 4559 | 'ns3::Ptr< ns3::NetDevice >', |
| 4560 | []) |
| 4561 | ## socket.h (module 'network'): ns3::Socket::SocketErrno ns3::Socket::GetErrno() const [member function] |
| 4562 | cls.add_method('GetErrno', |
| 4563 | 'ns3::Socket::SocketErrno', |
| 4564 | [], |
| 4565 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4566 | ## socket.h (module 'network'): ns3::Ptr<ns3::Node> ns3::Socket::GetNode() const [member function] |
| 4567 | cls.add_method('GetNode', |
| 4568 | 'ns3::Ptr< ns3::Node >', |
| 4569 | [], |
| 4570 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4571 | ## socket.h (module 'network'): uint32_t ns3::Socket::GetRxAvailable() const [member function] |
| 4572 | cls.add_method('GetRxAvailable', |
| 4573 | 'uint32_t', |
| 4574 | [], |
| 4575 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4576 | ## socket.h (module 'network'): int ns3::Socket::GetSockName(ns3::Address & address) const [member function] |
| 4577 | cls.add_method('GetSockName', |
| 4578 | 'int', |
| 4579 | [param('ns3::Address &', 'address')], |
| 4580 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4581 | ## socket.h (module 'network'): ns3::Socket::SocketType ns3::Socket::GetSocketType() const [member function] |
| 4582 | cls.add_method('GetSocketType', |
| 4583 | 'ns3::Socket::SocketType', |
| 4584 | [], |
| 4585 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4586 | ## socket.h (module 'network'): uint32_t ns3::Socket::GetTxAvailable() const [member function] |
| 4587 | cls.add_method('GetTxAvailable', |
| 4588 | 'uint32_t', |
| 4589 | [], |
| 4590 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 4591 | ## socket.h (module 'network'): bool ns3::Socket::IsRecvPktInfo() const [member function] |
| 4592 | cls.add_method('IsRecvPktInfo', |
| 4593 | 'bool', |
| 4594 | [], |
| 4595 | is_const=True) |
| 4596 | ## socket.h (module 'network'): int ns3::Socket::Listen() [member function] |
| 4597 | cls.add_method('Listen', |
| 4598 | 'int', |
| 4599 | [], |
| 4600 | is_pure_virtual=True, is_virtual=True) |
| 4601 | ## socket.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Socket::Recv(uint32_t maxSize, uint32_t flags) [member function] |
| 4602 | cls.add_method('Recv', |
| 4603 | 'ns3::Ptr< ns3::Packet >', |
| 4604 | [param('uint32_t', 'maxSize'), param('uint32_t', 'flags')], |
| 4605 | is_pure_virtual=True, is_virtual=True) |
| 4606 | ## socket.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Socket::Recv() [member function] |
| 4607 | cls.add_method('Recv', |
| 4608 | 'ns3::Ptr< ns3::Packet >', |
| 4609 | []) |
| 4610 | ## socket.h (module 'network'): int ns3::Socket::Recv(uint8_t * buf, uint32_t size, uint32_t flags) [member function] |
| 4611 | cls.add_method('Recv', |
| 4612 | 'int', |
| 4613 | [param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')]) |
| 4614 | ## socket.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Socket::RecvFrom(uint32_t maxSize, uint32_t flags, ns3::Address & fromAddress) [member function] |
| 4615 | cls.add_method('RecvFrom', |
| 4616 | 'ns3::Ptr< ns3::Packet >', |
| 4617 | [param('uint32_t', 'maxSize'), param('uint32_t', 'flags'), param('ns3::Address &', 'fromAddress')], |
| 4618 | is_pure_virtual=True, is_virtual=True) |
| 4619 | ## socket.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Socket::RecvFrom(ns3::Address & fromAddress) [member function] |
| 4620 | cls.add_method('RecvFrom', |
| 4621 | 'ns3::Ptr< ns3::Packet >', |
| 4622 | [param('ns3::Address &', 'fromAddress')]) |
| 4623 | ## socket.h (module 'network'): int ns3::Socket::RecvFrom(uint8_t * buf, uint32_t size, uint32_t flags, ns3::Address & fromAddress) [member function] |
| 4624 | cls.add_method('RecvFrom', |
| 4625 | 'int', |
| 4626 | [param('uint8_t *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address &', 'fromAddress')]) |
| 4627 | ## socket.h (module 'network'): int ns3::Socket::Send(ns3::Ptr<ns3::Packet> p, uint32_t flags) [member function] |
| 4628 | cls.add_method('Send', |
| 4629 | 'int', |
| 4630 | [param('ns3::Ptr< ns3::Packet >', 'p'), param('uint32_t', 'flags')], |
| 4631 | is_pure_virtual=True, is_virtual=True) |
| 4632 | ## socket.h (module 'network'): int ns3::Socket::Send(ns3::Ptr<ns3::Packet> p) [member function] |
| 4633 | cls.add_method('Send', |
| 4634 | 'int', |
| 4635 | [param('ns3::Ptr< ns3::Packet >', 'p')]) |
| 4636 | ## socket.h (module 'network'): int ns3::Socket::Send(uint8_t const * buf, uint32_t size, uint32_t flags) [member function] |
| 4637 | cls.add_method('Send', |
| 4638 | 'int', |
| 4639 | [param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags')]) |
| 4640 | ## socket.h (module 'network'): int ns3::Socket::SendTo(ns3::Ptr<ns3::Packet> p, uint32_t flags, ns3::Address const & toAddress) [member function] |
| 4641 | cls.add_method('SendTo', |
| 4642 | 'int', |
| 4643 | [param('ns3::Ptr< ns3::Packet >', 'p'), param('uint32_t', 'flags'), param('ns3::Address const &', 'toAddress')], |
| 4644 | is_pure_virtual=True, is_virtual=True) |
| 4645 | ## socket.h (module 'network'): int ns3::Socket::SendTo(uint8_t const * buf, uint32_t size, uint32_t flags, ns3::Address const & address) [member function] |
| 4646 | cls.add_method('SendTo', |
| 4647 | 'int', |
| 4648 | [param('uint8_t const *', 'buf'), param('uint32_t', 'size'), param('uint32_t', 'flags'), param('ns3::Address const &', 'address')]) |
| 4649 | ## socket.h (module 'network'): void ns3::Socket::SetAcceptCallback(ns3::Callback<bool, ns3::Ptr<ns3::Socket>, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionRequest, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> newConnectionCreated) [member function] |
| 4650 | cls.add_method('SetAcceptCallback', |
| 4651 | 'void', |
| 4652 | [param('ns3::Callback< bool, ns3::Ptr< ns3::Socket >, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionRequest'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'newConnectionCreated')]) |
| 4653 | ## socket.h (module 'network'): bool ns3::Socket::SetAllowBroadcast(bool allowBroadcast) [member function] |
| 4654 | cls.add_method('SetAllowBroadcast', |
| 4655 | 'bool', |
| 4656 | [param('bool', 'allowBroadcast')], |
| 4657 | is_pure_virtual=True, is_virtual=True) |
| 4658 | ## socket.h (module 'network'): void ns3::Socket::SetCloseCallbacks(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> normalClose, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> errorClose) [member function] |
| 4659 | cls.add_method('SetCloseCallbacks', |
| 4660 | 'void', |
| 4661 | [param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'normalClose'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'errorClose')]) |
| 4662 | ## socket.h (module 'network'): void ns3::Socket::SetConnectCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionSucceeded, ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> connectionFailed) [member function] |
| 4663 | cls.add_method('SetConnectCallback', |
| 4664 | 'void', |
| 4665 | [param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionSucceeded'), param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'connectionFailed')]) |
| 4666 | ## socket.h (module 'network'): void ns3::Socket::SetDataSentCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> dataSent) [member function] |
| 4667 | cls.add_method('SetDataSentCallback', |
| 4668 | 'void', |
| 4669 | [param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'dataSent')]) |
| 4670 | ## socket.h (module 'network'): void ns3::Socket::SetRecvCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> arg0) [member function] |
| 4671 | cls.add_method('SetRecvCallback', |
| 4672 | 'void', |
| 4673 | [param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'arg0')]) |
| 4674 | ## socket.h (module 'network'): void ns3::Socket::SetRecvPktInfo(bool flag) [member function] |
| 4675 | cls.add_method('SetRecvPktInfo', |
| 4676 | 'void', |
| 4677 | [param('bool', 'flag')]) |
| 4678 | ## socket.h (module 'network'): void ns3::Socket::SetSendCallback(ns3::Callback<void, ns3::Ptr<ns3::Socket>, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> sendCb) [member function] |
| 4679 | cls.add_method('SetSendCallback', |
| 4680 | 'void', |
| 4681 | [param('ns3::Callback< void, ns3::Ptr< ns3::Socket >, unsigned int, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'sendCb')]) |
| 4682 | ## socket.h (module 'network'): int ns3::Socket::ShutdownRecv() [member function] |
| 4683 | cls.add_method('ShutdownRecv', |
| 4684 | 'int', |
| 4685 | [], |
| 4686 | is_pure_virtual=True, is_virtual=True) |
| 4687 | ## socket.h (module 'network'): int ns3::Socket::ShutdownSend() [member function] |
| 4688 | cls.add_method('ShutdownSend', |
| 4689 | 'int', |
| 4690 | [], |
| 4691 | is_pure_virtual=True, is_virtual=True) |
| 4692 | ## socket.h (module 'network'): void ns3::Socket::DoDispose() [member function] |
| 4693 | cls.add_method('DoDispose', |
| 4694 | 'void', |
| 4695 | [], |
| 4696 | visibility='protected', is_virtual=True) |
| 4697 | ## socket.h (module 'network'): void ns3::Socket::NotifyConnectionFailed() [member function] |
| 4698 | cls.add_method('NotifyConnectionFailed', |
| 4699 | 'void', |
| 4700 | [], |
| 4701 | visibility='protected') |
| 4702 | ## socket.h (module 'network'): bool ns3::Socket::NotifyConnectionRequest(ns3::Address const & from) [member function] |
| 4703 | cls.add_method('NotifyConnectionRequest', |
| 4704 | 'bool', |
| 4705 | [param('ns3::Address const &', 'from')], |
| 4706 | visibility='protected') |
| 4707 | ## socket.h (module 'network'): void ns3::Socket::NotifyConnectionSucceeded() [member function] |
| 4708 | cls.add_method('NotifyConnectionSucceeded', |
| 4709 | 'void', |
| 4710 | [], |
| 4711 | visibility='protected') |
| 4712 | ## socket.h (module 'network'): void ns3::Socket::NotifyDataRecv() [member function] |
| 4713 | cls.add_method('NotifyDataRecv', |
| 4714 | 'void', |
| 4715 | [], |
| 4716 | visibility='protected') |
| 4717 | ## socket.h (module 'network'): void ns3::Socket::NotifyDataSent(uint32_t size) [member function] |
| 4718 | cls.add_method('NotifyDataSent', |
| 4719 | 'void', |
| 4720 | [param('uint32_t', 'size')], |
| 4721 | visibility='protected') |
| 4722 | ## socket.h (module 'network'): void ns3::Socket::NotifyErrorClose() [member function] |
| 4723 | cls.add_method('NotifyErrorClose', |
| 4724 | 'void', |
| 4725 | [], |
| 4726 | visibility='protected') |
| 4727 | ## socket.h (module 'network'): void ns3::Socket::NotifyNewConnectionCreated(ns3::Ptr<ns3::Socket> socket, ns3::Address const & from) [member function] |
| 4728 | cls.add_method('NotifyNewConnectionCreated', |
| 4729 | 'void', |
| 4730 | [param('ns3::Ptr< ns3::Socket >', 'socket'), param('ns3::Address const &', 'from')], |
| 4731 | visibility='protected') |
| 4732 | ## socket.h (module 'network'): void ns3::Socket::NotifyNormalClose() [member function] |
| 4733 | cls.add_method('NotifyNormalClose', |
| 4734 | 'void', |
| 4735 | [], |
| 4736 | visibility='protected') |
| 4737 | ## socket.h (module 'network'): void ns3::Socket::NotifySend(uint32_t spaceAvailable) [member function] |
| 4738 | cls.add_method('NotifySend', |
| 4739 | 'void', |
| 4740 | [param('uint32_t', 'spaceAvailable')], |
| 4741 | visibility='protected') |
| 4742 | return |
| 4743 | |
| 4744 | def register_Ns3SocketAddressTag_methods(root_module, cls): |
| 4745 | ## socket.h (module 'network'): ns3::SocketAddressTag::SocketAddressTag(ns3::SocketAddressTag const & arg0) [copy constructor] |
| 4746 | cls.add_constructor([param('ns3::SocketAddressTag const &', 'arg0')]) |
| 4747 | ## socket.h (module 'network'): ns3::SocketAddressTag::SocketAddressTag() [constructor] |
| 4748 | cls.add_constructor([]) |
| 4749 | ## socket.h (module 'network'): void ns3::SocketAddressTag::Deserialize(ns3::TagBuffer i) [member function] |
| 4750 | cls.add_method('Deserialize', |
| 4751 | 'void', |
| 4752 | [param('ns3::TagBuffer', 'i')], |
| 4753 | is_virtual=True) |
| 4754 | ## socket.h (module 'network'): ns3::Address ns3::SocketAddressTag::GetAddress() const [member function] |
| 4755 | cls.add_method('GetAddress', |
| 4756 | 'ns3::Address', |
| 4757 | [], |
| 4758 | is_const=True) |
| 4759 | ## socket.h (module 'network'): ns3::TypeId ns3::SocketAddressTag::GetInstanceTypeId() const [member function] |
| 4760 | cls.add_method('GetInstanceTypeId', |
| 4761 | 'ns3::TypeId', |
| 4762 | [], |
| 4763 | is_const=True, is_virtual=True) |
| 4764 | ## socket.h (module 'network'): uint32_t ns3::SocketAddressTag::GetSerializedSize() const [member function] |
| 4765 | cls.add_method('GetSerializedSize', |
| 4766 | 'uint32_t', |
| 4767 | [], |
| 4768 | is_const=True, is_virtual=True) |
| 4769 | ## socket.h (module 'network'): static ns3::TypeId ns3::SocketAddressTag::GetTypeId() [member function] |
| 4770 | cls.add_method('GetTypeId', |
| 4771 | 'ns3::TypeId', |
| 4772 | [], |
| 4773 | is_static=True) |
| 4774 | ## socket.h (module 'network'): void ns3::SocketAddressTag::Print(std::ostream & os) const [member function] |
| 4775 | cls.add_method('Print', |
| 4776 | 'void', |
| 4777 | [param('std::ostream &', 'os')], |
| 4778 | is_const=True, is_virtual=True) |
| 4779 | ## socket.h (module 'network'): void ns3::SocketAddressTag::Serialize(ns3::TagBuffer i) const [member function] |
| 4780 | cls.add_method('Serialize', |
| 4781 | 'void', |
| 4782 | [param('ns3::TagBuffer', 'i')], |
| 4783 | is_const=True, is_virtual=True) |
| 4784 | ## socket.h (module 'network'): void ns3::SocketAddressTag::SetAddress(ns3::Address addr) [member function] |
| 4785 | cls.add_method('SetAddress', |
| 4786 | 'void', |
| 4787 | [param('ns3::Address', 'addr')]) |
| 4788 | return |
| 4789 | |
| 4790 | def register_Ns3SocketFactory_methods(root_module, cls): |
| 4791 | ## socket-factory.h (module 'network'): ns3::SocketFactory::SocketFactory(ns3::SocketFactory const & arg0) [copy constructor] |
| 4792 | cls.add_constructor([param('ns3::SocketFactory const &', 'arg0')]) |
| 4793 | ## socket-factory.h (module 'network'): ns3::SocketFactory::SocketFactory() [constructor] |
| 4794 | cls.add_constructor([]) |
| 4795 | ## socket-factory.h (module 'network'): ns3::Ptr<ns3::Socket> ns3::SocketFactory::CreateSocket() [member function] |
| 4796 | cls.add_method('CreateSocket', |
| 4797 | 'ns3::Ptr< ns3::Socket >', |
| 4798 | [], |
| 4799 | is_pure_virtual=True, is_virtual=True) |
| 4800 | ## socket-factory.h (module 'network'): static ns3::TypeId ns3::SocketFactory::GetTypeId() [member function] |
| 4801 | cls.add_method('GetTypeId', |
| 4802 | 'ns3::TypeId', |
| 4803 | [], |
| 4804 | is_static=True) |
| 4805 | return |
| 4806 | |
| 4807 | def register_Ns3SocketIpTtlTag_methods(root_module, cls): |
| 4808 | ## socket.h (module 'network'): ns3::SocketIpTtlTag::SocketIpTtlTag(ns3::SocketIpTtlTag const & arg0) [copy constructor] |
| 4809 | cls.add_constructor([param('ns3::SocketIpTtlTag const &', 'arg0')]) |
| 4810 | ## socket.h (module 'network'): ns3::SocketIpTtlTag::SocketIpTtlTag() [constructor] |
| 4811 | cls.add_constructor([]) |
| 4812 | ## socket.h (module 'network'): void ns3::SocketIpTtlTag::Deserialize(ns3::TagBuffer i) [member function] |
| 4813 | cls.add_method('Deserialize', |
| 4814 | 'void', |
| 4815 | [param('ns3::TagBuffer', 'i')], |
| 4816 | is_virtual=True) |
| 4817 | ## socket.h (module 'network'): ns3::TypeId ns3::SocketIpTtlTag::GetInstanceTypeId() const [member function] |
| 4818 | cls.add_method('GetInstanceTypeId', |
| 4819 | 'ns3::TypeId', |
| 4820 | [], |
| 4821 | is_const=True, is_virtual=True) |
| 4822 | ## socket.h (module 'network'): uint32_t ns3::SocketIpTtlTag::GetSerializedSize() const [member function] |
| 4823 | cls.add_method('GetSerializedSize', |
| 4824 | 'uint32_t', |
| 4825 | [], |
| 4826 | is_const=True, is_virtual=True) |
| 4827 | ## socket.h (module 'network'): uint8_t ns3::SocketIpTtlTag::GetTtl() const [member function] |
| 4828 | cls.add_method('GetTtl', |
| 4829 | 'uint8_t', |
| 4830 | [], |
| 4831 | is_const=True) |
| 4832 | ## socket.h (module 'network'): static ns3::TypeId ns3::SocketIpTtlTag::GetTypeId() [member function] |
| 4833 | cls.add_method('GetTypeId', |
| 4834 | 'ns3::TypeId', |
| 4835 | [], |
| 4836 | is_static=True) |
| 4837 | ## socket.h (module 'network'): void ns3::SocketIpTtlTag::Print(std::ostream & os) const [member function] |
| 4838 | cls.add_method('Print', |
| 4839 | 'void', |
| 4840 | [param('std::ostream &', 'os')], |
| 4841 | is_const=True, is_virtual=True) |
| 4842 | ## socket.h (module 'network'): void ns3::SocketIpTtlTag::Serialize(ns3::TagBuffer i) const [member function] |
| 4843 | cls.add_method('Serialize', |
| 4844 | 'void', |
| 4845 | [param('ns3::TagBuffer', 'i')], |
| 4846 | is_const=True, is_virtual=True) |
| 4847 | ## socket.h (module 'network'): void ns3::SocketIpTtlTag::SetTtl(uint8_t ttl) [member function] |
| 4848 | cls.add_method('SetTtl', |
| 4849 | 'void', |
| 4850 | [param('uint8_t', 'ttl')]) |
| 4851 | return |
| 4852 | |
| 4853 | def register_Ns3SocketSetDontFragmentTag_methods(root_module, cls): |
| 4854 | ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag::SocketSetDontFragmentTag(ns3::SocketSetDontFragmentTag const & arg0) [copy constructor] |
| 4855 | cls.add_constructor([param('ns3::SocketSetDontFragmentTag const &', 'arg0')]) |
| 4856 | ## socket.h (module 'network'): ns3::SocketSetDontFragmentTag::SocketSetDontFragmentTag() [constructor] |
| 4857 | cls.add_constructor([]) |
| 4858 | ## socket.h (module 'network'): void ns3::SocketSetDontFragmentTag::Deserialize(ns3::TagBuffer i) [member function] |
| 4859 | cls.add_method('Deserialize', |
| 4860 | 'void', |
| 4861 | [param('ns3::TagBuffer', 'i')], |
| 4862 | is_virtual=True) |
| 4863 | ## socket.h (module 'network'): void ns3::SocketSetDontFragmentTag::Disable() [member function] |
| 4864 | cls.add_method('Disable', |
| 4865 | 'void', |
| 4866 | []) |
| 4867 | ## socket.h (module 'network'): void ns3::SocketSetDontFragmentTag::Enable() [member function] |
| 4868 | cls.add_method('Enable', |
| 4869 | 'void', |
| 4870 | []) |
| 4871 | ## socket.h (module 'network'): ns3::TypeId ns3::SocketSetDontFragmentTag::GetInstanceTypeId() const [member function] |
| 4872 | cls.add_method('GetInstanceTypeId', |
| 4873 | 'ns3::TypeId', |
| 4874 | [], |
| 4875 | is_const=True, is_virtual=True) |
| 4876 | ## socket.h (module 'network'): uint32_t ns3::SocketSetDontFragmentTag::GetSerializedSize() const [member function] |
| 4877 | cls.add_method('GetSerializedSize', |
| 4878 | 'uint32_t', |
| 4879 | [], |
| 4880 | is_const=True, is_virtual=True) |
| 4881 | ## socket.h (module 'network'): static ns3::TypeId ns3::SocketSetDontFragmentTag::GetTypeId() [member function] |
| 4882 | cls.add_method('GetTypeId', |
| 4883 | 'ns3::TypeId', |
| 4884 | [], |
| 4885 | is_static=True) |
| 4886 | ## socket.h (module 'network'): bool ns3::SocketSetDontFragmentTag::IsEnabled() const [member function] |
| 4887 | cls.add_method('IsEnabled', |
| 4888 | 'bool', |
| 4889 | [], |
| 4890 | is_const=True) |
| 4891 | ## socket.h (module 'network'): void ns3::SocketSetDontFragmentTag::Print(std::ostream & os) const [member function] |
| 4892 | cls.add_method('Print', |
| 4893 | 'void', |
| 4894 | [param('std::ostream &', 'os')], |
| 4895 | is_const=True, is_virtual=True) |
| 4896 | ## socket.h (module 'network'): void ns3::SocketSetDontFragmentTag::Serialize(ns3::TagBuffer i) const [member function] |
| 4897 | cls.add_method('Serialize', |
| 4898 | 'void', |
| 4899 | [param('ns3::TagBuffer', 'i')], |
| 4900 | is_const=True, is_virtual=True) |
| 4901 | return |
| 4902 | |
| 4903 | def register_Ns3Time_methods(root_module, cls): |
| 4904 | cls.add_binary_comparison_operator('!=') |
| 4905 | cls.add_inplace_numeric_operator('+=', param('ns3::Time const &', 'right')) |
| 4906 | cls.add_inplace_numeric_operator('-=', param('ns3::Time const &', 'right')) |
| 4907 | cls.add_output_stream_operator() |
| 4908 | cls.add_binary_comparison_operator('<=') |
| 4909 | cls.add_binary_comparison_operator('==') |
| 4910 | cls.add_binary_comparison_operator('>=') |
| 4911 | cls.add_binary_numeric_operator('+', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', 'right')) |
| 4912 | cls.add_binary_numeric_operator('-', root_module['ns3::Time'], root_module['ns3::Time'], param('ns3::Time const &', 'right')) |
| 4913 | cls.add_binary_comparison_operator('<') |
| 4914 | cls.add_binary_comparison_operator('>') |
| 4915 | ## nstime.h (module 'core'): ns3::Time::Time() [constructor] |
| 4916 | cls.add_constructor([]) |
| 4917 | ## nstime.h (module 'core'): ns3::Time::Time(ns3::Time const & o) [copy constructor] |
| 4918 | cls.add_constructor([param('ns3::Time const &', 'o')]) |
| 4919 | ## nstime.h (module 'core'): ns3::Time::Time(double v) [constructor] |
| 4920 | cls.add_constructor([param('double', 'v')]) |
| 4921 | ## nstime.h (module 'core'): ns3::Time::Time(int v) [constructor] |
| 4922 | cls.add_constructor([param('int', 'v')]) |
| 4923 | ## nstime.h (module 'core'): ns3::Time::Time(long int v) [constructor] |
| 4924 | cls.add_constructor([param('long int', 'v')]) |
| 4925 | ## nstime.h (module 'core'): ns3::Time::Time(long long int v) [constructor] |
| 4926 | cls.add_constructor([param('long long int', 'v')]) |
| 4927 | ## nstime.h (module 'core'): ns3::Time::Time(unsigned int v) [constructor] |
| 4928 | cls.add_constructor([param('unsigned int', 'v')]) |
| 4929 | ## nstime.h (module 'core'): ns3::Time::Time(long unsigned int v) [constructor] |
| 4930 | cls.add_constructor([param('long unsigned int', 'v')]) |
| 4931 | ## nstime.h (module 'core'): ns3::Time::Time(long long unsigned int v) [constructor] |
| 4932 | cls.add_constructor([param('long long unsigned int', 'v')]) |
| 4933 | ## nstime.h (module 'core'): ns3::Time::Time(std::string const & s) [constructor] |
| 4934 | cls.add_constructor([param('std::string const &', 's')]) |
| 4935 | ## nstime.h (module 'core'): ns3::Time::Time(ns3::int64x64_t const & value) [constructor] |
| 4936 | cls.add_constructor([param('ns3::int64x64_t const &', 'value')]) |
| 4937 | ## nstime.h (module 'core'): int ns3::Time::Compare(ns3::Time const & o) const [member function] |
| 4938 | cls.add_method('Compare', |
| 4939 | 'int', |
| 4940 | [param('ns3::Time const &', 'o')], |
| 4941 | is_const=True) |
| 4942 | ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & from, ns3::Time::Unit timeUnit) [member function] |
| 4943 | cls.add_method('From', |
| 4944 | 'ns3::Time', |
| 4945 | [param('ns3::int64x64_t const &', 'from'), param('ns3::Time::Unit', 'timeUnit')], |
| 4946 | is_static=True) |
| 4947 | ## nstime.h (module 'core'): static ns3::Time ns3::Time::From(ns3::int64x64_t const & value) [member function] |
| 4948 | cls.add_method('From', |
| 4949 | 'ns3::Time', |
| 4950 | [param('ns3::int64x64_t const &', 'value')], |
| 4951 | is_static=True) |
| 4952 | ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromDouble(double value, ns3::Time::Unit timeUnit) [member function] |
| 4953 | cls.add_method('FromDouble', |
| 4954 | 'ns3::Time', |
| 4955 | [param('double', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
| 4956 | is_static=True) |
| 4957 | ## nstime.h (module 'core'): static ns3::Time ns3::Time::FromInteger(uint64_t value, ns3::Time::Unit timeUnit) [member function] |
| 4958 | cls.add_method('FromInteger', |
| 4959 | 'ns3::Time', |
| 4960 | [param('uint64_t', 'value'), param('ns3::Time::Unit', 'timeUnit')], |
| 4961 | is_static=True) |
| 4962 | ## nstime.h (module 'core'): double ns3::Time::GetDouble() const [member function] |
| 4963 | cls.add_method('GetDouble', |
| 4964 | 'double', |
| 4965 | [], |
| 4966 | is_const=True) |
| 4967 | ## nstime.h (module 'core'): int64_t ns3::Time::GetFemtoSeconds() const [member function] |
| 4968 | cls.add_method('GetFemtoSeconds', |
| 4969 | 'int64_t', |
| 4970 | [], |
| 4971 | is_const=True) |
| 4972 | ## nstime.h (module 'core'): int64_t ns3::Time::GetInteger() const [member function] |
| 4973 | cls.add_method('GetInteger', |
| 4974 | 'int64_t', |
| 4975 | [], |
| 4976 | is_const=True) |
| 4977 | ## nstime.h (module 'core'): int64_t ns3::Time::GetMicroSeconds() const [member function] |
| 4978 | cls.add_method('GetMicroSeconds', |
| 4979 | 'int64_t', |
| 4980 | [], |
| 4981 | is_const=True) |
| 4982 | ## nstime.h (module 'core'): int64_t ns3::Time::GetMilliSeconds() const [member function] |
| 4983 | cls.add_method('GetMilliSeconds', |
| 4984 | 'int64_t', |
| 4985 | [], |
| 4986 | is_const=True) |
| 4987 | ## nstime.h (module 'core'): int64_t ns3::Time::GetNanoSeconds() const [member function] |
| 4988 | cls.add_method('GetNanoSeconds', |
| 4989 | 'int64_t', |
| 4990 | [], |
| 4991 | is_const=True) |
| 4992 | ## nstime.h (module 'core'): int64_t ns3::Time::GetPicoSeconds() const [member function] |
| 4993 | cls.add_method('GetPicoSeconds', |
| 4994 | 'int64_t', |
| 4995 | [], |
| 4996 | is_const=True) |
| 4997 | ## nstime.h (module 'core'): static ns3::Time::Unit ns3::Time::GetResolution() [member function] |
| 4998 | cls.add_method('GetResolution', |
| 4999 | 'ns3::Time::Unit', |
| 5000 | [], |
| 5001 | is_static=True) |
| 5002 | ## nstime.h (module 'core'): double ns3::Time::GetSeconds() const [member function] |
| 5003 | cls.add_method('GetSeconds', |
| 5004 | 'double', |
| 5005 | [], |
| 5006 | is_const=True) |
| 5007 | ## nstime.h (module 'core'): int64_t ns3::Time::GetTimeStep() const [member function] |
| 5008 | cls.add_method('GetTimeStep', |
| 5009 | 'int64_t', |
| 5010 | [], |
| 5011 | is_const=True) |
| 5012 | ## nstime.h (module 'core'): bool ns3::Time::IsNegative() const [member function] |
| 5013 | cls.add_method('IsNegative', |
| 5014 | 'bool', |
| 5015 | [], |
| 5016 | is_const=True) |
| 5017 | ## nstime.h (module 'core'): bool ns3::Time::IsPositive() const [member function] |
| 5018 | cls.add_method('IsPositive', |
| 5019 | 'bool', |
| 5020 | [], |
| 5021 | is_const=True) |
| 5022 | ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyNegative() const [member function] |
| 5023 | cls.add_method('IsStrictlyNegative', |
| 5024 | 'bool', |
| 5025 | [], |
| 5026 | is_const=True) |
| 5027 | ## nstime.h (module 'core'): bool ns3::Time::IsStrictlyPositive() const [member function] |
| 5028 | cls.add_method('IsStrictlyPositive', |
| 5029 | 'bool', |
| 5030 | [], |
| 5031 | is_const=True) |
| 5032 | ## nstime.h (module 'core'): bool ns3::Time::IsZero() const [member function] |
| 5033 | cls.add_method('IsZero', |
| 5034 | 'bool', |
| 5035 | [], |
| 5036 | is_const=True) |
| 5037 | ## nstime.h (module 'core'): static void ns3::Time::SetResolution(ns3::Time::Unit resolution) [member function] |
| 5038 | cls.add_method('SetResolution', |
| 5039 | 'void', |
| 5040 | [param('ns3::Time::Unit', 'resolution')], |
| 5041 | is_static=True) |
| 5042 | ## nstime.h (module 'core'): ns3::int64x64_t ns3::Time::To(ns3::Time::Unit timeUnit) const [member function] |
| 5043 | cls.add_method('To', |
| 5044 | 'ns3::int64x64_t', |
| 5045 | [param('ns3::Time::Unit', 'timeUnit')], |
| 5046 | is_const=True) |
| 5047 | ## nstime.h (module 'core'): double ns3::Time::ToDouble(ns3::Time::Unit timeUnit) const [member function] |
| 5048 | cls.add_method('ToDouble', |
| 5049 | 'double', |
| 5050 | [param('ns3::Time::Unit', 'timeUnit')], |
| 5051 | is_const=True) |
| 5052 | ## nstime.h (module 'core'): int64_t ns3::Time::ToInteger(ns3::Time::Unit timeUnit) const [member function] |
| 5053 | cls.add_method('ToInteger', |
| 5054 | 'int64_t', |
| 5055 | [param('ns3::Time::Unit', 'timeUnit')], |
| 5056 | is_const=True) |
| 5057 | return |
| 5058 | |
| 5059 | def register_Ns3TopologyReader_methods(root_module, cls): |
| 5060 | ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::TopologyReader() [constructor] |
| 5061 | cls.add_constructor([]) |
| 5062 | ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::AddLink(ns3::TopologyReader::Link link) [member function] |
| 5063 | cls.add_method('AddLink', |
| 5064 | 'void', |
| 5065 | [param('ns3::TopologyReader::Link', 'link')]) |
| 5066 | ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::GetFileName() const [member function] |
| 5067 | cls.add_method('GetFileName', |
| 5068 | 'std::string', |
| 5069 | [], |
| 5070 | is_const=True) |
| 5071 | ## topology-reader.h (module 'topology-read'): static ns3::TypeId ns3::TopologyReader::GetTypeId() [member function] |
| 5072 | cls.add_method('GetTypeId', |
| 5073 | 'ns3::TypeId', |
| 5074 | [], |
| 5075 | is_static=True) |
| 5076 | ## topology-reader.h (module 'topology-read'): std::_List_const_iterator<ns3::TopologyReader::Link> ns3::TopologyReader::LinksBegin() const [member function] |
| 5077 | cls.add_method('LinksBegin', |
| 5078 | 'std::_List_const_iterator< ns3::TopologyReader::Link >', |
| 5079 | [], |
| 5080 | is_const=True) |
| 5081 | ## topology-reader.h (module 'topology-read'): bool ns3::TopologyReader::LinksEmpty() const [member function] |
| 5082 | cls.add_method('LinksEmpty', |
| 5083 | 'bool', |
| 5084 | [], |
| 5085 | is_const=True) |
| 5086 | ## topology-reader.h (module 'topology-read'): std::_List_const_iterator<ns3::TopologyReader::Link> ns3::TopologyReader::LinksEnd() const [member function] |
| 5087 | cls.add_method('LinksEnd', |
| 5088 | 'std::_List_const_iterator< ns3::TopologyReader::Link >', |
| 5089 | [], |
| 5090 | is_const=True) |
| 5091 | ## topology-reader.h (module 'topology-read'): int ns3::TopologyReader::LinksSize() const [member function] |
| 5092 | cls.add_method('LinksSize', |
| 5093 | 'int', |
| 5094 | [], |
| 5095 | is_const=True) |
| 5096 | ## topology-reader.h (module 'topology-read'): ns3::NodeContainer ns3::TopologyReader::Read() [member function] |
| 5097 | cls.add_method('Read', |
| 5098 | 'ns3::NodeContainer', |
| 5099 | [], |
| 5100 | is_pure_virtual=True, is_virtual=True) |
| 5101 | ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::SetFileName(std::string const fileName) [member function] |
| 5102 | cls.add_method('SetFileName', |
| 5103 | 'void', |
| 5104 | [param('std::string const', 'fileName')]) |
| 5105 | return |
| 5106 | |
| 5107 | def register_Ns3TopologyReaderLink_methods(root_module, cls): |
| 5108 | ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link::Link(ns3::TopologyReader::Link const & arg0) [copy constructor] |
| 5109 | cls.add_constructor([param('ns3::TopologyReader::Link const &', 'arg0')]) |
| 5110 | ## topology-reader.h (module 'topology-read'): ns3::TopologyReader::Link::Link(ns3::Ptr<ns3::Node> fromPtr, std::string fromName, ns3::Ptr<ns3::Node> toPtr, std::string toName) [constructor] |
| 5111 | cls.add_constructor([param('ns3::Ptr< ns3::Node >', 'fromPtr'), param('std::string', 'fromName'), param('ns3::Ptr< ns3::Node >', 'toPtr'), param('std::string', 'toName')]) |
| 5112 | ## 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] |
| 5113 | cls.add_method('AttributesBegin', |
| 5114 | '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 > > > >', |
| 5115 | []) |
| 5116 | ## 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] |
| 5117 | cls.add_method('AttributesEnd', |
| 5118 | '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 > > > >', |
| 5119 | []) |
| 5120 | ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetAttribute(std::string name) const [member function] |
| 5121 | cls.add_method('GetAttribute', |
| 5122 | 'std::string', |
| 5123 | [param('std::string', 'name')], |
| 5124 | is_const=True) |
| 5125 | ## topology-reader.h (module 'topology-read'): bool ns3::TopologyReader::Link::GetAttributeFailSafe(std::string name, std::string & value) const [member function] |
| 5126 | cls.add_method('GetAttributeFailSafe', |
| 5127 | 'bool', |
| 5128 | [param('std::string', 'name'), param('std::string &', 'value')], |
| 5129 | is_const=True) |
| 5130 | ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::Node> ns3::TopologyReader::Link::GetFromNode() const [member function] |
| 5131 | cls.add_method('GetFromNode', |
| 5132 | 'ns3::Ptr< ns3::Node >', |
| 5133 | [], |
| 5134 | is_const=True) |
| 5135 | ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetFromNodeName() const [member function] |
| 5136 | cls.add_method('GetFromNodeName', |
| 5137 | 'std::string', |
| 5138 | [], |
| 5139 | is_const=True) |
| 5140 | ## topology-reader.h (module 'topology-read'): ns3::Ptr<ns3::Node> ns3::TopologyReader::Link::GetToNode() const [member function] |
| 5141 | cls.add_method('GetToNode', |
| 5142 | 'ns3::Ptr< ns3::Node >', |
| 5143 | [], |
| 5144 | is_const=True) |
| 5145 | ## topology-reader.h (module 'topology-read'): std::string ns3::TopologyReader::Link::GetToNodeName() const [member function] |
| 5146 | cls.add_method('GetToNodeName', |
| 5147 | 'std::string', |
| 5148 | [], |
| 5149 | is_const=True) |
| 5150 | ## topology-reader.h (module 'topology-read'): void ns3::TopologyReader::Link::SetAttribute(std::string name, std::string & value) [member function] |
| 5151 | cls.add_method('SetAttribute', |
| 5152 | 'void', |
| 5153 | [param('std::string', 'name'), param('std::string &', 'value')]) |
| 5154 | return |
| 5155 | |
| 5156 | def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
| 5157 | ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
| 5158 | cls.add_constructor([param('ns3::TraceSourceAccessor const &', 'arg0')]) |
| 5159 | ## trace-source-accessor.h (module 'core'): ns3::TraceSourceAccessor::TraceSourceAccessor() [constructor] |
| 5160 | cls.add_constructor([]) |
| 5161 | ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Connect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function] |
| 5162 | cls.add_method('Connect', |
| 5163 | 'bool', |
| 5164 | [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], |
| 5165 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5166 | ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::ConnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function] |
| 5167 | cls.add_method('ConnectWithoutContext', |
| 5168 | 'bool', |
| 5169 | [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], |
| 5170 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5171 | ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::Disconnect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function] |
| 5172 | cls.add_method('Disconnect', |
| 5173 | 'bool', |
| 5174 | [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], |
| 5175 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5176 | ## trace-source-accessor.h (module 'core'): bool ns3::TraceSourceAccessor::DisconnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function] |
| 5177 | cls.add_method('DisconnectWithoutContext', |
| 5178 | 'bool', |
| 5179 | [param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], |
| 5180 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5181 | return |
| 5182 | |
| 5183 | def register_Ns3Trailer_methods(root_module, cls): |
| 5184 | cls.add_output_stream_operator() |
| 5185 | ## trailer.h (module 'network'): ns3::Trailer::Trailer() [constructor] |
| 5186 | cls.add_constructor([]) |
| 5187 | ## trailer.h (module 'network'): ns3::Trailer::Trailer(ns3::Trailer const & arg0) [copy constructor] |
| 5188 | cls.add_constructor([param('ns3::Trailer const &', 'arg0')]) |
| 5189 | ## trailer.h (module 'network'): uint32_t ns3::Trailer::Deserialize(ns3::Buffer::Iterator end) [member function] |
| 5190 | cls.add_method('Deserialize', |
| 5191 | 'uint32_t', |
| 5192 | [param('ns3::Buffer::Iterator', 'end')], |
| 5193 | is_pure_virtual=True, is_virtual=True) |
| 5194 | ## trailer.h (module 'network'): uint32_t ns3::Trailer::GetSerializedSize() const [member function] |
| 5195 | cls.add_method('GetSerializedSize', |
| 5196 | 'uint32_t', |
| 5197 | [], |
| 5198 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5199 | ## trailer.h (module 'network'): static ns3::TypeId ns3::Trailer::GetTypeId() [member function] |
| 5200 | cls.add_method('GetTypeId', |
| 5201 | 'ns3::TypeId', |
| 5202 | [], |
| 5203 | is_static=True) |
| 5204 | ## trailer.h (module 'network'): void ns3::Trailer::Print(std::ostream & os) const [member function] |
| 5205 | cls.add_method('Print', |
| 5206 | 'void', |
| 5207 | [param('std::ostream &', 'os')], |
| 5208 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5209 | ## trailer.h (module 'network'): void ns3::Trailer::Serialize(ns3::Buffer::Iterator start) const [member function] |
| 5210 | cls.add_method('Serialize', |
| 5211 | 'void', |
| 5212 | [param('ns3::Buffer::Iterator', 'start')], |
| 5213 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5214 | return |
| 5215 | |
| 5216 | def register_Ns3UdpSocketFactory_methods(root_module, cls): |
| 5217 | ## udp-socket-factory.h (module 'internet'): ns3::UdpSocketFactory::UdpSocketFactory() [constructor] |
| 5218 | cls.add_constructor([]) |
| 5219 | ## udp-socket-factory.h (module 'internet'): ns3::UdpSocketFactory::UdpSocketFactory(ns3::UdpSocketFactory const & arg0) [copy constructor] |
| 5220 | cls.add_constructor([param('ns3::UdpSocketFactory const &', 'arg0')]) |
| 5221 | ## udp-socket-factory.h (module 'internet'): static ns3::TypeId ns3::UdpSocketFactory::GetTypeId() [member function] |
| 5222 | cls.add_method('GetTypeId', |
| 5223 | 'ns3::TypeId', |
| 5224 | [], |
| 5225 | is_static=True) |
| 5226 | return |
| 5227 | |
| 5228 | def register_Ns3AnnotatedTopologyReader_methods(root_module, cls): |
| 5229 | ## annotated-topology-reader.h (module 'NDNabstraction'): static ns3::TypeId ns3::AnnotatedTopologyReader::GetTypeId() [member function] |
| 5230 | cls.add_method('GetTypeId', |
| 5231 | 'ns3::TypeId', |
| 5232 | [], |
| 5233 | is_static=True) |
| 5234 | ## annotated-topology-reader.h (module 'NDNabstraction'): ns3::AnnotatedTopologyReader::AnnotatedTopologyReader() [constructor] |
| 5235 | cls.add_constructor([]) |
| 5236 | ## annotated-topology-reader.h (module 'NDNabstraction'): ns3::NodeContainer ns3::AnnotatedTopologyReader::Read() [member function] |
| 5237 | cls.add_method('Read', |
| 5238 | 'ns3::NodeContainer', |
| 5239 | [], |
| 5240 | is_virtual=True) |
| 5241 | ## annotated-topology-reader.h (module 'NDNabstraction'): void ns3::AnnotatedTopologyReader::ApplySettings(ns3::NetDeviceContainer * ndc, ns3::NodeContainer * nc) [member function] |
| 5242 | cls.add_method('ApplySettings', |
| 5243 | 'void', |
| 5244 | [param('ns3::NetDeviceContainer *', 'ndc'), param('ns3::NodeContainer *', 'nc')]) |
| 5245 | return |
| 5246 | |
| 5247 | def register_Ns3Application_methods(root_module, cls): |
| 5248 | ## application.h (module 'network'): ns3::Application::Application(ns3::Application const & arg0) [copy constructor] |
| 5249 | cls.add_constructor([param('ns3::Application const &', 'arg0')]) |
| 5250 | ## application.h (module 'network'): ns3::Application::Application() [constructor] |
| 5251 | cls.add_constructor([]) |
| 5252 | ## application.h (module 'network'): ns3::Ptr<ns3::Node> ns3::Application::GetNode() const [member function] |
| 5253 | cls.add_method('GetNode', |
| 5254 | 'ns3::Ptr< ns3::Node >', |
| 5255 | [], |
| 5256 | is_const=True) |
| 5257 | ## application.h (module 'network'): static ns3::TypeId ns3::Application::GetTypeId() [member function] |
| 5258 | cls.add_method('GetTypeId', |
| 5259 | 'ns3::TypeId', |
| 5260 | [], |
| 5261 | is_static=True) |
| 5262 | ## application.h (module 'network'): void ns3::Application::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
| 5263 | cls.add_method('SetNode', |
| 5264 | 'void', |
| 5265 | [param('ns3::Ptr< ns3::Node >', 'node')]) |
| 5266 | ## application.h (module 'network'): void ns3::Application::SetStartTime(ns3::Time start) [member function] |
| 5267 | cls.add_method('SetStartTime', |
| 5268 | 'void', |
| 5269 | [param('ns3::Time', 'start')]) |
| 5270 | ## application.h (module 'network'): void ns3::Application::SetStopTime(ns3::Time stop) [member function] |
| 5271 | cls.add_method('SetStopTime', |
| 5272 | 'void', |
| 5273 | [param('ns3::Time', 'stop')]) |
| 5274 | ## application.h (module 'network'): void ns3::Application::DoDispose() [member function] |
| 5275 | cls.add_method('DoDispose', |
| 5276 | 'void', |
| 5277 | [], |
| 5278 | visibility='protected', is_virtual=True) |
| 5279 | ## application.h (module 'network'): void ns3::Application::DoStart() [member function] |
| 5280 | cls.add_method('DoStart', |
| 5281 | 'void', |
| 5282 | [], |
| 5283 | visibility='protected', is_virtual=True) |
| 5284 | ## application.h (module 'network'): void ns3::Application::StartApplication() [member function] |
| 5285 | cls.add_method('StartApplication', |
| 5286 | 'void', |
| 5287 | [], |
| 5288 | visibility='private', is_virtual=True) |
| 5289 | ## application.h (module 'network'): void ns3::Application::StopApplication() [member function] |
| 5290 | cls.add_method('StopApplication', |
| 5291 | 'void', |
| 5292 | [], |
| 5293 | visibility='private', is_virtual=True) |
| 5294 | return |
| 5295 | |
| 5296 | def register_Ns3AttributeAccessor_methods(root_module, cls): |
| 5297 | ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor(ns3::AttributeAccessor const & arg0) [copy constructor] |
| 5298 | cls.add_constructor([param('ns3::AttributeAccessor const &', 'arg0')]) |
| 5299 | ## attribute.h (module 'core'): ns3::AttributeAccessor::AttributeAccessor() [constructor] |
| 5300 | cls.add_constructor([]) |
| 5301 | ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Get(ns3::ObjectBase const * object, ns3::AttributeValue & attribute) const [member function] |
| 5302 | cls.add_method('Get', |
| 5303 | 'bool', |
| 5304 | [param('ns3::ObjectBase const *', 'object'), param('ns3::AttributeValue &', 'attribute')], |
| 5305 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5306 | ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasGetter() const [member function] |
| 5307 | cls.add_method('HasGetter', |
| 5308 | 'bool', |
| 5309 | [], |
| 5310 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5311 | ## attribute.h (module 'core'): bool ns3::AttributeAccessor::HasSetter() const [member function] |
| 5312 | cls.add_method('HasSetter', |
| 5313 | 'bool', |
| 5314 | [], |
| 5315 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5316 | ## attribute.h (module 'core'): bool ns3::AttributeAccessor::Set(ns3::ObjectBase * object, ns3::AttributeValue const & value) const [member function] |
| 5317 | cls.add_method('Set', |
| 5318 | 'bool', |
| 5319 | [param('ns3::ObjectBase *', 'object', transfer_ownership=False), param('ns3::AttributeValue const &', 'value')], |
| 5320 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5321 | return |
| 5322 | |
| 5323 | def register_Ns3AttributeChecker_methods(root_module, cls): |
| 5324 | ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker(ns3::AttributeChecker const & arg0) [copy constructor] |
| 5325 | cls.add_constructor([param('ns3::AttributeChecker const &', 'arg0')]) |
| 5326 | ## attribute.h (module 'core'): ns3::AttributeChecker::AttributeChecker() [constructor] |
| 5327 | cls.add_constructor([]) |
| 5328 | ## attribute.h (module 'core'): bool ns3::AttributeChecker::Check(ns3::AttributeValue const & value) const [member function] |
| 5329 | cls.add_method('Check', |
| 5330 | 'bool', |
| 5331 | [param('ns3::AttributeValue const &', 'value')], |
| 5332 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5333 | ## attribute.h (module 'core'): bool ns3::AttributeChecker::Copy(ns3::AttributeValue const & source, ns3::AttributeValue & destination) const [member function] |
| 5334 | cls.add_method('Copy', |
| 5335 | 'bool', |
| 5336 | [param('ns3::AttributeValue const &', 'source'), param('ns3::AttributeValue &', 'destination')], |
| 5337 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5338 | ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::Create() const [member function] |
| 5339 | cls.add_method('Create', |
| 5340 | 'ns3::Ptr< ns3::AttributeValue >', |
| 5341 | [], |
| 5342 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5343 | ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::CreateValidValue(ns3::AttributeValue const & value) const [member function] |
| 5344 | cls.add_method('CreateValidValue', |
| 5345 | 'ns3::Ptr< ns3::AttributeValue >', |
| 5346 | [param('ns3::AttributeValue const &', 'value')], |
| 5347 | is_const=True) |
| 5348 | ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetUnderlyingTypeInformation() const [member function] |
| 5349 | cls.add_method('GetUnderlyingTypeInformation', |
| 5350 | 'std::string', |
| 5351 | [], |
| 5352 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5353 | ## attribute.h (module 'core'): std::string ns3::AttributeChecker::GetValueTypeName() const [member function] |
| 5354 | cls.add_method('GetValueTypeName', |
| 5355 | 'std::string', |
| 5356 | [], |
| 5357 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5358 | ## attribute.h (module 'core'): bool ns3::AttributeChecker::HasUnderlyingTypeInformation() const [member function] |
| 5359 | cls.add_method('HasUnderlyingTypeInformation', |
| 5360 | 'bool', |
| 5361 | [], |
| 5362 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5363 | return |
| 5364 | |
| 5365 | def register_Ns3AttributeValue_methods(root_module, cls): |
| 5366 | ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue(ns3::AttributeValue const & arg0) [copy constructor] |
| 5367 | cls.add_constructor([param('ns3::AttributeValue const &', 'arg0')]) |
| 5368 | ## attribute.h (module 'core'): ns3::AttributeValue::AttributeValue() [constructor] |
| 5369 | cls.add_constructor([]) |
| 5370 | ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::AttributeValue::Copy() const [member function] |
| 5371 | cls.add_method('Copy', |
| 5372 | 'ns3::Ptr< ns3::AttributeValue >', |
| 5373 | [], |
| 5374 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5375 | ## attribute.h (module 'core'): bool ns3::AttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 5376 | cls.add_method('DeserializeFromString', |
| 5377 | 'bool', |
| 5378 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5379 | is_pure_virtual=True, is_virtual=True) |
| 5380 | ## attribute.h (module 'core'): std::string ns3::AttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 5381 | cls.add_method('SerializeToString', |
| 5382 | 'std::string', |
| 5383 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5384 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5385 | return |
| 5386 | |
| 5387 | def register_Ns3BooleanChecker_methods(root_module, cls): |
| 5388 | ## boolean.h (module 'core'): ns3::BooleanChecker::BooleanChecker() [constructor] |
| 5389 | cls.add_constructor([]) |
| 5390 | ## boolean.h (module 'core'): ns3::BooleanChecker::BooleanChecker(ns3::BooleanChecker const & arg0) [copy constructor] |
| 5391 | cls.add_constructor([param('ns3::BooleanChecker const &', 'arg0')]) |
| 5392 | return |
| 5393 | |
| 5394 | def register_Ns3BooleanValue_methods(root_module, cls): |
| 5395 | cls.add_output_stream_operator() |
| 5396 | ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue(ns3::BooleanValue const & arg0) [copy constructor] |
| 5397 | cls.add_constructor([param('ns3::BooleanValue const &', 'arg0')]) |
| 5398 | ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue() [constructor] |
| 5399 | cls.add_constructor([]) |
| 5400 | ## boolean.h (module 'core'): ns3::BooleanValue::BooleanValue(bool value) [constructor] |
| 5401 | cls.add_constructor([param('bool', 'value')]) |
| 5402 | ## boolean.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::BooleanValue::Copy() const [member function] |
| 5403 | cls.add_method('Copy', |
| 5404 | 'ns3::Ptr< ns3::AttributeValue >', |
| 5405 | [], |
| 5406 | is_const=True, is_virtual=True) |
| 5407 | ## boolean.h (module 'core'): bool ns3::BooleanValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 5408 | cls.add_method('DeserializeFromString', |
| 5409 | 'bool', |
| 5410 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5411 | is_virtual=True) |
| 5412 | ## boolean.h (module 'core'): bool ns3::BooleanValue::Get() const [member function] |
| 5413 | cls.add_method('Get', |
| 5414 | 'bool', |
| 5415 | [], |
| 5416 | is_const=True) |
| 5417 | ## boolean.h (module 'core'): std::string ns3::BooleanValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 5418 | cls.add_method('SerializeToString', |
| 5419 | 'std::string', |
| 5420 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5421 | is_const=True, is_virtual=True) |
| 5422 | ## boolean.h (module 'core'): void ns3::BooleanValue::Set(bool value) [member function] |
| 5423 | cls.add_method('Set', |
| 5424 | 'void', |
| 5425 | [param('bool', 'value')]) |
| 5426 | return |
| 5427 | |
| 5428 | def register_Ns3CallbackChecker_methods(root_module, cls): |
| 5429 | ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker() [constructor] |
| 5430 | cls.add_constructor([]) |
| 5431 | ## callback.h (module 'core'): ns3::CallbackChecker::CallbackChecker(ns3::CallbackChecker const & arg0) [copy constructor] |
| 5432 | cls.add_constructor([param('ns3::CallbackChecker const &', 'arg0')]) |
| 5433 | return |
| 5434 | |
| 5435 | def register_Ns3CallbackImplBase_methods(root_module, cls): |
| 5436 | ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase() [constructor] |
| 5437 | cls.add_constructor([]) |
| 5438 | ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor] |
| 5439 | cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')]) |
| 5440 | ## callback.h (module 'core'): bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function] |
| 5441 | cls.add_method('IsEqual', |
| 5442 | 'bool', |
| 5443 | [param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')], |
| 5444 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5445 | return |
| 5446 | |
| 5447 | def register_Ns3CallbackValue_methods(root_module, cls): |
| 5448 | ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor] |
| 5449 | cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')]) |
| 5450 | ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue() [constructor] |
| 5451 | cls.add_constructor([]) |
| 5452 | ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackBase const & base) [constructor] |
| 5453 | cls.add_constructor([param('ns3::CallbackBase const &', 'base')]) |
| 5454 | ## callback.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::CallbackValue::Copy() const [member function] |
| 5455 | cls.add_method('Copy', |
| 5456 | 'ns3::Ptr< ns3::AttributeValue >', |
| 5457 | [], |
| 5458 | is_const=True, is_virtual=True) |
| 5459 | ## callback.h (module 'core'): bool ns3::CallbackValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 5460 | cls.add_method('DeserializeFromString', |
| 5461 | 'bool', |
| 5462 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5463 | is_virtual=True) |
| 5464 | ## callback.h (module 'core'): std::string ns3::CallbackValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 5465 | cls.add_method('SerializeToString', |
| 5466 | 'std::string', |
| 5467 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 5468 | is_const=True, is_virtual=True) |
| 5469 | ## callback.h (module 'core'): void ns3::CallbackValue::Set(ns3::CallbackBase base) [member function] |
| 5470 | cls.add_method('Set', |
| 5471 | 'void', |
| 5472 | [param('ns3::CallbackBase', 'base')]) |
| 5473 | return |
| 5474 | |
| 5475 | def register_Ns3Ccnx_methods(root_module, cls): |
| 5476 | ## ccnx.h (module 'NDNabstraction'): ns3::Ccnx::Ccnx() [constructor] |
| 5477 | cls.add_constructor([]) |
| 5478 | ## ccnx.h (module 'NDNabstraction'): ns3::Ccnx::Ccnx(ns3::Ccnx const & arg0) [copy constructor] |
| 5479 | cls.add_constructor([param('ns3::Ccnx const &', 'arg0')]) |
| 5480 | ## ccnx.h (module 'NDNabstraction'): uint32_t ns3::Ccnx::AddFace(ns3::Ptr<ns3::CcnxFace> const & face) [member function] |
| 5481 | cls.add_method('AddFace', |
| 5482 | 'uint32_t', |
| 5483 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face')], |
| 5484 | is_pure_virtual=True, is_virtual=True) |
| 5485 | ## ccnx.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::Ccnx::GetFace(uint32_t face) const [member function] |
| 5486 | cls.add_method('GetFace', |
| 5487 | 'ns3::Ptr< ns3::CcnxFace >', |
| 5488 | [param('uint32_t', 'face')], |
| 5489 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5490 | ## ccnx.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxForwardingStrategy> ns3::Ccnx::GetForwardingStrategy() const [member function] |
| 5491 | cls.add_method('GetForwardingStrategy', |
| 5492 | 'ns3::Ptr< ns3::CcnxForwardingStrategy >', |
| 5493 | [], |
| 5494 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5495 | ## ccnx.h (module 'NDNabstraction'): uint32_t ns3::Ccnx::GetNFaces() const [member function] |
| 5496 | cls.add_method('GetNFaces', |
| 5497 | 'uint32_t', |
| 5498 | [], |
| 5499 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 5500 | ## ccnx.h (module 'NDNabstraction'): static ns3::TypeId ns3::Ccnx::GetTypeId() [member function] |
| 5501 | cls.add_method('GetTypeId', |
| 5502 | 'ns3::TypeId', |
| 5503 | [], |
| 5504 | is_static=True) |
| 5505 | ## ccnx.h (module 'NDNabstraction'): void ns3::Ccnx::Receive(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::Packet const> const & p) [member function] |
| 5506 | cls.add_method('Receive', |
| 5507 | 'void', |
| 5508 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::Packet const > const &', 'p')], |
| 5509 | is_pure_virtual=True, is_virtual=True) |
| 5510 | ## ccnx.h (module 'NDNabstraction'): void ns3::Ccnx::RemoveFace(ns3::Ptr<ns3::CcnxFace> face) [member function] |
| 5511 | cls.add_method('RemoveFace', |
| 5512 | 'void', |
| 5513 | [param('ns3::Ptr< ns3::CcnxFace >', 'face')], |
| 5514 | is_pure_virtual=True, is_virtual=True) |
| 5515 | ## ccnx.h (module 'NDNabstraction'): void ns3::Ccnx::SendContentObject(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxContentObjectHeader> const & header, ns3::Ptr<ns3::Packet> const & packet) [member function] |
| 5516 | cls.add_method('SendContentObject', |
| 5517 | 'void', |
| 5518 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxContentObjectHeader > const &', 'header'), param('ns3::Ptr< ns3::Packet > const &', 'packet')], |
| 5519 | is_pure_virtual=True, is_virtual=True) |
| 5520 | ## ccnx.h (module 'NDNabstraction'): void ns3::Ccnx::SendInterest(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxInterestHeader> const & header, ns3::Ptr<ns3::Packet> const & packet) [member function] |
| 5521 | cls.add_method('SendInterest', |
| 5522 | 'void', |
| 5523 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxInterestHeader > const &', 'header'), param('ns3::Ptr< ns3::Packet > const &', 'packet')], |
| 5524 | is_pure_virtual=True, is_virtual=True) |
| 5525 | ## ccnx.h (module 'NDNabstraction'): void ns3::Ccnx::SetForwardingStrategy(ns3::Ptr<ns3::CcnxForwardingStrategy> forwardingStrategy) [member function] |
| 5526 | cls.add_method('SetForwardingStrategy', |
| 5527 | 'void', |
| 5528 | [param('ns3::Ptr< ns3::CcnxForwardingStrategy >', 'forwardingStrategy')], |
| 5529 | is_pure_virtual=True, is_virtual=True) |
| 5530 | return |
| 5531 | |
| 5532 | def register_Ns3CcnxConsumer_methods(root_module, cls): |
| 5533 | ## ccnx-consumer.h (module 'NDNabstraction'): ns3::CcnxConsumer::CcnxConsumer(ns3::CcnxConsumer const & arg0) [copy constructor] |
| 5534 | cls.add_constructor([param('ns3::CcnxConsumer const &', 'arg0')]) |
| 5535 | ## ccnx-consumer.h (module 'NDNabstraction'): ns3::CcnxConsumer::CcnxConsumer() [constructor] |
| 5536 | cls.add_constructor([]) |
| 5537 | ## ccnx-consumer.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxConsumer::GetTypeId() [member function] |
| 5538 | cls.add_method('GetTypeId', |
| 5539 | 'ns3::TypeId', |
| 5540 | [], |
| 5541 | is_static=True) |
| 5542 | ## ccnx-consumer.h (module 'NDNabstraction'): void ns3::CcnxConsumer::OnContentObject(ns3::Ptr<ns3::CcnxContentObjectHeader const> const & contentObject, ns3::Ptr<ns3::Packet const> const & payload) [member function] |
| 5543 | cls.add_method('OnContentObject', |
| 5544 | 'void', |
| 5545 | [param('ns3::Ptr< ns3::CcnxContentObjectHeader const > const &', 'contentObject'), param('ns3::Ptr< ns3::Packet const > const &', 'payload')]) |
| 5546 | ## ccnx-consumer.h (module 'NDNabstraction'): void ns3::CcnxConsumer::DoDispose() [member function] |
| 5547 | cls.add_method('DoDispose', |
| 5548 | 'void', |
| 5549 | [], |
| 5550 | visibility='protected', is_virtual=True) |
| 5551 | ## ccnx-consumer.h (module 'NDNabstraction'): void ns3::CcnxConsumer::StartApplication() [member function] |
| 5552 | cls.add_method('StartApplication', |
| 5553 | 'void', |
| 5554 | [], |
| 5555 | visibility='private', is_virtual=True) |
| 5556 | ## ccnx-consumer.h (module 'NDNabstraction'): void ns3::CcnxConsumer::StopApplication() [member function] |
| 5557 | cls.add_method('StopApplication', |
| 5558 | 'void', |
| 5559 | [], |
| 5560 | visibility='private', is_virtual=True) |
| 5561 | return |
| 5562 | |
| 5563 | def register_Ns3CcnxContentObjectHeader_methods(root_module, cls): |
| 5564 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeader::CcnxContentObjectHeader(ns3::CcnxContentObjectHeader const & arg0) [copy constructor] |
| 5565 | cls.add_constructor([param('ns3::CcnxContentObjectHeader const &', 'arg0')]) |
| 5566 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectHeader::CcnxContentObjectHeader() [constructor] |
| 5567 | cls.add_constructor([]) |
| 5568 | ## ccnx-content-object-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxContentObjectHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
| 5569 | cls.add_method('Deserialize', |
| 5570 | 'uint32_t', |
| 5571 | [param('ns3::Buffer::Iterator', 'start')], |
| 5572 | is_virtual=True) |
| 5573 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::TypeId ns3::CcnxContentObjectHeader::GetInstanceTypeId() const [member function] |
| 5574 | cls.add_method('GetInstanceTypeId', |
| 5575 | 'ns3::TypeId', |
| 5576 | [], |
| 5577 | is_const=True, is_virtual=True) |
| 5578 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxContentObjectHeader::GetName() const [member function] |
| 5579 | cls.add_method('GetName', |
| 5580 | 'ns3::CcnxNameComponents const &', |
| 5581 | [], |
| 5582 | is_const=True) |
| 5583 | ## ccnx-content-object-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxContentObjectHeader::GetSerializedSize() const [member function] |
| 5584 | cls.add_method('GetSerializedSize', |
| 5585 | 'uint32_t', |
| 5586 | [], |
| 5587 | is_const=True, is_virtual=True) |
| 5588 | ## ccnx-content-object-header.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxContentObjectHeader::GetTypeId() [member function] |
| 5589 | cls.add_method('GetTypeId', |
| 5590 | 'ns3::TypeId', |
| 5591 | [], |
| 5592 | is_static=True) |
| 5593 | ## ccnx-content-object-header.h (module 'NDNabstraction'): void ns3::CcnxContentObjectHeader::Print(std::ostream & os) const [member function] |
| 5594 | cls.add_method('Print', |
| 5595 | 'void', |
| 5596 | [param('std::ostream &', 'os')], |
| 5597 | is_const=True, is_virtual=True) |
| 5598 | ## ccnx-content-object-header.h (module 'NDNabstraction'): void ns3::CcnxContentObjectHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
| 5599 | cls.add_method('Serialize', |
| 5600 | 'void', |
| 5601 | [param('ns3::Buffer::Iterator', 'start')], |
| 5602 | is_const=True, is_virtual=True) |
| 5603 | ## ccnx-content-object-header.h (module 'NDNabstraction'): void ns3::CcnxContentObjectHeader::SetName(ns3::Ptr<ns3::CcnxNameComponents> const & name) [member function] |
| 5604 | cls.add_method('SetName', |
| 5605 | 'void', |
| 5606 | [param('ns3::Ptr< ns3::CcnxNameComponents > const &', 'name')]) |
| 5607 | return |
| 5608 | |
| 5609 | def register_Ns3CcnxContentObjectTail_methods(root_module, cls): |
| 5610 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectTail::CcnxContentObjectTail(ns3::CcnxContentObjectTail const & arg0) [copy constructor] |
| 5611 | cls.add_constructor([param('ns3::CcnxContentObjectTail const &', 'arg0')]) |
| 5612 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::CcnxContentObjectTail::CcnxContentObjectTail() [constructor] |
| 5613 | cls.add_constructor([]) |
| 5614 | ## ccnx-content-object-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxContentObjectTail::Deserialize(ns3::Buffer::Iterator start) [member function] |
| 5615 | cls.add_method('Deserialize', |
| 5616 | 'uint32_t', |
| 5617 | [param('ns3::Buffer::Iterator', 'start')], |
| 5618 | is_virtual=True) |
| 5619 | ## ccnx-content-object-header.h (module 'NDNabstraction'): ns3::TypeId ns3::CcnxContentObjectTail::GetInstanceTypeId() const [member function] |
| 5620 | cls.add_method('GetInstanceTypeId', |
| 5621 | 'ns3::TypeId', |
| 5622 | [], |
| 5623 | is_const=True, is_virtual=True) |
| 5624 | ## ccnx-content-object-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxContentObjectTail::GetSerializedSize() const [member function] |
| 5625 | cls.add_method('GetSerializedSize', |
| 5626 | 'uint32_t', |
| 5627 | [], |
| 5628 | is_const=True, is_virtual=True) |
| 5629 | ## ccnx-content-object-header.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxContentObjectTail::GetTypeId() [member function] |
| 5630 | cls.add_method('GetTypeId', |
| 5631 | 'ns3::TypeId', |
| 5632 | [], |
| 5633 | is_static=True) |
| 5634 | ## ccnx-content-object-header.h (module 'NDNabstraction'): void ns3::CcnxContentObjectTail::Print(std::ostream & os) const [member function] |
| 5635 | cls.add_method('Print', |
| 5636 | 'void', |
| 5637 | [param('std::ostream &', 'os')], |
| 5638 | is_const=True, is_virtual=True) |
| 5639 | ## ccnx-content-object-header.h (module 'NDNabstraction'): void ns3::CcnxContentObjectTail::Serialize(ns3::Buffer::Iterator start) const [member function] |
| 5640 | cls.add_method('Serialize', |
| 5641 | 'void', |
| 5642 | [param('ns3::Buffer::Iterator', 'start')], |
| 5643 | is_const=True, is_virtual=True) |
| 5644 | return |
| 5645 | |
| 5646 | def register_Ns3CcnxContentStore_methods(root_module, cls): |
| 5647 | cls.add_output_stream_operator() |
| 5648 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::CcnxContentStore::CcnxContentStore() [constructor] |
| 5649 | cls.add_constructor([]) |
| 5650 | ## ccnx-content-store.h (module 'NDNabstraction'): void ns3::CcnxContentStore::Add(ns3::Ptr<ns3::CcnxContentObjectHeader> header, ns3::Ptr<ns3::Packet const> packet) [member function] |
| 5651 | cls.add_method('Add', |
| 5652 | 'void', |
| 5653 | [param('ns3::Ptr< ns3::CcnxContentObjectHeader >', 'header'), param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
| 5654 | ## ccnx-content-store.h (module 'NDNabstraction'): uint32_t ns3::CcnxContentStore::GetMaxSize() const [member function] |
| 5655 | cls.add_method('GetMaxSize', |
| 5656 | 'uint32_t', |
| 5657 | [], |
| 5658 | is_const=True) |
| 5659 | ## ccnx-content-store.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxContentStore::GetTypeId() [member function] |
| 5660 | cls.add_method('GetTypeId', |
| 5661 | 'ns3::TypeId', |
| 5662 | [], |
| 5663 | is_static=True) |
| 5664 | ## ccnx-content-store.h (module 'NDNabstraction'): ns3::Ptr<ns3::Packet> ns3::CcnxContentStore::Lookup(ns3::Ptr<const ns3::CcnxInterestHeader> interest) [member function] |
| 5665 | cls.add_method('Lookup', |
| 5666 | 'ns3::Ptr< ns3::Packet >', |
| 5667 | [param('ns3::Ptr< ns3::CcnxInterestHeader const >', 'interest')]) |
| 5668 | ## ccnx-content-store.h (module 'NDNabstraction'): void ns3::CcnxContentStore::Print() const [member function] |
| 5669 | cls.add_method('Print', |
| 5670 | 'void', |
| 5671 | [], |
| 5672 | is_const=True) |
| 5673 | ## ccnx-content-store.h (module 'NDNabstraction'): void ns3::CcnxContentStore::SetMaxSize(uint32_t maxSize) [member function] |
| 5674 | cls.add_method('SetMaxSize', |
| 5675 | 'void', |
| 5676 | [param('uint32_t', 'maxSize')]) |
| 5677 | return |
| 5678 | |
| 5679 | def register_Ns3CcnxFace_methods(root_module, cls): |
| 5680 | cls.add_output_stream_operator() |
| 5681 | cls.add_binary_comparison_operator('<') |
| 5682 | cls.add_binary_comparison_operator('==') |
| 5683 | ## ccnx-face.h (module 'NDNabstraction'): ns3::CcnxFace::CcnxFace() [constructor] |
| 5684 | cls.add_constructor([]) |
| 5685 | ## ccnx-face.h (module 'NDNabstraction'): uint32_t ns3::CcnxFace::GetId() const [member function] |
| 5686 | cls.add_method('GetId', |
| 5687 | 'uint32_t', |
| 5688 | [], |
| 5689 | is_const=True) |
| 5690 | ## ccnx-face.h (module 'NDNabstraction'): bool ns3::CcnxFace::IsDown() const [member function] |
| 5691 | cls.add_method('IsDown', |
| 5692 | 'bool', |
| 5693 | [], |
| 5694 | is_const=True, is_virtual=True) |
| 5695 | ## ccnx-face.h (module 'NDNabstraction'): bool ns3::CcnxFace::IsLocal() const [member function] |
| 5696 | cls.add_method('IsLocal', |
| 5697 | 'bool', |
| 5698 | [], |
| 5699 | is_const=True, is_virtual=True) |
| 5700 | ## ccnx-face.h (module 'NDNabstraction'): bool ns3::CcnxFace::IsUp() const [member function] |
| 5701 | cls.add_method('IsUp', |
| 5702 | 'bool', |
| 5703 | [], |
| 5704 | is_const=True, is_virtual=True) |
| 5705 | ## ccnx-face.h (module 'NDNabstraction'): std::ostream & ns3::CcnxFace::Print(std::ostream & os) const [member function] |
| 5706 | cls.add_method('Print', |
| 5707 | 'std::ostream &', |
| 5708 | [param('std::ostream &', 'os')], |
| 5709 | is_const=True, is_virtual=True) |
| 5710 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::CcnxFace> const&, ns3::Ptr<ns3::Packet const> const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> handler) [member function] |
| 5711 | cls.add_method('RegisterProtocolHandler', |
| 5712 | 'void', |
| 5713 | [param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace >, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'handler')], |
| 5714 | is_pure_virtual=True, is_virtual=True) |
| 5715 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::Send(ns3::Ptr<ns3::Packet> p) [member function] |
| 5716 | cls.add_method('Send', |
| 5717 | 'void', |
| 5718 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 5719 | is_pure_virtual=True, is_virtual=True) |
| 5720 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::SetDown() [member function] |
| 5721 | cls.add_method('SetDown', |
| 5722 | 'void', |
| 5723 | [], |
| 5724 | is_virtual=True) |
| 5725 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::SetId(uint32_t id) [member function] |
| 5726 | cls.add_method('SetId', |
| 5727 | 'void', |
| 5728 | [param('uint32_t', 'id')]) |
| 5729 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
| 5730 | cls.add_method('SetNode', |
| 5731 | 'void', |
| 5732 | [param('ns3::Ptr< ns3::Node >', 'node')], |
| 5733 | is_virtual=True) |
| 5734 | ## ccnx-face.h (module 'NDNabstraction'): void ns3::CcnxFace::SetUp() [member function] |
| 5735 | cls.add_method('SetUp', |
| 5736 | 'void', |
| 5737 | [], |
| 5738 | is_virtual=True) |
| 5739 | return |
| 5740 | |
| 5741 | def register_Ns3CcnxFaceContainer_methods(root_module, cls): |
| 5742 | ## ccnx-face-container.h (module 'NDNabstraction'): ns3::CcnxFaceContainer::CcnxFaceContainer() [constructor] |
| 5743 | cls.add_constructor([]) |
| 5744 | ## ccnx-face-container.h (module 'NDNabstraction'): ns3::CcnxFaceContainer::CcnxFaceContainer(ns3::CcnxFaceContainer const & other) [copy constructor] |
| 5745 | cls.add_constructor([param('ns3::CcnxFaceContainer const &', 'other')]) |
| 5746 | ## ccnx-face-container.h (module 'NDNabstraction'): void ns3::CcnxFaceContainer::Add(ns3::Ptr<ns3::CcnxFace> const & face) [member function] |
| 5747 | cls.add_method('Add', |
| 5748 | 'void', |
| 5749 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face')]) |
| 5750 | ## ccnx-face-container.h (module 'NDNabstraction'): void ns3::CcnxFaceContainer::AddAll(ns3::Ptr<ns3::CcnxFaceContainer> other) [member function] |
| 5751 | cls.add_method('AddAll', |
| 5752 | 'void', |
| 5753 | [param('ns3::Ptr< ns3::CcnxFaceContainer >', 'other')]) |
| 5754 | ## ccnx-face-container.h (module 'NDNabstraction'): void ns3::CcnxFaceContainer::AddAll(ns3::CcnxFaceContainer const & other) [member function] |
| 5755 | cls.add_method('AddAll', |
| 5756 | 'void', |
| 5757 | [param('ns3::CcnxFaceContainer const &', 'other')]) |
| 5758 | ## ccnx-face-container.h (module 'NDNabstraction'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::CcnxFace>*,std::vector<ns3::Ptr<ns3::CcnxFace>, std::allocator<ns3::Ptr<ns3::CcnxFace> > > > ns3::CcnxFaceContainer::Begin() const [member function] |
| 5759 | cls.add_method('Begin', |
| 5760 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::CcnxFace > const, std::vector< ns3::Ptr< ns3::CcnxFace > > >', |
| 5761 | [], |
| 5762 | is_const=True) |
| 5763 | ## ccnx-face-container.h (module 'NDNabstraction'): __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::CcnxFace>*,std::vector<ns3::Ptr<ns3::CcnxFace>, std::allocator<ns3::Ptr<ns3::CcnxFace> > > > ns3::CcnxFaceContainer::End() const [member function] |
| 5764 | cls.add_method('End', |
| 5765 | '__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::CcnxFace > const, std::vector< ns3::Ptr< ns3::CcnxFace > > >', |
| 5766 | [], |
| 5767 | is_const=True) |
| 5768 | ## ccnx-face-container.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::CcnxFaceContainer::Get(__gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::CcnxFace>*,std::vector<ns3::Ptr<ns3::CcnxFace>, std::allocator<ns3::Ptr<ns3::CcnxFace> > > > i) const [member function] |
| 5769 | cls.add_method('Get', |
| 5770 | 'ns3::Ptr< ns3::CcnxFace >', |
| 5771 | [param('__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::CcnxFace > const, std::vector< ns3::Ptr< ns3::CcnxFace > > >', 'i')], |
| 5772 | is_const=True) |
| 5773 | ## ccnx-face-container.h (module 'NDNabstraction'): uint32_t ns3::CcnxFaceContainer::GetN() const [member function] |
| 5774 | cls.add_method('GetN', |
| 5775 | 'uint32_t', |
| 5776 | [], |
| 5777 | is_const=True) |
| 5778 | return |
| 5779 | |
| 5780 | def register_Ns3CcnxFibEntry_methods(root_module, cls): |
| 5781 | cls.add_output_stream_operator() |
| 5782 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::CcnxFibEntry(ns3::CcnxFibEntry const & arg0) [copy constructor] |
| 5783 | cls.add_constructor([param('ns3::CcnxFibEntry const &', 'arg0')]) |
| 5784 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::CcnxFibEntry(ns3::CcnxNameComponents const & prefix) [constructor] |
| 5785 | cls.add_constructor([param('ns3::CcnxNameComponents const &', 'prefix')]) |
| 5786 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::CcnxFibEntry::FindBestCandidate(int skip=0) const [member function] |
| 5787 | cls.add_method('FindBestCandidate', |
| 5788 | 'ns3::Ptr< ns3::CcnxFace >', |
| 5789 | [param('int', 'skip', default_value='0')], |
| 5790 | is_const=True) |
| 5791 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxFibEntry::GetPrefix() const [member function] |
| 5792 | cls.add_method('GetPrefix', |
| 5793 | 'ns3::CcnxNameComponents const &', |
| 5794 | [], |
| 5795 | is_const=True) |
| 5796 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::m_faces [variable] |
| 5797 | cls.add_instance_attribute('m_faces', 'boost::multi_index::multi_index_container< ns3::CcnxFibFaceMetric, boost::multi_index::indexed_by< boost::multi_index::ordered_unique< boost::multi_index::tag< ns3::__ccnx_private::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::member< ns3::CcnxFibFaceMetric, ns3::Ptr< ns3::CcnxFace >, & ( ns3::CcnxFibFaceMetric::m_face ) >, mpl_::na >, boost::multi_index::ordered_non_unique< boost::multi_index::tag< ns3::__ccnx_private::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::CcnxFibFaceMetric, boost::multi_index::member< ns3::CcnxFibFaceMetric, ns3::CcnxFibFaceMetric::Status, & ( ns3::CcnxFibFaceMetric::m_status ) >, boost::multi_index::member< ns3::CcnxFibFaceMetric, int, & ( ns3::CcnxFibFaceMetric::m_routingCost ) >, 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::__ccnx_private::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::CcnxFibFaceMetric > >', is_const=False) |
| 5798 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::m_needsProbing [variable] |
| 5799 | cls.add_instance_attribute('m_needsProbing', 'bool', is_const=False) |
| 5800 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::m_prefix [variable] |
| 5801 | cls.add_instance_attribute('m_prefix', 'ns3::Ptr< ns3::CcnxNameComponents >', is_const=False) |
| 5802 | return |
| 5803 | |
| 5804 | def register_Ns3CcnxFibEntryAddOrUpdateRoutingMetric_methods(root_module, cls): |
| 5805 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::AddOrUpdateRoutingMetric::AddOrUpdateRoutingMetric(ns3::CcnxFibEntry::AddOrUpdateRoutingMetric const & arg0) [copy constructor] |
| 5806 | cls.add_constructor([param('ns3::CcnxFibEntry::AddOrUpdateRoutingMetric const &', 'arg0')]) |
| 5807 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::AddOrUpdateRoutingMetric::AddOrUpdateRoutingMetric(ns3::Ptr<ns3::CcnxFace> face, int32_t metric) [constructor] |
| 5808 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face'), param('int32_t', 'metric')]) |
| 5809 | ## ccnx-fib.h (module 'NDNabstraction'): void ns3::CcnxFibEntry::AddOrUpdateRoutingMetric::operator()(ns3::CcnxFibEntry & entry) [member operator] |
| 5810 | cls.add_method('operator()', |
| 5811 | 'void', |
| 5812 | [param('ns3::CcnxFibEntry &', 'entry')], |
| 5813 | custom_name='__call__') |
| 5814 | return |
| 5815 | |
| 5816 | def register_Ns3CcnxFibEntryUpdateFaceRtt_methods(root_module, cls): |
| 5817 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateFaceRtt::UpdateFaceRtt(ns3::CcnxFibEntry::UpdateFaceRtt const & arg0) [copy constructor] |
| 5818 | cls.add_constructor([param('ns3::CcnxFibEntry::UpdateFaceRtt const &', 'arg0')]) |
| 5819 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateFaceRtt::UpdateFaceRtt(ns3::Ptr<ns3::CcnxFace> face, ns3::Time const & rttSample) [constructor] |
| 5820 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face'), param('ns3::Time const &', 'rttSample')]) |
| 5821 | ## ccnx-fib.h (module 'NDNabstraction'): void ns3::CcnxFibEntry::UpdateFaceRtt::operator()(ns3::CcnxFibEntry & entry) [member operator] |
| 5822 | cls.add_method('operator()', |
| 5823 | 'void', |
| 5824 | [param('ns3::CcnxFibEntry &', 'entry')], |
| 5825 | custom_name='__call__') |
| 5826 | return |
| 5827 | |
| 5828 | def register_Ns3CcnxFibEntryUpdateStatus_methods(root_module, cls): |
| 5829 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateStatus::UpdateStatus(ns3::CcnxFibEntry::UpdateStatus const & arg0) [copy constructor] |
| 5830 | cls.add_constructor([param('ns3::CcnxFibEntry::UpdateStatus const &', 'arg0')]) |
| 5831 | ## ccnx-fib.h (module 'NDNabstraction'): ns3::CcnxFibEntry::UpdateStatus::UpdateStatus(ns3::Ptr<ns3::CcnxFace> face, ns3::CcnxFibFaceMetric::Status status) [constructor] |
| 5832 | cls.add_constructor([param('ns3::Ptr< ns3::CcnxFace >', 'face'), param('ns3::CcnxFibFaceMetric::Status', 'status')]) |
| 5833 | ## ccnx-fib.h (module 'NDNabstraction'): void ns3::CcnxFibEntry::UpdateStatus::operator()(ns3::CcnxFibEntry & entry) [member operator] |
| 5834 | cls.add_method('operator()', |
| 5835 | 'void', |
| 5836 | [param('ns3::CcnxFibEntry &', 'entry')], |
| 5837 | custom_name='__call__') |
| 5838 | return |
| 5839 | |
| 5840 | def register_Ns3CcnxForwardingStrategy_methods(root_module, cls): |
| 5841 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): ns3::CcnxForwardingStrategy::CcnxForwardingStrategy(ns3::CcnxForwardingStrategy const & arg0) [copy constructor] |
| 5842 | cls.add_constructor([param('ns3::CcnxForwardingStrategy const &', 'arg0')]) |
| 5843 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): ns3::CcnxForwardingStrategy::CcnxForwardingStrategy() [constructor] |
| 5844 | cls.add_constructor([]) |
| 5845 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxPit> ns3::CcnxForwardingStrategy::GetPit() [member function] |
| 5846 | cls.add_method('GetPit', |
| 5847 | 'ns3::Ptr< ns3::CcnxPit >', |
| 5848 | []) |
| 5849 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxForwardingStrategy::GetTypeId() [member function] |
| 5850 | cls.add_method('GetTypeId', |
| 5851 | 'ns3::TypeId', |
| 5852 | [], |
| 5853 | is_static=True) |
| 5854 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): bool ns3::CcnxForwardingStrategy::PropagateInterest(boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::sequenced_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxPitEntry, std::allocator<ns3::CcnxPitEntry> > > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxPitEntry> > > pitEntry, boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxFibEntry, std::allocator<ns3::CcnxFibEntry> > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxFibEntry> > > fibEntry, ns3::Ptr<ns3::CcnxFace> const & incomingFace, ns3::Ptr<ns3::CcnxInterestHeader> & header, ns3::Ptr<ns3::Packet const> const & packet, ns3::Callback<void,const ns3::Ptr<ns3::CcnxFace>&,const ns3::Ptr<ns3::CcnxInterestHeader>&,const ns3::Ptr<ns3::Packet>&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ucb) [member function] |
| 5855 | cls.add_method('PropagateInterest', |
| 5856 | 'bool', |
| 5857 | [param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::sequenced_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxPitEntry, std::allocator< ns3::CcnxPitEntry > > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxPitEntry > > >', 'pitEntry'), param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxFibEntry, std::allocator< ns3::CcnxFibEntry > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxFibEntry > > >', 'fibEntry'), param('ns3::Ptr< ns3::CcnxFace > const &', 'incomingFace'), param('ns3::Ptr< ns3::CcnxInterestHeader > &', 'header'), param('ns3::Ptr< ns3::Packet const > const &', 'packet'), param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace > const, ns3::Ptr< ns3::CcnxInterestHeader > const, ns3::Ptr< ns3::Packet > const, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ucb')], |
| 5858 | is_pure_virtual=True, is_virtual=True) |
| 5859 | ## ccnx-forwarding-strategy.h (module 'NDNabstraction'): void ns3::CcnxForwardingStrategy::SetPit(ns3::Ptr<ns3::CcnxPit> pit) [member function] |
| 5860 | cls.add_method('SetPit', |
| 5861 | 'void', |
| 5862 | [param('ns3::Ptr< ns3::CcnxPit >', 'pit')]) |
| 5863 | return |
| 5864 | |
| 5865 | def register_Ns3CcnxInterestHeader_methods(root_module, cls): |
| 5866 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeader::CcnxInterestHeader(ns3::CcnxInterestHeader const & arg0) [copy constructor] |
| 5867 | cls.add_constructor([param('ns3::CcnxInterestHeader const &', 'arg0')]) |
| 5868 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxInterestHeader::CcnxInterestHeader() [constructor] |
| 5869 | cls.add_constructor([]) |
| 5870 | ## ccnx-interest-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxInterestHeader::Deserialize(ns3::Buffer::Iterator start) [member function] |
| 5871 | cls.add_method('Deserialize', |
| 5872 | 'uint32_t', |
| 5873 | [param('ns3::Buffer::Iterator', 'start')], |
| 5874 | is_virtual=True) |
| 5875 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxInterestHeader::GetExclude() const [member function] |
| 5876 | cls.add_method('GetExclude', |
| 5877 | 'ns3::CcnxNameComponents const &', |
| 5878 | [], |
| 5879 | is_const=True) |
| 5880 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::TypeId ns3::CcnxInterestHeader::GetInstanceTypeId() const [member function] |
| 5881 | cls.add_method('GetInstanceTypeId', |
| 5882 | 'ns3::TypeId', |
| 5883 | [], |
| 5884 | is_const=True, is_virtual=True) |
| 5885 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::Time ns3::CcnxInterestHeader::GetInterestLifetime() const [member function] |
| 5886 | cls.add_method('GetInterestLifetime', |
| 5887 | 'ns3::Time', |
| 5888 | [], |
| 5889 | is_const=True) |
| 5890 | ## ccnx-interest-header.h (module 'NDNabstraction'): int32_t ns3::CcnxInterestHeader::GetMaxSuffixComponents() const [member function] |
| 5891 | cls.add_method('GetMaxSuffixComponents', |
| 5892 | 'int32_t', |
| 5893 | [], |
| 5894 | is_const=True) |
| 5895 | ## ccnx-interest-header.h (module 'NDNabstraction'): int32_t ns3::CcnxInterestHeader::GetMinSuffixComponents() const [member function] |
| 5896 | cls.add_method('GetMinSuffixComponents', |
| 5897 | 'int32_t', |
| 5898 | [], |
| 5899 | is_const=True) |
| 5900 | ## ccnx-interest-header.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxInterestHeader::GetName() const [member function] |
| 5901 | cls.add_method('GetName', |
| 5902 | 'ns3::CcnxNameComponents const &', |
| 5903 | [], |
| 5904 | is_const=True) |
| 5905 | ## ccnx-interest-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxInterestHeader::GetNonce() const [member function] |
| 5906 | cls.add_method('GetNonce', |
| 5907 | 'uint32_t', |
| 5908 | [], |
| 5909 | is_const=True) |
| 5910 | ## ccnx-interest-header.h (module 'NDNabstraction'): int8_t ns3::CcnxInterestHeader::GetScope() const [member function] |
| 5911 | cls.add_method('GetScope', |
| 5912 | 'int8_t', |
| 5913 | [], |
| 5914 | is_const=True) |
| 5915 | ## ccnx-interest-header.h (module 'NDNabstraction'): uint32_t ns3::CcnxInterestHeader::GetSerializedSize() const [member function] |
| 5916 | cls.add_method('GetSerializedSize', |
| 5917 | 'uint32_t', |
| 5918 | [], |
| 5919 | is_const=True, is_virtual=True) |
| 5920 | ## ccnx-interest-header.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxInterestHeader::GetTypeId() [member function] |
| 5921 | cls.add_method('GetTypeId', |
| 5922 | 'ns3::TypeId', |
| 5923 | [], |
| 5924 | is_static=True) |
| 5925 | ## ccnx-interest-header.h (module 'NDNabstraction'): bool ns3::CcnxInterestHeader::IsCongested() const [member function] |
| 5926 | cls.add_method('IsCongested', |
| 5927 | 'bool', |
| 5928 | [], |
| 5929 | is_const=True) |
| 5930 | ## ccnx-interest-header.h (module 'NDNabstraction'): bool ns3::CcnxInterestHeader::IsEnabledAnswerOriginKind() const [member function] |
| 5931 | cls.add_method('IsEnabledAnswerOriginKind', |
| 5932 | 'bool', |
| 5933 | [], |
| 5934 | is_const=True) |
| 5935 | ## ccnx-interest-header.h (module 'NDNabstraction'): bool ns3::CcnxInterestHeader::IsEnabledChildSelector() const [member function] |
| 5936 | cls.add_method('IsEnabledChildSelector', |
| 5937 | 'bool', |
| 5938 | [], |
| 5939 | is_const=True) |
| 5940 | ## ccnx-interest-header.h (module 'NDNabstraction'): bool ns3::CcnxInterestHeader::IsEnabledExclude() const [member function] |
| 5941 | cls.add_method('IsEnabledExclude', |
| 5942 | 'bool', |
| 5943 | [], |
| 5944 | is_const=True) |
| 5945 | ## ccnx-interest-header.h (module 'NDNabstraction'): bool ns3::CcnxInterestHeader::IsNack() const [member function] |
| 5946 | cls.add_method('IsNack', |
| 5947 | 'bool', |
| 5948 | [], |
| 5949 | is_const=True) |
| 5950 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::Print(std::ostream & os) const [member function] |
| 5951 | cls.add_method('Print', |
| 5952 | 'void', |
| 5953 | [param('std::ostream &', 'os')], |
| 5954 | is_const=True, is_virtual=True) |
| 5955 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::Serialize(ns3::Buffer::Iterator start) const [member function] |
| 5956 | cls.add_method('Serialize', |
| 5957 | 'void', |
| 5958 | [param('ns3::Buffer::Iterator', 'start')], |
| 5959 | is_const=True, is_virtual=True) |
| 5960 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetAnswerOriginKind(bool value) [member function] |
| 5961 | cls.add_method('SetAnswerOriginKind', |
| 5962 | 'void', |
| 5963 | [param('bool', 'value')]) |
| 5964 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetChildSelector(bool value) [member function] |
| 5965 | cls.add_method('SetChildSelector', |
| 5966 | 'void', |
| 5967 | [param('bool', 'value')]) |
| 5968 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetCongested(bool IsCongested) [member function] |
| 5969 | cls.add_method('SetCongested', |
| 5970 | 'void', |
| 5971 | [param('bool', 'IsCongested')]) |
| 5972 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetExclude(ns3::Ptr<ns3::CcnxNameComponents> const & exclude) [member function] |
| 5973 | cls.add_method('SetExclude', |
| 5974 | 'void', |
| 5975 | [param('ns3::Ptr< ns3::CcnxNameComponents > const &', 'exclude')]) |
| 5976 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetInterestLifetime(ns3::Time time) [member function] |
| 5977 | cls.add_method('SetInterestLifetime', |
| 5978 | 'void', |
| 5979 | [param('ns3::Time', 'time')]) |
| 5980 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetMaxSuffixComponents(int32_t value) [member function] |
| 5981 | cls.add_method('SetMaxSuffixComponents', |
| 5982 | 'void', |
| 5983 | [param('int32_t', 'value')]) |
| 5984 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetMinSuffixComponents(int32_t value) [member function] |
| 5985 | cls.add_method('SetMinSuffixComponents', |
| 5986 | 'void', |
| 5987 | [param('int32_t', 'value')]) |
| 5988 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetNack(bool isNack) [member function] |
| 5989 | cls.add_method('SetNack', |
| 5990 | 'void', |
| 5991 | [param('bool', 'isNack')]) |
| 5992 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetName(ns3::Ptr<ns3::CcnxNameComponents> const & name) [member function] |
| 5993 | cls.add_method('SetName', |
| 5994 | 'void', |
| 5995 | [param('ns3::Ptr< ns3::CcnxNameComponents > const &', 'name')]) |
| 5996 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetNonce(uint32_t nonce) [member function] |
| 5997 | cls.add_method('SetNonce', |
| 5998 | 'void', |
| 5999 | [param('uint32_t', 'nonce')]) |
| 6000 | ## ccnx-interest-header.h (module 'NDNabstraction'): void ns3::CcnxInterestHeader::SetScope(int8_t scope) [member function] |
| 6001 | cls.add_method('SetScope', |
| 6002 | 'void', |
| 6003 | [param('int8_t', 'scope')]) |
| 6004 | return |
| 6005 | |
| 6006 | def register_Ns3CcnxInterestSender_methods(root_module, cls): |
| 6007 | ## ccnx-interest-sender.h (module 'NDNabstraction'): ns3::CcnxInterestSender::CcnxInterestSender(ns3::CcnxInterestSender const & arg0) [copy constructor] |
| 6008 | cls.add_constructor([param('ns3::CcnxInterestSender const &', 'arg0')]) |
| 6009 | ## ccnx-interest-sender.h (module 'NDNabstraction'): ns3::CcnxInterestSender::CcnxInterestSender() [constructor] |
| 6010 | cls.add_constructor([]) |
| 6011 | ## ccnx-interest-sender.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxInterestSender::GetTypeId() [member function] |
| 6012 | cls.add_method('GetTypeId', |
| 6013 | 'ns3::TypeId', |
| 6014 | [], |
| 6015 | is_static=True) |
| 6016 | ## ccnx-interest-sender.h (module 'NDNabstraction'): void ns3::CcnxInterestSender::DoDispose() [member function] |
| 6017 | cls.add_method('DoDispose', |
| 6018 | 'void', |
| 6019 | [], |
| 6020 | visibility='protected', is_virtual=True) |
| 6021 | ## ccnx-interest-sender.h (module 'NDNabstraction'): void ns3::CcnxInterestSender::StartApplication() [member function] |
| 6022 | cls.add_method('StartApplication', |
| 6023 | 'void', |
| 6024 | [], |
| 6025 | visibility='private', is_virtual=True) |
| 6026 | ## ccnx-interest-sender.h (module 'NDNabstraction'): void ns3::CcnxInterestSender::StopApplication() [member function] |
| 6027 | cls.add_method('StopApplication', |
| 6028 | 'void', |
| 6029 | [], |
| 6030 | visibility='private', is_virtual=True) |
| 6031 | return |
| 6032 | |
| 6033 | def register_Ns3CcnxL3Protocol_methods(root_module, cls): |
| 6034 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::ETHERNET_FRAME_TYPE [variable] |
| 6035 | cls.add_static_attribute('ETHERNET_FRAME_TYPE', 'uint16_t const', is_const=True) |
| 6036 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::IP_PROTOCOL_TYPE [variable] |
| 6037 | cls.add_static_attribute('IP_PROTOCOL_TYPE', 'uint16_t const', is_const=True) |
| 6038 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::UDP_PORT [variable] |
| 6039 | cls.add_static_attribute('UDP_PORT', 'uint16_t const', is_const=True) |
| 6040 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxL3Protocol::GetTypeId() [member function] |
| 6041 | cls.add_method('GetTypeId', |
| 6042 | 'ns3::TypeId', |
| 6043 | [], |
| 6044 | is_static=True) |
| 6045 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::CcnxL3Protocol::CcnxL3Protocol() [constructor] |
| 6046 | cls.add_constructor([]) |
| 6047 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
| 6048 | cls.add_method('SetNode', |
| 6049 | 'void', |
| 6050 | [param('ns3::Ptr< ns3::Node >', 'node')]) |
| 6051 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::SetForwardingStrategy(ns3::Ptr<ns3::CcnxForwardingStrategy> forwardingStrategy) [member function] |
| 6052 | cls.add_method('SetForwardingStrategy', |
| 6053 | 'void', |
| 6054 | [param('ns3::Ptr< ns3::CcnxForwardingStrategy >', 'forwardingStrategy')], |
| 6055 | is_virtual=True) |
| 6056 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxForwardingStrategy> ns3::CcnxL3Protocol::GetForwardingStrategy() const [member function] |
| 6057 | cls.add_method('GetForwardingStrategy', |
| 6058 | 'ns3::Ptr< ns3::CcnxForwardingStrategy >', |
| 6059 | [], |
| 6060 | is_const=True, is_virtual=True) |
| 6061 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::SendInterest(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxInterestHeader> const & header, ns3::Ptr<ns3::Packet> const & packet) [member function] |
| 6062 | cls.add_method('SendInterest', |
| 6063 | 'void', |
| 6064 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxInterestHeader > const &', 'header'), param('ns3::Ptr< ns3::Packet > const &', 'packet')], |
| 6065 | is_virtual=True) |
| 6066 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::SendContentObject(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxContentObjectHeader> const & header, ns3::Ptr<ns3::Packet> const & packet) [member function] |
| 6067 | cls.add_method('SendContentObject', |
| 6068 | 'void', |
| 6069 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxContentObjectHeader > const &', 'header'), param('ns3::Ptr< ns3::Packet > const &', 'packet')], |
| 6070 | is_virtual=True) |
| 6071 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::Receive(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::Packet const> const & p) [member function] |
| 6072 | cls.add_method('Receive', |
| 6073 | 'void', |
| 6074 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::Packet const > const &', 'p')], |
| 6075 | is_virtual=True) |
| 6076 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): uint32_t ns3::CcnxL3Protocol::AddFace(ns3::Ptr<ns3::CcnxFace> const & face) [member function] |
| 6077 | cls.add_method('AddFace', |
| 6078 | 'uint32_t', |
| 6079 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face')], |
| 6080 | is_virtual=True) |
| 6081 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): uint32_t ns3::CcnxL3Protocol::GetNFaces() const [member function] |
| 6082 | cls.add_method('GetNFaces', |
| 6083 | 'uint32_t', |
| 6084 | [], |
| 6085 | is_const=True, is_virtual=True) |
| 6086 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::CcnxL3Protocol::GetFace(uint32_t face) const [member function] |
| 6087 | cls.add_method('GetFace', |
| 6088 | 'ns3::Ptr< ns3::CcnxFace >', |
| 6089 | [param('uint32_t', 'face')], |
| 6090 | is_const=True, is_virtual=True) |
| 6091 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::RemoveFace(ns3::Ptr<ns3::CcnxFace> face) [member function] |
| 6092 | cls.add_method('RemoveFace', |
| 6093 | 'void', |
| 6094 | [param('ns3::Ptr< ns3::CcnxFace >', 'face')], |
| 6095 | is_virtual=True) |
| 6096 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxPit> ns3::CcnxL3Protocol::GetPit() [member function] |
| 6097 | cls.add_method('GetPit', |
| 6098 | 'ns3::Ptr< ns3::CcnxPit >', |
| 6099 | []) |
| 6100 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::OnInterest(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxInterestHeader> & header, ns3::Ptr<ns3::Packet const> const & p) [member function] |
| 6101 | cls.add_method('OnInterest', |
| 6102 | 'void', |
| 6103 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxInterestHeader > &', 'header'), param('ns3::Ptr< ns3::Packet const > const &', 'p')], |
| 6104 | visibility='protected', is_virtual=True) |
| 6105 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::OnData(ns3::Ptr<ns3::CcnxFace> const & face, ns3::Ptr<ns3::CcnxContentObjectHeader> & header, ns3::Ptr<ns3::Packet> & payload, ns3::Ptr<ns3::Packet const> const & packet) [member function] |
| 6106 | cls.add_method('OnData', |
| 6107 | 'void', |
| 6108 | [param('ns3::Ptr< ns3::CcnxFace > const &', 'face'), param('ns3::Ptr< ns3::CcnxContentObjectHeader > &', 'header'), param('ns3::Ptr< ns3::Packet > &', 'payload'), param('ns3::Ptr< ns3::Packet const > const &', 'packet')], |
| 6109 | visibility='protected', is_virtual=True) |
| 6110 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::DoDispose() [member function] |
| 6111 | cls.add_method('DoDispose', |
| 6112 | 'void', |
| 6113 | [], |
| 6114 | visibility='protected', is_virtual=True) |
| 6115 | ## ccnx-l3-protocol.h (module 'NDNabstraction'): void ns3::CcnxL3Protocol::NotifyNewAggregate() [member function] |
| 6116 | cls.add_method('NotifyNewAggregate', |
| 6117 | 'void', |
| 6118 | [], |
| 6119 | visibility='protected', is_virtual=True) |
| 6120 | return |
| 6121 | |
| 6122 | def register_Ns3CcnxLocalFace_methods(root_module, cls): |
| 6123 | cls.add_output_stream_operator() |
| 6124 | ## ccnx-local-face.h (module 'NDNabstraction'): ns3::CcnxLocalFace::CcnxLocalFace() [constructor] |
| 6125 | cls.add_constructor([]) |
| 6126 | ## ccnx-local-face.h (module 'NDNabstraction'): std::ostream & ns3::CcnxLocalFace::Print(std::ostream & os) const [member function] |
| 6127 | cls.add_method('Print', |
| 6128 | 'std::ostream &', |
| 6129 | [param('std::ostream &', 'os')], |
| 6130 | is_const=True, is_virtual=True) |
| 6131 | ## ccnx-local-face.h (module 'NDNabstraction'): void ns3::CcnxLocalFace::ReceiveFromApplication(ns3::Ptr<ns3::Packet> p) [member function] |
| 6132 | cls.add_method('ReceiveFromApplication', |
| 6133 | 'void', |
| 6134 | [param('ns3::Ptr< ns3::Packet >', 'p')]) |
| 6135 | ## ccnx-local-face.h (module 'NDNabstraction'): void ns3::CcnxLocalFace::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::CcnxFace> const&, ns3::Ptr<ns3::Packet const> const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> handler) [member function] |
| 6136 | cls.add_method('RegisterProtocolHandler', |
| 6137 | 'void', |
| 6138 | [param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace >, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'handler')], |
| 6139 | is_virtual=True) |
| 6140 | ## ccnx-local-face.h (module 'NDNabstraction'): void ns3::CcnxLocalFace::Send(ns3::Ptr<ns3::Packet> p) [member function] |
| 6141 | cls.add_method('Send', |
| 6142 | 'void', |
| 6143 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 6144 | is_virtual=True) |
| 6145 | ## ccnx-local-face.h (module 'NDNabstraction'): void ns3::CcnxLocalFace::SetContentObjectHandler(ns3::Callback<void, ns3::Ptr<ns3::CcnxContentObjectHeader const> const&, ns3::Ptr<ns3::Packet const> const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onContentObject) [member function] |
| 6146 | cls.add_method('SetContentObjectHandler', |
| 6147 | 'void', |
| 6148 | [param('ns3::Callback< void, ns3::Ptr< ns3::CcnxContentObjectHeader const >, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onContentObject')]) |
| 6149 | ## ccnx-local-face.h (module 'NDNabstraction'): void ns3::CcnxLocalFace::SetInterestHandler(ns3::Callback<void, ns3::Ptr<ns3::CcnxInterestHeader const> const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> onInterest) [member function] |
| 6150 | cls.add_method('SetInterestHandler', |
| 6151 | 'void', |
| 6152 | [param('ns3::Callback< void, ns3::Ptr< ns3::CcnxInterestHeader const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'onInterest')]) |
| 6153 | return |
| 6154 | |
| 6155 | def register_Ns3CcnxNameComponents_methods(root_module, cls): |
| 6156 | cls.add_output_stream_operator() |
| 6157 | cls.add_binary_comparison_operator('<') |
| 6158 | cls.add_binary_comparison_operator('==') |
| 6159 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents::CcnxNameComponents(ns3::CcnxNameComponents const & arg0) [copy constructor] |
| 6160 | cls.add_constructor([param('ns3::CcnxNameComponents const &', 'arg0')]) |
| 6161 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents::CcnxNameComponents() [constructor] |
| 6162 | cls.add_constructor([]) |
| 6163 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents::CcnxNameComponents(std::list<boost::reference_wrapper<std::string const>, std::allocator<boost::reference_wrapper<std::string const> > > const & components) [constructor] |
| 6164 | cls.add_constructor([param('std::list< boost::reference_wrapper< std::string const > > const &', 'components')]) |
| 6165 | ## ccnx-name-components.h (module 'NDNabstraction'): void ns3::CcnxNameComponents::Add(std::string const & s) [member function] |
| 6166 | cls.add_method('Add', |
| 6167 | 'void', |
| 6168 | [param('std::string const &', 's')]) |
| 6169 | ## ccnx-name-components.h (module 'NDNabstraction'): std::list<std::string, std::allocator<std::string> > const & ns3::CcnxNameComponents::GetComponents() const [member function] |
| 6170 | cls.add_method('GetComponents', |
| 6171 | 'std::list< std::string > const &', |
| 6172 | [], |
| 6173 | is_const=True) |
| 6174 | ## ccnx-name-components.h (module 'NDNabstraction'): std::list<boost::reference_wrapper<std::string const>, std::allocator<boost::reference_wrapper<std::string const> > > ns3::CcnxNameComponents::GetSubComponents(size_t num) const [member function] |
| 6175 | cls.add_method('GetSubComponents', |
| 6176 | 'std::list< boost::reference_wrapper< std::string const > >', |
| 6177 | [param('size_t', 'num')], |
| 6178 | is_const=True) |
| 6179 | ## ccnx-name-components.h (module 'NDNabstraction'): void ns3::CcnxNameComponents::Print(std::ostream & os) const [member function] |
| 6180 | cls.add_method('Print', |
| 6181 | 'void', |
| 6182 | [param('std::ostream &', 'os')], |
| 6183 | is_const=True) |
| 6184 | ## ccnx-name-components.h (module 'NDNabstraction'): size_t ns3::CcnxNameComponents::size() const [member function] |
| 6185 | cls.add_method('size', |
| 6186 | 'size_t', |
| 6187 | [], |
| 6188 | is_const=True) |
| 6189 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents & ns3::CcnxNameComponents::operator()(std::string const & s) [member operator] |
| 6190 | cls.add_method('operator()', |
| 6191 | 'ns3::CcnxNameComponents &', |
| 6192 | [param('std::string const &', 's')], |
| 6193 | custom_name='__call__') |
| 6194 | return |
| 6195 | |
| 6196 | def register_Ns3CcnxNameComponentsChecker_methods(root_module, cls): |
| 6197 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsChecker::CcnxNameComponentsChecker() [constructor] |
| 6198 | cls.add_constructor([]) |
| 6199 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsChecker::CcnxNameComponentsChecker(ns3::CcnxNameComponentsChecker const & arg0) [copy constructor] |
| 6200 | cls.add_constructor([param('ns3::CcnxNameComponentsChecker const &', 'arg0')]) |
| 6201 | return |
| 6202 | |
| 6203 | def register_Ns3CcnxNameComponentsValue_methods(root_module, cls): |
| 6204 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsValue::CcnxNameComponentsValue() [constructor] |
| 6205 | cls.add_constructor([]) |
| 6206 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsValue::CcnxNameComponentsValue(ns3::CcnxNameComponentsValue const & arg0) [copy constructor] |
| 6207 | cls.add_constructor([param('ns3::CcnxNameComponentsValue const &', 'arg0')]) |
| 6208 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponentsValue::CcnxNameComponentsValue(ns3::CcnxNameComponents const & value) [constructor] |
| 6209 | cls.add_constructor([param('ns3::CcnxNameComponents const &', 'value')]) |
| 6210 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::Ptr<ns3::AttributeValue> ns3::CcnxNameComponentsValue::Copy() const [member function] |
| 6211 | cls.add_method('Copy', |
| 6212 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6213 | [], |
| 6214 | is_const=True, is_virtual=True) |
| 6215 | ## ccnx-name-components.h (module 'NDNabstraction'): bool ns3::CcnxNameComponentsValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6216 | cls.add_method('DeserializeFromString', |
| 6217 | 'bool', |
| 6218 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6219 | is_virtual=True) |
| 6220 | ## ccnx-name-components.h (module 'NDNabstraction'): ns3::CcnxNameComponents ns3::CcnxNameComponentsValue::Get() const [member function] |
| 6221 | cls.add_method('Get', |
| 6222 | 'ns3::CcnxNameComponents', |
| 6223 | [], |
| 6224 | is_const=True) |
| 6225 | ## ccnx-name-components.h (module 'NDNabstraction'): std::string ns3::CcnxNameComponentsValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6226 | cls.add_method('SerializeToString', |
| 6227 | 'std::string', |
| 6228 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6229 | is_const=True, is_virtual=True) |
| 6230 | ## ccnx-name-components.h (module 'NDNabstraction'): void ns3::CcnxNameComponentsValue::Set(ns3::CcnxNameComponents const & value) [member function] |
| 6231 | cls.add_method('Set', |
| 6232 | 'void', |
| 6233 | [param('ns3::CcnxNameComponents const &', 'value')]) |
| 6234 | return |
| 6235 | |
| 6236 | def register_Ns3CcnxNetDeviceFace_methods(root_module, cls): |
| 6237 | ## ccnx-net-device-face.h (module 'NDNabstraction'): ns3::CcnxNetDeviceFace::CcnxNetDeviceFace(ns3::Ptr<ns3::NetDevice> const & netDevice) [constructor] |
| 6238 | cls.add_constructor([param('ns3::Ptr< ns3::NetDevice > const &', 'netDevice')]) |
| 6239 | ## ccnx-net-device-face.h (module 'NDNabstraction'): void ns3::CcnxNetDeviceFace::RegisterProtocolHandler(ns3::Callback<void, ns3::Ptr<ns3::CcnxFace> const&, ns3::Ptr<ns3::Packet const> const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> handler) [member function] |
| 6240 | cls.add_method('RegisterProtocolHandler', |
| 6241 | 'void', |
| 6242 | [param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace >, ns3::Ptr< ns3::Packet const >, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'handler')], |
| 6243 | is_virtual=True) |
| 6244 | ## ccnx-net-device-face.h (module 'NDNabstraction'): void ns3::CcnxNetDeviceFace::Send(ns3::Ptr<ns3::Packet> p) [member function] |
| 6245 | cls.add_method('Send', |
| 6246 | 'void', |
| 6247 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 6248 | is_virtual=True) |
| 6249 | ## ccnx-net-device-face.h (module 'NDNabstraction'): std::ostream & ns3::CcnxNetDeviceFace::Print(std::ostream & os) const [member function] |
| 6250 | cls.add_method('Print', |
| 6251 | 'std::ostream &', |
| 6252 | [param('std::ostream &', 'os')], |
| 6253 | is_const=True, is_virtual=True) |
| 6254 | ## ccnx-net-device-face.h (module 'NDNabstraction'): ns3::Ptr<ns3::NetDevice> ns3::CcnxNetDeviceFace::GetNetDevice() const [member function] |
| 6255 | cls.add_method('GetNetDevice', |
| 6256 | 'ns3::Ptr< ns3::NetDevice >', |
| 6257 | [], |
| 6258 | is_const=True) |
| 6259 | return |
| 6260 | |
| 6261 | def register_Ns3CcnxProducer_methods(root_module, cls): |
| 6262 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::CcnxProducer::CcnxProducer(ns3::CcnxProducer const & arg0) [copy constructor] |
| 6263 | cls.add_constructor([param('ns3::CcnxProducer const &', 'arg0')]) |
| 6264 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::CcnxProducer::CcnxProducer() [constructor] |
| 6265 | cls.add_constructor([]) |
| 6266 | ## ccnx-producer.h (module 'NDNabstraction'): ns3::CcnxNameComponents ns3::CcnxProducer::GetPrefix() const [member function] |
| 6267 | cls.add_method('GetPrefix', |
| 6268 | 'ns3::CcnxNameComponents', |
| 6269 | [], |
| 6270 | is_const=True) |
| 6271 | ## ccnx-producer.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxProducer::GetTypeId() [member function] |
| 6272 | cls.add_method('GetTypeId', |
| 6273 | 'ns3::TypeId', |
| 6274 | [], |
| 6275 | is_static=True) |
| 6276 | ## ccnx-producer.h (module 'NDNabstraction'): void ns3::CcnxProducer::OnInterest(ns3::Ptr<const ns3::CcnxInterestHeader> const & interest) [member function] |
| 6277 | cls.add_method('OnInterest', |
| 6278 | 'void', |
| 6279 | [param('ns3::Ptr< ns3::CcnxInterestHeader const > const &', 'interest')]) |
| 6280 | ## ccnx-producer.h (module 'NDNabstraction'): void ns3::CcnxProducer::DoDispose() [member function] |
| 6281 | cls.add_method('DoDispose', |
| 6282 | 'void', |
| 6283 | [], |
| 6284 | visibility='protected', is_virtual=True) |
| 6285 | ## ccnx-producer.h (module 'NDNabstraction'): void ns3::CcnxProducer::StartApplication() [member function] |
| 6286 | cls.add_method('StartApplication', |
| 6287 | 'void', |
| 6288 | [], |
| 6289 | visibility='private', is_virtual=True) |
| 6290 | ## ccnx-producer.h (module 'NDNabstraction'): void ns3::CcnxProducer::StopApplication() [member function] |
| 6291 | cls.add_method('StopApplication', |
| 6292 | 'void', |
| 6293 | [], |
| 6294 | visibility='private', is_virtual=True) |
| 6295 | return |
| 6296 | |
| 6297 | def register_Ns3CcnxRoute_methods(root_module, cls): |
| 6298 | cls.add_output_stream_operator() |
| 6299 | ## ccnx-route.h (module 'NDNabstraction'): ns3::CcnxRoute::CcnxRoute(ns3::CcnxRoute const & arg0) [copy constructor] |
| 6300 | cls.add_constructor([param('ns3::CcnxRoute const &', 'arg0')]) |
| 6301 | ## ccnx-route.h (module 'NDNabstraction'): ns3::CcnxRoute::CcnxRoute() [constructor] |
| 6302 | cls.add_constructor([]) |
| 6303 | ## ccnx-route.h (module 'NDNabstraction'): ns3::Ptr<ns3::CcnxFace> ns3::CcnxRoute::GetOutputFace() const [member function] |
| 6304 | cls.add_method('GetOutputFace', |
| 6305 | 'ns3::Ptr< ns3::CcnxFace >', |
| 6306 | [], |
| 6307 | is_const=True) |
| 6308 | ## ccnx-route.h (module 'NDNabstraction'): ns3::CcnxNameComponents const & ns3::CcnxRoute::GetPrefix() const [member function] |
| 6309 | cls.add_method('GetPrefix', |
| 6310 | 'ns3::CcnxNameComponents const &', |
| 6311 | [], |
| 6312 | is_const=True) |
| 6313 | ## ccnx-route.h (module 'NDNabstraction'): void ns3::CcnxRoute::SetOutputFace(ns3::Ptr<ns3::CcnxFace> outputDevice) [member function] |
| 6314 | cls.add_method('SetOutputFace', |
| 6315 | 'void', |
| 6316 | [param('ns3::Ptr< ns3::CcnxFace >', 'outputDevice')]) |
| 6317 | ## ccnx-route.h (module 'NDNabstraction'): void ns3::CcnxRoute::SetPrefix(ns3::Ptr<ns3::CcnxNameComponents> const & dest) [member function] |
| 6318 | cls.add_method('SetPrefix', |
| 6319 | 'void', |
| 6320 | [param('ns3::Ptr< ns3::CcnxNameComponents > const &', 'dest')]) |
| 6321 | return |
| 6322 | |
| 6323 | def register_Ns3DataRateChecker_methods(root_module, cls): |
| 6324 | ## data-rate.h (module 'network'): ns3::DataRateChecker::DataRateChecker() [constructor] |
| 6325 | cls.add_constructor([]) |
| 6326 | ## data-rate.h (module 'network'): ns3::DataRateChecker::DataRateChecker(ns3::DataRateChecker const & arg0) [copy constructor] |
| 6327 | cls.add_constructor([param('ns3::DataRateChecker const &', 'arg0')]) |
| 6328 | return |
| 6329 | |
| 6330 | def register_Ns3DataRateValue_methods(root_module, cls): |
| 6331 | ## data-rate.h (module 'network'): ns3::DataRateValue::DataRateValue() [constructor] |
| 6332 | cls.add_constructor([]) |
| 6333 | ## data-rate.h (module 'network'): ns3::DataRateValue::DataRateValue(ns3::DataRateValue const & arg0) [copy constructor] |
| 6334 | cls.add_constructor([param('ns3::DataRateValue const &', 'arg0')]) |
| 6335 | ## data-rate.h (module 'network'): ns3::DataRateValue::DataRateValue(ns3::DataRate const & value) [constructor] |
| 6336 | cls.add_constructor([param('ns3::DataRate const &', 'value')]) |
| 6337 | ## data-rate.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::DataRateValue::Copy() const [member function] |
| 6338 | cls.add_method('Copy', |
| 6339 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6340 | [], |
| 6341 | is_const=True, is_virtual=True) |
| 6342 | ## data-rate.h (module 'network'): bool ns3::DataRateValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6343 | cls.add_method('DeserializeFromString', |
| 6344 | 'bool', |
| 6345 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6346 | is_virtual=True) |
| 6347 | ## data-rate.h (module 'network'): ns3::DataRate ns3::DataRateValue::Get() const [member function] |
| 6348 | cls.add_method('Get', |
| 6349 | 'ns3::DataRate', |
| 6350 | [], |
| 6351 | is_const=True) |
| 6352 | ## data-rate.h (module 'network'): std::string ns3::DataRateValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6353 | cls.add_method('SerializeToString', |
| 6354 | 'std::string', |
| 6355 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6356 | is_const=True, is_virtual=True) |
| 6357 | ## data-rate.h (module 'network'): void ns3::DataRateValue::Set(ns3::DataRate const & value) [member function] |
| 6358 | cls.add_method('Set', |
| 6359 | 'void', |
| 6360 | [param('ns3::DataRate const &', 'value')]) |
| 6361 | return |
| 6362 | |
| 6363 | def register_Ns3DropTailQueue_methods(root_module, cls): |
| 6364 | ## drop-tail-queue.h (module 'network'): ns3::DropTailQueue::DropTailQueue(ns3::DropTailQueue const & arg0) [copy constructor] |
| 6365 | cls.add_constructor([param('ns3::DropTailQueue const &', 'arg0')]) |
| 6366 | ## drop-tail-queue.h (module 'network'): ns3::DropTailQueue::DropTailQueue() [constructor] |
| 6367 | cls.add_constructor([]) |
| 6368 | ## drop-tail-queue.h (module 'network'): ns3::DropTailQueue::Mode ns3::DropTailQueue::GetMode() [member function] |
| 6369 | cls.add_method('GetMode', |
| 6370 | 'ns3::DropTailQueue::Mode', |
| 6371 | []) |
| 6372 | ## drop-tail-queue.h (module 'network'): static ns3::TypeId ns3::DropTailQueue::GetTypeId() [member function] |
| 6373 | cls.add_method('GetTypeId', |
| 6374 | 'ns3::TypeId', |
| 6375 | [], |
| 6376 | is_static=True) |
| 6377 | ## drop-tail-queue.h (module 'network'): void ns3::DropTailQueue::SetMode(ns3::DropTailQueue::Mode mode) [member function] |
| 6378 | cls.add_method('SetMode', |
| 6379 | 'void', |
| 6380 | [param('ns3::DropTailQueue::Mode', 'mode')]) |
| 6381 | ## drop-tail-queue.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::DropTailQueue::DoDequeue() [member function] |
| 6382 | cls.add_method('DoDequeue', |
| 6383 | 'ns3::Ptr< ns3::Packet >', |
| 6384 | [], |
| 6385 | visibility='private', is_virtual=True) |
| 6386 | ## drop-tail-queue.h (module 'network'): bool ns3::DropTailQueue::DoEnqueue(ns3::Ptr<ns3::Packet> p) [member function] |
| 6387 | cls.add_method('DoEnqueue', |
| 6388 | 'bool', |
| 6389 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 6390 | visibility='private', is_virtual=True) |
| 6391 | ## drop-tail-queue.h (module 'network'): ns3::Ptr<ns3::Packet const> ns3::DropTailQueue::DoPeek() const [member function] |
| 6392 | cls.add_method('DoPeek', |
| 6393 | 'ns3::Ptr< ns3::Packet const >', |
| 6394 | [], |
| 6395 | is_const=True, visibility='private', is_virtual=True) |
| 6396 | return |
| 6397 | |
| 6398 | def register_Ns3EmptyAttributeValue_methods(root_module, cls): |
| 6399 | ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue(ns3::EmptyAttributeValue const & arg0) [copy constructor] |
| 6400 | cls.add_constructor([param('ns3::EmptyAttributeValue const &', 'arg0')]) |
| 6401 | ## attribute.h (module 'core'): ns3::EmptyAttributeValue::EmptyAttributeValue() [constructor] |
| 6402 | cls.add_constructor([]) |
| 6403 | ## attribute.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::EmptyAttributeValue::Copy() const [member function] |
| 6404 | cls.add_method('Copy', |
| 6405 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6406 | [], |
| 6407 | is_const=True, visibility='private', is_virtual=True) |
| 6408 | ## attribute.h (module 'core'): bool ns3::EmptyAttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6409 | cls.add_method('DeserializeFromString', |
| 6410 | 'bool', |
| 6411 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6412 | visibility='private', is_virtual=True) |
| 6413 | ## attribute.h (module 'core'): std::string ns3::EmptyAttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6414 | cls.add_method('SerializeToString', |
| 6415 | 'std::string', |
| 6416 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6417 | is_const=True, visibility='private', is_virtual=True) |
| 6418 | return |
| 6419 | |
| 6420 | def register_Ns3EventImpl_methods(root_module, cls): |
| 6421 | ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl(ns3::EventImpl const & arg0) [copy constructor] |
| 6422 | cls.add_constructor([param('ns3::EventImpl const &', 'arg0')]) |
| 6423 | ## event-impl.h (module 'core'): ns3::EventImpl::EventImpl() [constructor] |
| 6424 | cls.add_constructor([]) |
| 6425 | ## event-impl.h (module 'core'): void ns3::EventImpl::Cancel() [member function] |
| 6426 | cls.add_method('Cancel', |
| 6427 | 'void', |
| 6428 | []) |
| 6429 | ## event-impl.h (module 'core'): void ns3::EventImpl::Invoke() [member function] |
| 6430 | cls.add_method('Invoke', |
| 6431 | 'void', |
| 6432 | []) |
| 6433 | ## event-impl.h (module 'core'): bool ns3::EventImpl::IsCancelled() [member function] |
| 6434 | cls.add_method('IsCancelled', |
| 6435 | 'bool', |
| 6436 | []) |
| 6437 | ## event-impl.h (module 'core'): void ns3::EventImpl::Notify() [member function] |
| 6438 | cls.add_method('Notify', |
| 6439 | 'void', |
| 6440 | [], |
| 6441 | is_pure_virtual=True, visibility='protected', is_virtual=True) |
| 6442 | return |
| 6443 | |
| 6444 | def register_Ns3IntegerValue_methods(root_module, cls): |
| 6445 | ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue() [constructor] |
| 6446 | cls.add_constructor([]) |
| 6447 | ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue(ns3::IntegerValue const & arg0) [copy constructor] |
| 6448 | cls.add_constructor([param('ns3::IntegerValue const &', 'arg0')]) |
| 6449 | ## integer.h (module 'core'): ns3::IntegerValue::IntegerValue(int64_t const & value) [constructor] |
| 6450 | cls.add_constructor([param('int64_t const &', 'value')]) |
| 6451 | ## integer.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::IntegerValue::Copy() const [member function] |
| 6452 | cls.add_method('Copy', |
| 6453 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6454 | [], |
| 6455 | is_const=True, is_virtual=True) |
| 6456 | ## integer.h (module 'core'): bool ns3::IntegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6457 | cls.add_method('DeserializeFromString', |
| 6458 | 'bool', |
| 6459 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6460 | is_virtual=True) |
| 6461 | ## integer.h (module 'core'): int64_t ns3::IntegerValue::Get() const [member function] |
| 6462 | cls.add_method('Get', |
| 6463 | 'int64_t', |
| 6464 | [], |
| 6465 | is_const=True) |
| 6466 | ## integer.h (module 'core'): std::string ns3::IntegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6467 | cls.add_method('SerializeToString', |
| 6468 | 'std::string', |
| 6469 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6470 | is_const=True, is_virtual=True) |
| 6471 | ## integer.h (module 'core'): void ns3::IntegerValue::Set(int64_t const & value) [member function] |
| 6472 | cls.add_method('Set', |
| 6473 | 'void', |
| 6474 | [param('int64_t const &', 'value')]) |
| 6475 | return |
| 6476 | |
| 6477 | def register_Ns3Ipv4AddressChecker_methods(root_module, cls): |
| 6478 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker() [constructor] |
| 6479 | cls.add_constructor([]) |
| 6480 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressChecker::Ipv4AddressChecker(ns3::Ipv4AddressChecker const & arg0) [copy constructor] |
| 6481 | cls.add_constructor([param('ns3::Ipv4AddressChecker const &', 'arg0')]) |
| 6482 | return |
| 6483 | |
| 6484 | def register_Ns3Ipv4AddressValue_methods(root_module, cls): |
| 6485 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue() [constructor] |
| 6486 | cls.add_constructor([]) |
| 6487 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4AddressValue const & arg0) [copy constructor] |
| 6488 | cls.add_constructor([param('ns3::Ipv4AddressValue const &', 'arg0')]) |
| 6489 | ## ipv4-address.h (module 'network'): ns3::Ipv4AddressValue::Ipv4AddressValue(ns3::Ipv4Address const & value) [constructor] |
| 6490 | cls.add_constructor([param('ns3::Ipv4Address const &', 'value')]) |
| 6491 | ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4AddressValue::Copy() const [member function] |
| 6492 | cls.add_method('Copy', |
| 6493 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6494 | [], |
| 6495 | is_const=True, is_virtual=True) |
| 6496 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6497 | cls.add_method('DeserializeFromString', |
| 6498 | 'bool', |
| 6499 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6500 | is_virtual=True) |
| 6501 | ## ipv4-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv4AddressValue::Get() const [member function] |
| 6502 | cls.add_method('Get', |
| 6503 | 'ns3::Ipv4Address', |
| 6504 | [], |
| 6505 | is_const=True) |
| 6506 | ## ipv4-address.h (module 'network'): std::string ns3::Ipv4AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6507 | cls.add_method('SerializeToString', |
| 6508 | 'std::string', |
| 6509 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6510 | is_const=True, is_virtual=True) |
| 6511 | ## ipv4-address.h (module 'network'): void ns3::Ipv4AddressValue::Set(ns3::Ipv4Address const & value) [member function] |
| 6512 | cls.add_method('Set', |
| 6513 | 'void', |
| 6514 | [param('ns3::Ipv4Address const &', 'value')]) |
| 6515 | return |
| 6516 | |
| 6517 | def register_Ns3Ipv4MaskChecker_methods(root_module, cls): |
| 6518 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker() [constructor] |
| 6519 | cls.add_constructor([]) |
| 6520 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskChecker::Ipv4MaskChecker(ns3::Ipv4MaskChecker const & arg0) [copy constructor] |
| 6521 | cls.add_constructor([param('ns3::Ipv4MaskChecker const &', 'arg0')]) |
| 6522 | return |
| 6523 | |
| 6524 | def register_Ns3Ipv4MaskValue_methods(root_module, cls): |
| 6525 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue() [constructor] |
| 6526 | cls.add_constructor([]) |
| 6527 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4MaskValue const & arg0) [copy constructor] |
| 6528 | cls.add_constructor([param('ns3::Ipv4MaskValue const &', 'arg0')]) |
| 6529 | ## ipv4-address.h (module 'network'): ns3::Ipv4MaskValue::Ipv4MaskValue(ns3::Ipv4Mask const & value) [constructor] |
| 6530 | cls.add_constructor([param('ns3::Ipv4Mask const &', 'value')]) |
| 6531 | ## ipv4-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv4MaskValue::Copy() const [member function] |
| 6532 | cls.add_method('Copy', |
| 6533 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6534 | [], |
| 6535 | is_const=True, is_virtual=True) |
| 6536 | ## ipv4-address.h (module 'network'): bool ns3::Ipv4MaskValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6537 | cls.add_method('DeserializeFromString', |
| 6538 | 'bool', |
| 6539 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6540 | is_virtual=True) |
| 6541 | ## ipv4-address.h (module 'network'): ns3::Ipv4Mask ns3::Ipv4MaskValue::Get() const [member function] |
| 6542 | cls.add_method('Get', |
| 6543 | 'ns3::Ipv4Mask', |
| 6544 | [], |
| 6545 | is_const=True) |
| 6546 | ## ipv4-address.h (module 'network'): std::string ns3::Ipv4MaskValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6547 | cls.add_method('SerializeToString', |
| 6548 | 'std::string', |
| 6549 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6550 | is_const=True, is_virtual=True) |
| 6551 | ## ipv4-address.h (module 'network'): void ns3::Ipv4MaskValue::Set(ns3::Ipv4Mask const & value) [member function] |
| 6552 | cls.add_method('Set', |
| 6553 | 'void', |
| 6554 | [param('ns3::Ipv4Mask const &', 'value')]) |
| 6555 | return |
| 6556 | |
| 6557 | def register_Ns3Ipv6AddressChecker_methods(root_module, cls): |
| 6558 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker() [constructor] |
| 6559 | cls.add_constructor([]) |
| 6560 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressChecker::Ipv6AddressChecker(ns3::Ipv6AddressChecker const & arg0) [copy constructor] |
| 6561 | cls.add_constructor([param('ns3::Ipv6AddressChecker const &', 'arg0')]) |
| 6562 | return |
| 6563 | |
| 6564 | def register_Ns3Ipv6AddressValue_methods(root_module, cls): |
| 6565 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue() [constructor] |
| 6566 | cls.add_constructor([]) |
| 6567 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6AddressValue const & arg0) [copy constructor] |
| 6568 | cls.add_constructor([param('ns3::Ipv6AddressValue const &', 'arg0')]) |
| 6569 | ## ipv6-address.h (module 'network'): ns3::Ipv6AddressValue::Ipv6AddressValue(ns3::Ipv6Address const & value) [constructor] |
| 6570 | cls.add_constructor([param('ns3::Ipv6Address const &', 'value')]) |
| 6571 | ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6AddressValue::Copy() const [member function] |
| 6572 | cls.add_method('Copy', |
| 6573 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6574 | [], |
| 6575 | is_const=True, is_virtual=True) |
| 6576 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6577 | cls.add_method('DeserializeFromString', |
| 6578 | 'bool', |
| 6579 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6580 | is_virtual=True) |
| 6581 | ## ipv6-address.h (module 'network'): ns3::Ipv6Address ns3::Ipv6AddressValue::Get() const [member function] |
| 6582 | cls.add_method('Get', |
| 6583 | 'ns3::Ipv6Address', |
| 6584 | [], |
| 6585 | is_const=True) |
| 6586 | ## ipv6-address.h (module 'network'): std::string ns3::Ipv6AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6587 | cls.add_method('SerializeToString', |
| 6588 | 'std::string', |
| 6589 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6590 | is_const=True, is_virtual=True) |
| 6591 | ## ipv6-address.h (module 'network'): void ns3::Ipv6AddressValue::Set(ns3::Ipv6Address const & value) [member function] |
| 6592 | cls.add_method('Set', |
| 6593 | 'void', |
| 6594 | [param('ns3::Ipv6Address const &', 'value')]) |
| 6595 | return |
| 6596 | |
| 6597 | def register_Ns3Ipv6PrefixChecker_methods(root_module, cls): |
| 6598 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker() [constructor] |
| 6599 | cls.add_constructor([]) |
| 6600 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixChecker::Ipv6PrefixChecker(ns3::Ipv6PrefixChecker const & arg0) [copy constructor] |
| 6601 | cls.add_constructor([param('ns3::Ipv6PrefixChecker const &', 'arg0')]) |
| 6602 | return |
| 6603 | |
| 6604 | def register_Ns3Ipv6PrefixValue_methods(root_module, cls): |
| 6605 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue() [constructor] |
| 6606 | cls.add_constructor([]) |
| 6607 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6PrefixValue const & arg0) [copy constructor] |
| 6608 | cls.add_constructor([param('ns3::Ipv6PrefixValue const &', 'arg0')]) |
| 6609 | ## ipv6-address.h (module 'network'): ns3::Ipv6PrefixValue::Ipv6PrefixValue(ns3::Ipv6Prefix const & value) [constructor] |
| 6610 | cls.add_constructor([param('ns3::Ipv6Prefix const &', 'value')]) |
| 6611 | ## ipv6-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Ipv6PrefixValue::Copy() const [member function] |
| 6612 | cls.add_method('Copy', |
| 6613 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6614 | [], |
| 6615 | is_const=True, is_virtual=True) |
| 6616 | ## ipv6-address.h (module 'network'): bool ns3::Ipv6PrefixValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6617 | cls.add_method('DeserializeFromString', |
| 6618 | 'bool', |
| 6619 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6620 | is_virtual=True) |
| 6621 | ## ipv6-address.h (module 'network'): ns3::Ipv6Prefix ns3::Ipv6PrefixValue::Get() const [member function] |
| 6622 | cls.add_method('Get', |
| 6623 | 'ns3::Ipv6Prefix', |
| 6624 | [], |
| 6625 | is_const=True) |
| 6626 | ## ipv6-address.h (module 'network'): std::string ns3::Ipv6PrefixValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6627 | cls.add_method('SerializeToString', |
| 6628 | 'std::string', |
| 6629 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6630 | is_const=True, is_virtual=True) |
| 6631 | ## ipv6-address.h (module 'network'): void ns3::Ipv6PrefixValue::Set(ns3::Ipv6Prefix const & value) [member function] |
| 6632 | cls.add_method('Set', |
| 6633 | 'void', |
| 6634 | [param('ns3::Ipv6Prefix const &', 'value')]) |
| 6635 | return |
| 6636 | |
| 6637 | def register_Ns3Mac48AddressChecker_methods(root_module, cls): |
| 6638 | ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker::Mac48AddressChecker() [constructor] |
| 6639 | cls.add_constructor([]) |
| 6640 | ## mac48-address.h (module 'network'): ns3::Mac48AddressChecker::Mac48AddressChecker(ns3::Mac48AddressChecker const & arg0) [copy constructor] |
| 6641 | cls.add_constructor([param('ns3::Mac48AddressChecker const &', 'arg0')]) |
| 6642 | return |
| 6643 | |
| 6644 | def register_Ns3Mac48AddressValue_methods(root_module, cls): |
| 6645 | ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue() [constructor] |
| 6646 | cls.add_constructor([]) |
| 6647 | ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48AddressValue const & arg0) [copy constructor] |
| 6648 | cls.add_constructor([param('ns3::Mac48AddressValue const &', 'arg0')]) |
| 6649 | ## mac48-address.h (module 'network'): ns3::Mac48AddressValue::Mac48AddressValue(ns3::Mac48Address const & value) [constructor] |
| 6650 | cls.add_constructor([param('ns3::Mac48Address const &', 'value')]) |
| 6651 | ## mac48-address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::Mac48AddressValue::Copy() const [member function] |
| 6652 | cls.add_method('Copy', |
| 6653 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6654 | [], |
| 6655 | is_const=True, is_virtual=True) |
| 6656 | ## mac48-address.h (module 'network'): bool ns3::Mac48AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6657 | cls.add_method('DeserializeFromString', |
| 6658 | 'bool', |
| 6659 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6660 | is_virtual=True) |
| 6661 | ## mac48-address.h (module 'network'): ns3::Mac48Address ns3::Mac48AddressValue::Get() const [member function] |
| 6662 | cls.add_method('Get', |
| 6663 | 'ns3::Mac48Address', |
| 6664 | [], |
| 6665 | is_const=True) |
| 6666 | ## mac48-address.h (module 'network'): std::string ns3::Mac48AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6667 | cls.add_method('SerializeToString', |
| 6668 | 'std::string', |
| 6669 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6670 | is_const=True, is_virtual=True) |
| 6671 | ## mac48-address.h (module 'network'): void ns3::Mac48AddressValue::Set(ns3::Mac48Address const & value) [member function] |
| 6672 | cls.add_method('Set', |
| 6673 | 'void', |
| 6674 | [param('ns3::Mac48Address const &', 'value')]) |
| 6675 | return |
| 6676 | |
| 6677 | def register_Ns3NetDevice_methods(root_module, cls): |
| 6678 | ## net-device.h (module 'network'): ns3::NetDevice::NetDevice() [constructor] |
| 6679 | cls.add_constructor([]) |
| 6680 | ## net-device.h (module 'network'): ns3::NetDevice::NetDevice(ns3::NetDevice const & arg0) [copy constructor] |
| 6681 | cls.add_constructor([param('ns3::NetDevice const &', 'arg0')]) |
| 6682 | ## 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] |
| 6683 | cls.add_method('AddLinkChangeCallback', |
| 6684 | 'void', |
| 6685 | [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
| 6686 | is_pure_virtual=True, is_virtual=True) |
| 6687 | ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetAddress() const [member function] |
| 6688 | cls.add_method('GetAddress', |
| 6689 | 'ns3::Address', |
| 6690 | [], |
| 6691 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6692 | ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetBroadcast() const [member function] |
| 6693 | cls.add_method('GetBroadcast', |
| 6694 | 'ns3::Address', |
| 6695 | [], |
| 6696 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6697 | ## net-device.h (module 'network'): ns3::Ptr<ns3::Channel> ns3::NetDevice::GetChannel() const [member function] |
| 6698 | cls.add_method('GetChannel', |
| 6699 | 'ns3::Ptr< ns3::Channel >', |
| 6700 | [], |
| 6701 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6702 | ## net-device.h (module 'network'): uint32_t ns3::NetDevice::GetIfIndex() const [member function] |
| 6703 | cls.add_method('GetIfIndex', |
| 6704 | 'uint32_t', |
| 6705 | [], |
| 6706 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6707 | ## net-device.h (module 'network'): uint16_t ns3::NetDevice::GetMtu() const [member function] |
| 6708 | cls.add_method('GetMtu', |
| 6709 | 'uint16_t', |
| 6710 | [], |
| 6711 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6712 | ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] |
| 6713 | cls.add_method('GetMulticast', |
| 6714 | 'ns3::Address', |
| 6715 | [param('ns3::Ipv4Address', 'multicastGroup')], |
| 6716 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6717 | ## net-device.h (module 'network'): ns3::Address ns3::NetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
| 6718 | cls.add_method('GetMulticast', |
| 6719 | 'ns3::Address', |
| 6720 | [param('ns3::Ipv6Address', 'addr')], |
| 6721 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6722 | ## net-device.h (module 'network'): ns3::Ptr<ns3::Node> ns3::NetDevice::GetNode() const [member function] |
| 6723 | cls.add_method('GetNode', |
| 6724 | 'ns3::Ptr< ns3::Node >', |
| 6725 | [], |
| 6726 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6727 | ## net-device.h (module 'network'): static ns3::TypeId ns3::NetDevice::GetTypeId() [member function] |
| 6728 | cls.add_method('GetTypeId', |
| 6729 | 'ns3::TypeId', |
| 6730 | [], |
| 6731 | is_static=True) |
| 6732 | ## net-device.h (module 'network'): bool ns3::NetDevice::IsBridge() const [member function] |
| 6733 | cls.add_method('IsBridge', |
| 6734 | 'bool', |
| 6735 | [], |
| 6736 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6737 | ## net-device.h (module 'network'): bool ns3::NetDevice::IsBroadcast() const [member function] |
| 6738 | cls.add_method('IsBroadcast', |
| 6739 | 'bool', |
| 6740 | [], |
| 6741 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6742 | ## net-device.h (module 'network'): bool ns3::NetDevice::IsLinkUp() const [member function] |
| 6743 | cls.add_method('IsLinkUp', |
| 6744 | 'bool', |
| 6745 | [], |
| 6746 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6747 | ## net-device.h (module 'network'): bool ns3::NetDevice::IsMulticast() const [member function] |
| 6748 | cls.add_method('IsMulticast', |
| 6749 | 'bool', |
| 6750 | [], |
| 6751 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6752 | ## net-device.h (module 'network'): bool ns3::NetDevice::IsPointToPoint() const [member function] |
| 6753 | cls.add_method('IsPointToPoint', |
| 6754 | 'bool', |
| 6755 | [], |
| 6756 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6757 | ## net-device.h (module 'network'): bool ns3::NetDevice::NeedsArp() const [member function] |
| 6758 | cls.add_method('NeedsArp', |
| 6759 | 'bool', |
| 6760 | [], |
| 6761 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6762 | ## net-device.h (module 'network'): bool ns3::NetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
| 6763 | cls.add_method('Send', |
| 6764 | 'bool', |
| 6765 | [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
| 6766 | is_pure_virtual=True, is_virtual=True) |
| 6767 | ## 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] |
| 6768 | cls.add_method('SendFrom', |
| 6769 | 'bool', |
| 6770 | [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
| 6771 | is_pure_virtual=True, is_virtual=True) |
| 6772 | ## net-device.h (module 'network'): void ns3::NetDevice::SetAddress(ns3::Address address) [member function] |
| 6773 | cls.add_method('SetAddress', |
| 6774 | 'void', |
| 6775 | [param('ns3::Address', 'address')], |
| 6776 | is_pure_virtual=True, is_virtual=True) |
| 6777 | ## net-device.h (module 'network'): void ns3::NetDevice::SetIfIndex(uint32_t const index) [member function] |
| 6778 | cls.add_method('SetIfIndex', |
| 6779 | 'void', |
| 6780 | [param('uint32_t const', 'index')], |
| 6781 | is_pure_virtual=True, is_virtual=True) |
| 6782 | ## net-device.h (module 'network'): bool ns3::NetDevice::SetMtu(uint16_t const mtu) [member function] |
| 6783 | cls.add_method('SetMtu', |
| 6784 | 'bool', |
| 6785 | [param('uint16_t const', 'mtu')], |
| 6786 | is_pure_virtual=True, is_virtual=True) |
| 6787 | ## net-device.h (module 'network'): void ns3::NetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
| 6788 | cls.add_method('SetNode', |
| 6789 | 'void', |
| 6790 | [param('ns3::Ptr< ns3::Node >', 'node')], |
| 6791 | is_pure_virtual=True, is_virtual=True) |
| 6792 | ## net-device.h (module 'network'): void ns3::NetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, 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> cb) [member function] |
| 6793 | cls.add_method('SetPromiscReceiveCallback', |
| 6794 | 'void', |
| 6795 | [param('ns3::Callback< bool, 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 >', 'cb')], |
| 6796 | is_pure_virtual=True, is_virtual=True) |
| 6797 | ## net-device.h (module 'network'): void ns3::NetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
| 6798 | cls.add_method('SetReceiveCallback', |
| 6799 | 'void', |
| 6800 | [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
| 6801 | is_pure_virtual=True, is_virtual=True) |
| 6802 | ## net-device.h (module 'network'): bool ns3::NetDevice::SupportsSendFrom() const [member function] |
| 6803 | cls.add_method('SupportsSendFrom', |
| 6804 | 'bool', |
| 6805 | [], |
| 6806 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 6807 | return |
| 6808 | |
| 6809 | def register_Ns3NixVector_methods(root_module, cls): |
| 6810 | cls.add_output_stream_operator() |
| 6811 | ## nix-vector.h (module 'network'): ns3::NixVector::NixVector() [constructor] |
| 6812 | cls.add_constructor([]) |
| 6813 | ## nix-vector.h (module 'network'): ns3::NixVector::NixVector(ns3::NixVector const & o) [copy constructor] |
| 6814 | cls.add_constructor([param('ns3::NixVector const &', 'o')]) |
| 6815 | ## nix-vector.h (module 'network'): void ns3::NixVector::AddNeighborIndex(uint32_t newBits, uint32_t numberOfBits) [member function] |
| 6816 | cls.add_method('AddNeighborIndex', |
| 6817 | 'void', |
| 6818 | [param('uint32_t', 'newBits'), param('uint32_t', 'numberOfBits')]) |
| 6819 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::BitCount(uint32_t numberOfNeighbors) const [member function] |
| 6820 | cls.add_method('BitCount', |
| 6821 | 'uint32_t', |
| 6822 | [param('uint32_t', 'numberOfNeighbors')], |
| 6823 | is_const=True) |
| 6824 | ## nix-vector.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::NixVector::Copy() const [member function] |
| 6825 | cls.add_method('Copy', |
| 6826 | 'ns3::Ptr< ns3::NixVector >', |
| 6827 | [], |
| 6828 | is_const=True) |
| 6829 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Deserialize(uint32_t const * buffer, uint32_t size) [member function] |
| 6830 | cls.add_method('Deserialize', |
| 6831 | 'uint32_t', |
| 6832 | [param('uint32_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 6833 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::ExtractNeighborIndex(uint32_t numberOfBits) [member function] |
| 6834 | cls.add_method('ExtractNeighborIndex', |
| 6835 | 'uint32_t', |
| 6836 | [param('uint32_t', 'numberOfBits')]) |
| 6837 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetRemainingBits() [member function] |
| 6838 | cls.add_method('GetRemainingBits', |
| 6839 | 'uint32_t', |
| 6840 | []) |
| 6841 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::GetSerializedSize() const [member function] |
| 6842 | cls.add_method('GetSerializedSize', |
| 6843 | 'uint32_t', |
| 6844 | [], |
| 6845 | is_const=True) |
| 6846 | ## nix-vector.h (module 'network'): uint32_t ns3::NixVector::Serialize(uint32_t * buffer, uint32_t maxSize) const [member function] |
| 6847 | cls.add_method('Serialize', |
| 6848 | 'uint32_t', |
| 6849 | [param('uint32_t *', 'buffer'), param('uint32_t', 'maxSize')], |
| 6850 | is_const=True) |
| 6851 | return |
| 6852 | |
| 6853 | def register_Ns3Node_methods(root_module, cls): |
| 6854 | ## node.h (module 'network'): ns3::Node::Node(ns3::Node const & arg0) [copy constructor] |
| 6855 | cls.add_constructor([param('ns3::Node const &', 'arg0')]) |
| 6856 | ## node.h (module 'network'): ns3::Node::Node() [constructor] |
| 6857 | cls.add_constructor([]) |
| 6858 | ## node.h (module 'network'): ns3::Node::Node(uint32_t systemId) [constructor] |
| 6859 | cls.add_constructor([param('uint32_t', 'systemId')]) |
| 6860 | ## node.h (module 'network'): uint32_t ns3::Node::AddApplication(ns3::Ptr<ns3::Application> application) [member function] |
| 6861 | cls.add_method('AddApplication', |
| 6862 | 'uint32_t', |
| 6863 | [param('ns3::Ptr< ns3::Application >', 'application')]) |
| 6864 | ## node.h (module 'network'): uint32_t ns3::Node::AddDevice(ns3::Ptr<ns3::NetDevice> device) [member function] |
| 6865 | cls.add_method('AddDevice', |
| 6866 | 'uint32_t', |
| 6867 | [param('ns3::Ptr< ns3::NetDevice >', 'device')]) |
| 6868 | ## node.h (module 'network'): static bool ns3::Node::ChecksumEnabled() [member function] |
| 6869 | cls.add_method('ChecksumEnabled', |
| 6870 | 'bool', |
| 6871 | [], |
| 6872 | is_static=True) |
| 6873 | ## node.h (module 'network'): ns3::Ptr<ns3::Application> ns3::Node::GetApplication(uint32_t index) const [member function] |
| 6874 | cls.add_method('GetApplication', |
| 6875 | 'ns3::Ptr< ns3::Application >', |
| 6876 | [param('uint32_t', 'index')], |
| 6877 | is_const=True) |
| 6878 | ## node.h (module 'network'): ns3::Ptr<ns3::NetDevice> ns3::Node::GetDevice(uint32_t index) const [member function] |
| 6879 | cls.add_method('GetDevice', |
| 6880 | 'ns3::Ptr< ns3::NetDevice >', |
| 6881 | [param('uint32_t', 'index')], |
| 6882 | is_const=True) |
| 6883 | ## node.h (module 'network'): uint32_t ns3::Node::GetId() const [member function] |
| 6884 | cls.add_method('GetId', |
| 6885 | 'uint32_t', |
| 6886 | [], |
| 6887 | is_const=True) |
| 6888 | ## node.h (module 'network'): uint32_t ns3::Node::GetNApplications() const [member function] |
| 6889 | cls.add_method('GetNApplications', |
| 6890 | 'uint32_t', |
| 6891 | [], |
| 6892 | is_const=True) |
| 6893 | ## node.h (module 'network'): uint32_t ns3::Node::GetNDevices() const [member function] |
| 6894 | cls.add_method('GetNDevices', |
| 6895 | 'uint32_t', |
| 6896 | [], |
| 6897 | is_const=True) |
| 6898 | ## node.h (module 'network'): uint32_t ns3::Node::GetSystemId() const [member function] |
| 6899 | cls.add_method('GetSystemId', |
| 6900 | 'uint32_t', |
| 6901 | [], |
| 6902 | is_const=True) |
| 6903 | ## node.h (module 'network'): static ns3::TypeId ns3::Node::GetTypeId() [member function] |
| 6904 | cls.add_method('GetTypeId', |
| 6905 | 'ns3::TypeId', |
| 6906 | [], |
| 6907 | is_static=True) |
| 6908 | ## 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] |
| 6909 | cls.add_method('RegisterDeviceAdditionListener', |
| 6910 | 'void', |
| 6911 | [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')]) |
| 6912 | ## 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] |
| 6913 | cls.add_method('RegisterProtocolHandler', |
| 6914 | 'void', |
| 6915 | [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')]) |
| 6916 | ## 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] |
| 6917 | cls.add_method('UnregisterDeviceAdditionListener', |
| 6918 | 'void', |
| 6919 | [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')]) |
| 6920 | ## 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] |
| 6921 | cls.add_method('UnregisterProtocolHandler', |
| 6922 | 'void', |
| 6923 | [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')]) |
| 6924 | ## node.h (module 'network'): void ns3::Node::DoDispose() [member function] |
| 6925 | cls.add_method('DoDispose', |
| 6926 | 'void', |
| 6927 | [], |
| 6928 | visibility='protected', is_virtual=True) |
| 6929 | ## node.h (module 'network'): void ns3::Node::DoStart() [member function] |
| 6930 | cls.add_method('DoStart', |
| 6931 | 'void', |
| 6932 | [], |
| 6933 | visibility='protected', is_virtual=True) |
| 6934 | return |
| 6935 | |
| 6936 | def register_Ns3ObjectFactoryChecker_methods(root_module, cls): |
| 6937 | ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker() [constructor] |
| 6938 | cls.add_constructor([]) |
| 6939 | ## object-factory.h (module 'core'): ns3::ObjectFactoryChecker::ObjectFactoryChecker(ns3::ObjectFactoryChecker const & arg0) [copy constructor] |
| 6940 | cls.add_constructor([param('ns3::ObjectFactoryChecker const &', 'arg0')]) |
| 6941 | return |
| 6942 | |
| 6943 | def register_Ns3ObjectFactoryValue_methods(root_module, cls): |
| 6944 | ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue() [constructor] |
| 6945 | cls.add_constructor([]) |
| 6946 | ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactoryValue const & arg0) [copy constructor] |
| 6947 | cls.add_constructor([param('ns3::ObjectFactoryValue const &', 'arg0')]) |
| 6948 | ## object-factory.h (module 'core'): ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactory const & value) [constructor] |
| 6949 | cls.add_constructor([param('ns3::ObjectFactory const &', 'value')]) |
| 6950 | ## object-factory.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::ObjectFactoryValue::Copy() const [member function] |
| 6951 | cls.add_method('Copy', |
| 6952 | 'ns3::Ptr< ns3::AttributeValue >', |
| 6953 | [], |
| 6954 | is_const=True, is_virtual=True) |
| 6955 | ## object-factory.h (module 'core'): bool ns3::ObjectFactoryValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 6956 | cls.add_method('DeserializeFromString', |
| 6957 | 'bool', |
| 6958 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6959 | is_virtual=True) |
| 6960 | ## object-factory.h (module 'core'): ns3::ObjectFactory ns3::ObjectFactoryValue::Get() const [member function] |
| 6961 | cls.add_method('Get', |
| 6962 | 'ns3::ObjectFactory', |
| 6963 | [], |
| 6964 | is_const=True) |
| 6965 | ## object-factory.h (module 'core'): std::string ns3::ObjectFactoryValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 6966 | cls.add_method('SerializeToString', |
| 6967 | 'std::string', |
| 6968 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 6969 | is_const=True, is_virtual=True) |
| 6970 | ## object-factory.h (module 'core'): void ns3::ObjectFactoryValue::Set(ns3::ObjectFactory const & value) [member function] |
| 6971 | cls.add_method('Set', |
| 6972 | 'void', |
| 6973 | [param('ns3::ObjectFactory const &', 'value')]) |
| 6974 | return |
| 6975 | |
| 6976 | def register_Ns3OutputStreamWrapper_methods(root_module, cls): |
| 6977 | ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(ns3::OutputStreamWrapper const & arg0) [copy constructor] |
| 6978 | cls.add_constructor([param('ns3::OutputStreamWrapper const &', 'arg0')]) |
| 6979 | ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(std::string filename, std::_Ios_Openmode filemode) [constructor] |
| 6980 | cls.add_constructor([param('std::string', 'filename'), param('std::_Ios_Openmode', 'filemode')]) |
| 6981 | ## output-stream-wrapper.h (module 'network'): ns3::OutputStreamWrapper::OutputStreamWrapper(std::ostream * os) [constructor] |
| 6982 | cls.add_constructor([param('std::ostream *', 'os')]) |
| 6983 | ## output-stream-wrapper.h (module 'network'): std::ostream * ns3::OutputStreamWrapper::GetStream() [member function] |
| 6984 | cls.add_method('GetStream', |
| 6985 | 'std::ostream *', |
| 6986 | []) |
| 6987 | return |
| 6988 | |
| 6989 | def register_Ns3Packet_methods(root_module, cls): |
| 6990 | cls.add_output_stream_operator() |
| 6991 | ## packet.h (module 'network'): ns3::Packet::Packet() [constructor] |
| 6992 | cls.add_constructor([]) |
| 6993 | ## packet.h (module 'network'): ns3::Packet::Packet(ns3::Packet const & o) [copy constructor] |
| 6994 | cls.add_constructor([param('ns3::Packet const &', 'o')]) |
| 6995 | ## packet.h (module 'network'): ns3::Packet::Packet(uint32_t size) [constructor] |
| 6996 | cls.add_constructor([param('uint32_t', 'size')]) |
| 6997 | ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size, bool magic) [constructor] |
| 6998 | cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size'), param('bool', 'magic')]) |
| 6999 | ## packet.h (module 'network'): ns3::Packet::Packet(uint8_t const * buffer, uint32_t size) [constructor] |
| 7000 | cls.add_constructor([param('uint8_t const *', 'buffer'), param('uint32_t', 'size')]) |
| 7001 | ## packet.h (module 'network'): void ns3::Packet::AddAtEnd(ns3::Ptr<ns3::Packet const> packet) [member function] |
| 7002 | cls.add_method('AddAtEnd', |
| 7003 | 'void', |
| 7004 | [param('ns3::Ptr< ns3::Packet const >', 'packet')]) |
| 7005 | ## packet.h (module 'network'): void ns3::Packet::AddByteTag(ns3::Tag const & tag) const [member function] |
| 7006 | cls.add_method('AddByteTag', |
| 7007 | 'void', |
| 7008 | [param('ns3::Tag const &', 'tag')], |
| 7009 | is_const=True) |
| 7010 | ## packet.h (module 'network'): void ns3::Packet::AddHeader(ns3::Header const & header) [member function] |
| 7011 | cls.add_method('AddHeader', |
| 7012 | 'void', |
| 7013 | [param('ns3::Header const &', 'header')]) |
| 7014 | ## packet.h (module 'network'): void ns3::Packet::AddPacketTag(ns3::Tag const & tag) const [member function] |
| 7015 | cls.add_method('AddPacketTag', |
| 7016 | 'void', |
| 7017 | [param('ns3::Tag const &', 'tag')], |
| 7018 | is_const=True) |
| 7019 | ## packet.h (module 'network'): void ns3::Packet::AddPaddingAtEnd(uint32_t size) [member function] |
| 7020 | cls.add_method('AddPaddingAtEnd', |
| 7021 | 'void', |
| 7022 | [param('uint32_t', 'size')]) |
| 7023 | ## packet.h (module 'network'): void ns3::Packet::AddTrailer(ns3::Trailer const & trailer) [member function] |
| 7024 | cls.add_method('AddTrailer', |
| 7025 | 'void', |
| 7026 | [param('ns3::Trailer const &', 'trailer')]) |
| 7027 | ## packet.h (module 'network'): ns3::PacketMetadata::ItemIterator ns3::Packet::BeginItem() const [member function] |
| 7028 | cls.add_method('BeginItem', |
| 7029 | 'ns3::PacketMetadata::ItemIterator', |
| 7030 | [], |
| 7031 | is_const=True) |
| 7032 | ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::Copy() const [member function] |
| 7033 | cls.add_method('Copy', |
| 7034 | 'ns3::Ptr< ns3::Packet >', |
| 7035 | [], |
| 7036 | is_const=True) |
| 7037 | ## packet.h (module 'network'): uint32_t ns3::Packet::CopyData(uint8_t * buffer, uint32_t size) const [member function] |
| 7038 | cls.add_method('CopyData', |
| 7039 | 'uint32_t', |
| 7040 | [param('uint8_t *', 'buffer'), param('uint32_t', 'size')], |
| 7041 | is_const=True) |
| 7042 | ## packet.h (module 'network'): void ns3::Packet::CopyData(std::ostream * os, uint32_t size) const [member function] |
| 7043 | cls.add_method('CopyData', |
| 7044 | 'void', |
| 7045 | [param('std::ostream *', 'os'), param('uint32_t', 'size')], |
| 7046 | is_const=True) |
| 7047 | ## packet.h (module 'network'): ns3::Ptr<ns3::Packet> ns3::Packet::CreateFragment(uint32_t start, uint32_t length) const [member function] |
| 7048 | cls.add_method('CreateFragment', |
| 7049 | 'ns3::Ptr< ns3::Packet >', |
| 7050 | [param('uint32_t', 'start'), param('uint32_t', 'length')], |
| 7051 | is_const=True) |
| 7052 | ## packet.h (module 'network'): static void ns3::Packet::EnableChecking() [member function] |
| 7053 | cls.add_method('EnableChecking', |
| 7054 | 'void', |
| 7055 | [], |
| 7056 | is_static=True) |
| 7057 | ## packet.h (module 'network'): static void ns3::Packet::EnablePrinting() [member function] |
| 7058 | cls.add_method('EnablePrinting', |
| 7059 | 'void', |
| 7060 | [], |
| 7061 | is_static=True) |
| 7062 | ## packet.h (module 'network'): bool ns3::Packet::FindFirstMatchingByteTag(ns3::Tag & tag) const [member function] |
| 7063 | cls.add_method('FindFirstMatchingByteTag', |
| 7064 | 'bool', |
| 7065 | [param('ns3::Tag &', 'tag')], |
| 7066 | is_const=True) |
| 7067 | ## packet.h (module 'network'): ns3::ByteTagIterator ns3::Packet::GetByteTagIterator() const [member function] |
| 7068 | cls.add_method('GetByteTagIterator', |
| 7069 | 'ns3::ByteTagIterator', |
| 7070 | [], |
| 7071 | is_const=True) |
| 7072 | ## packet.h (module 'network'): ns3::Ptr<ns3::NixVector> ns3::Packet::GetNixVector() const [member function] |
| 7073 | cls.add_method('GetNixVector', |
| 7074 | 'ns3::Ptr< ns3::NixVector >', |
| 7075 | [], |
| 7076 | is_const=True) |
| 7077 | ## packet.h (module 'network'): ns3::PacketTagIterator ns3::Packet::GetPacketTagIterator() const [member function] |
| 7078 | cls.add_method('GetPacketTagIterator', |
| 7079 | 'ns3::PacketTagIterator', |
| 7080 | [], |
| 7081 | is_const=True) |
| 7082 | ## packet.h (module 'network'): uint32_t ns3::Packet::GetSerializedSize() const [member function] |
| 7083 | cls.add_method('GetSerializedSize', |
| 7084 | 'uint32_t', |
| 7085 | [], |
| 7086 | is_const=True) |
| 7087 | ## packet.h (module 'network'): uint32_t ns3::Packet::GetSize() const [member function] |
| 7088 | cls.add_method('GetSize', |
| 7089 | 'uint32_t', |
| 7090 | [], |
| 7091 | is_const=True) |
| 7092 | ## packet.h (module 'network'): uint64_t ns3::Packet::GetUid() const [member function] |
| 7093 | cls.add_method('GetUid', |
| 7094 | 'uint64_t', |
| 7095 | [], |
| 7096 | is_const=True) |
| 7097 | ## packet.h (module 'network'): uint8_t const * ns3::Packet::PeekData() const [member function] |
| 7098 | cls.add_method('PeekData', |
| 7099 | 'uint8_t const *', |
| 7100 | [], |
| 7101 | deprecated=True, is_const=True) |
| 7102 | ## packet.h (module 'network'): uint32_t ns3::Packet::PeekHeader(ns3::Header & header) const [member function] |
| 7103 | cls.add_method('PeekHeader', |
| 7104 | 'uint32_t', |
| 7105 | [param('ns3::Header &', 'header')], |
| 7106 | is_const=True) |
| 7107 | ## packet.h (module 'network'): bool ns3::Packet::PeekPacketTag(ns3::Tag & tag) const [member function] |
| 7108 | cls.add_method('PeekPacketTag', |
| 7109 | 'bool', |
| 7110 | [param('ns3::Tag &', 'tag')], |
| 7111 | is_const=True) |
| 7112 | ## packet.h (module 'network'): uint32_t ns3::Packet::PeekTrailer(ns3::Trailer & trailer) [member function] |
| 7113 | cls.add_method('PeekTrailer', |
| 7114 | 'uint32_t', |
| 7115 | [param('ns3::Trailer &', 'trailer')]) |
| 7116 | ## packet.h (module 'network'): void ns3::Packet::Print(std::ostream & os) const [member function] |
| 7117 | cls.add_method('Print', |
| 7118 | 'void', |
| 7119 | [param('std::ostream &', 'os')], |
| 7120 | is_const=True) |
| 7121 | ## packet.h (module 'network'): void ns3::Packet::PrintByteTags(std::ostream & os) const [member function] |
| 7122 | cls.add_method('PrintByteTags', |
| 7123 | 'void', |
| 7124 | [param('std::ostream &', 'os')], |
| 7125 | is_const=True) |
| 7126 | ## packet.h (module 'network'): void ns3::Packet::PrintPacketTags(std::ostream & os) const [member function] |
| 7127 | cls.add_method('PrintPacketTags', |
| 7128 | 'void', |
| 7129 | [param('std::ostream &', 'os')], |
| 7130 | is_const=True) |
| 7131 | ## packet.h (module 'network'): void ns3::Packet::RemoveAllByteTags() [member function] |
| 7132 | cls.add_method('RemoveAllByteTags', |
| 7133 | 'void', |
| 7134 | []) |
| 7135 | ## packet.h (module 'network'): void ns3::Packet::RemoveAllPacketTags() [member function] |
| 7136 | cls.add_method('RemoveAllPacketTags', |
| 7137 | 'void', |
| 7138 | []) |
| 7139 | ## packet.h (module 'network'): void ns3::Packet::RemoveAtEnd(uint32_t size) [member function] |
| 7140 | cls.add_method('RemoveAtEnd', |
| 7141 | 'void', |
| 7142 | [param('uint32_t', 'size')]) |
| 7143 | ## packet.h (module 'network'): void ns3::Packet::RemoveAtStart(uint32_t size) [member function] |
| 7144 | cls.add_method('RemoveAtStart', |
| 7145 | 'void', |
| 7146 | [param('uint32_t', 'size')]) |
| 7147 | ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveHeader(ns3::Header & header) [member function] |
| 7148 | cls.add_method('RemoveHeader', |
| 7149 | 'uint32_t', |
| 7150 | [param('ns3::Header &', 'header')]) |
| 7151 | ## packet.h (module 'network'): bool ns3::Packet::RemovePacketTag(ns3::Tag & tag) [member function] |
| 7152 | cls.add_method('RemovePacketTag', |
| 7153 | 'bool', |
| 7154 | [param('ns3::Tag &', 'tag')]) |
| 7155 | ## packet.h (module 'network'): uint32_t ns3::Packet::RemoveTrailer(ns3::Trailer & trailer) [member function] |
| 7156 | cls.add_method('RemoveTrailer', |
| 7157 | 'uint32_t', |
| 7158 | [param('ns3::Trailer &', 'trailer')]) |
| 7159 | ## packet.h (module 'network'): uint32_t ns3::Packet::Serialize(uint8_t * buffer, uint32_t maxSize) const [member function] |
| 7160 | cls.add_method('Serialize', |
| 7161 | 'uint32_t', |
| 7162 | [param('uint8_t *', 'buffer'), param('uint32_t', 'maxSize')], |
| 7163 | is_const=True) |
| 7164 | ## packet.h (module 'network'): void ns3::Packet::SetNixVector(ns3::Ptr<ns3::NixVector> arg0) [member function] |
| 7165 | cls.add_method('SetNixVector', |
| 7166 | 'void', |
| 7167 | [param('ns3::Ptr< ns3::NixVector >', 'arg0')]) |
| 7168 | return |
| 7169 | |
| 7170 | def register_Ns3PointToPointNetDevice_methods(root_module, cls): |
| 7171 | ## point-to-point-net-device.h (module 'point-to-point'): static ns3::TypeId ns3::PointToPointNetDevice::GetTypeId() [member function] |
| 7172 | cls.add_method('GetTypeId', |
| 7173 | 'ns3::TypeId', |
| 7174 | [], |
| 7175 | is_static=True) |
| 7176 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::PointToPointNetDevice::PointToPointNetDevice() [constructor] |
| 7177 | cls.add_constructor([]) |
| 7178 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetDataRate(ns3::DataRate bps) [member function] |
| 7179 | cls.add_method('SetDataRate', |
| 7180 | 'void', |
| 7181 | [param('ns3::DataRate', 'bps')]) |
| 7182 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetInterframeGap(ns3::Time t) [member function] |
| 7183 | cls.add_method('SetInterframeGap', |
| 7184 | 'void', |
| 7185 | [param('ns3::Time', 't')]) |
| 7186 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::Attach(ns3::Ptr<ns3::PointToPointChannel> ch) [member function] |
| 7187 | cls.add_method('Attach', |
| 7188 | 'bool', |
| 7189 | [param('ns3::Ptr< ns3::PointToPointChannel >', 'ch')]) |
| 7190 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetQueue(ns3::Ptr<ns3::Queue> queue) [member function] |
| 7191 | cls.add_method('SetQueue', |
| 7192 | 'void', |
| 7193 | [param('ns3::Ptr< ns3::Queue >', 'queue')]) |
| 7194 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Ptr<ns3::Queue> ns3::PointToPointNetDevice::GetQueue() const [member function] |
| 7195 | cls.add_method('GetQueue', |
| 7196 | 'ns3::Ptr< ns3::Queue >', |
| 7197 | [], |
| 7198 | is_const=True) |
| 7199 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetReceiveErrorModel(ns3::Ptr<ns3::ErrorModel> em) [member function] |
| 7200 | cls.add_method('SetReceiveErrorModel', |
| 7201 | 'void', |
| 7202 | [param('ns3::Ptr< ns3::ErrorModel >', 'em')]) |
| 7203 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::Receive(ns3::Ptr<ns3::Packet> p) [member function] |
| 7204 | cls.add_method('Receive', |
| 7205 | 'void', |
| 7206 | [param('ns3::Ptr< ns3::Packet >', 'p')]) |
| 7207 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetIfIndex(uint32_t const index) [member function] |
| 7208 | cls.add_method('SetIfIndex', |
| 7209 | 'void', |
| 7210 | [param('uint32_t const', 'index')], |
| 7211 | is_virtual=True) |
| 7212 | ## point-to-point-net-device.h (module 'point-to-point'): uint32_t ns3::PointToPointNetDevice::GetIfIndex() const [member function] |
| 7213 | cls.add_method('GetIfIndex', |
| 7214 | 'uint32_t', |
| 7215 | [], |
| 7216 | is_const=True, is_virtual=True) |
| 7217 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Ptr<ns3::Channel> ns3::PointToPointNetDevice::GetChannel() const [member function] |
| 7218 | cls.add_method('GetChannel', |
| 7219 | 'ns3::Ptr< ns3::Channel >', |
| 7220 | [], |
| 7221 | is_const=True, is_virtual=True) |
| 7222 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetAddress(ns3::Address address) [member function] |
| 7223 | cls.add_method('SetAddress', |
| 7224 | 'void', |
| 7225 | [param('ns3::Address', 'address')], |
| 7226 | is_virtual=True) |
| 7227 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Address ns3::PointToPointNetDevice::GetAddress() const [member function] |
| 7228 | cls.add_method('GetAddress', |
| 7229 | 'ns3::Address', |
| 7230 | [], |
| 7231 | is_const=True, is_virtual=True) |
| 7232 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::SetMtu(uint16_t const mtu) [member function] |
| 7233 | cls.add_method('SetMtu', |
| 7234 | 'bool', |
| 7235 | [param('uint16_t const', 'mtu')], |
| 7236 | is_virtual=True) |
| 7237 | ## point-to-point-net-device.h (module 'point-to-point'): uint16_t ns3::PointToPointNetDevice::GetMtu() const [member function] |
| 7238 | cls.add_method('GetMtu', |
| 7239 | 'uint16_t', |
| 7240 | [], |
| 7241 | is_const=True, is_virtual=True) |
| 7242 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::IsLinkUp() const [member function] |
| 7243 | cls.add_method('IsLinkUp', |
| 7244 | 'bool', |
| 7245 | [], |
| 7246 | is_const=True, is_virtual=True) |
| 7247 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::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] |
| 7248 | cls.add_method('AddLinkChangeCallback', |
| 7249 | 'void', |
| 7250 | [param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')], |
| 7251 | is_virtual=True) |
| 7252 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::IsBroadcast() const [member function] |
| 7253 | cls.add_method('IsBroadcast', |
| 7254 | 'bool', |
| 7255 | [], |
| 7256 | is_const=True, is_virtual=True) |
| 7257 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Address ns3::PointToPointNetDevice::GetBroadcast() const [member function] |
| 7258 | cls.add_method('GetBroadcast', |
| 7259 | 'ns3::Address', |
| 7260 | [], |
| 7261 | is_const=True, is_virtual=True) |
| 7262 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::IsMulticast() const [member function] |
| 7263 | cls.add_method('IsMulticast', |
| 7264 | 'bool', |
| 7265 | [], |
| 7266 | is_const=True, is_virtual=True) |
| 7267 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Address ns3::PointToPointNetDevice::GetMulticast(ns3::Ipv4Address multicastGroup) const [member function] |
| 7268 | cls.add_method('GetMulticast', |
| 7269 | 'ns3::Address', |
| 7270 | [param('ns3::Ipv4Address', 'multicastGroup')], |
| 7271 | is_const=True, is_virtual=True) |
| 7272 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::IsPointToPoint() const [member function] |
| 7273 | cls.add_method('IsPointToPoint', |
| 7274 | 'bool', |
| 7275 | [], |
| 7276 | is_const=True, is_virtual=True) |
| 7277 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::IsBridge() const [member function] |
| 7278 | cls.add_method('IsBridge', |
| 7279 | 'bool', |
| 7280 | [], |
| 7281 | is_const=True, is_virtual=True) |
| 7282 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::Send(ns3::Ptr<ns3::Packet> packet, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
| 7283 | cls.add_method('Send', |
| 7284 | 'bool', |
| 7285 | [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
| 7286 | is_virtual=True) |
| 7287 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::SendFrom(ns3::Ptr<ns3::Packet> packet, ns3::Address const & source, ns3::Address const & dest, uint16_t protocolNumber) [member function] |
| 7288 | cls.add_method('SendFrom', |
| 7289 | 'bool', |
| 7290 | [param('ns3::Ptr< ns3::Packet >', 'packet'), param('ns3::Address const &', 'source'), param('ns3::Address const &', 'dest'), param('uint16_t', 'protocolNumber')], |
| 7291 | is_virtual=True) |
| 7292 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Ptr<ns3::Node> ns3::PointToPointNetDevice::GetNode() const [member function] |
| 7293 | cls.add_method('GetNode', |
| 7294 | 'ns3::Ptr< ns3::Node >', |
| 7295 | [], |
| 7296 | is_const=True, is_virtual=True) |
| 7297 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetNode(ns3::Ptr<ns3::Node> node) [member function] |
| 7298 | cls.add_method('SetNode', |
| 7299 | 'void', |
| 7300 | [param('ns3::Ptr< ns3::Node >', 'node')], |
| 7301 | is_virtual=True) |
| 7302 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::NeedsArp() const [member function] |
| 7303 | cls.add_method('NeedsArp', |
| 7304 | 'bool', |
| 7305 | [], |
| 7306 | is_const=True, is_virtual=True) |
| 7307 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetReceiveCallback(ns3::Callback<bool, ns3::Ptr<ns3::NetDevice>, ns3::Ptr<ns3::Packet const>, unsigned short, ns3::Address const&, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> cb) [member function] |
| 7308 | cls.add_method('SetReceiveCallback', |
| 7309 | 'void', |
| 7310 | [param('ns3::Callback< bool, ns3::Ptr< ns3::NetDevice >, ns3::Ptr< ns3::Packet const >, unsigned short, ns3::Address const &, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'cb')], |
| 7311 | is_virtual=True) |
| 7312 | ## point-to-point-net-device.h (module 'point-to-point'): ns3::Address ns3::PointToPointNetDevice::GetMulticast(ns3::Ipv6Address addr) const [member function] |
| 7313 | cls.add_method('GetMulticast', |
| 7314 | 'ns3::Address', |
| 7315 | [param('ns3::Ipv6Address', 'addr')], |
| 7316 | is_const=True, is_virtual=True) |
| 7317 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::SetPromiscReceiveCallback(ns3::Callback<bool, 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> cb) [member function] |
| 7318 | cls.add_method('SetPromiscReceiveCallback', |
| 7319 | 'void', |
| 7320 | [param('ns3::Callback< bool, 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 >', 'cb')], |
| 7321 | is_virtual=True) |
| 7322 | ## point-to-point-net-device.h (module 'point-to-point'): bool ns3::PointToPointNetDevice::SupportsSendFrom() const [member function] |
| 7323 | cls.add_method('SupportsSendFrom', |
| 7324 | 'bool', |
| 7325 | [], |
| 7326 | is_const=True, is_virtual=True) |
| 7327 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::DoMpiReceive(ns3::Ptr<ns3::Packet> p) [member function] |
| 7328 | cls.add_method('DoMpiReceive', |
| 7329 | 'void', |
| 7330 | [param('ns3::Ptr< ns3::Packet >', 'p')], |
| 7331 | visibility='protected') |
| 7332 | ## point-to-point-net-device.h (module 'point-to-point'): void ns3::PointToPointNetDevice::DoDispose() [member function] |
| 7333 | cls.add_method('DoDispose', |
| 7334 | 'void', |
| 7335 | [], |
| 7336 | visibility='private', is_virtual=True) |
| 7337 | return |
| 7338 | |
| 7339 | def register_Ns3PointerChecker_methods(root_module, cls): |
| 7340 | ## pointer.h (module 'core'): ns3::PointerChecker::PointerChecker() [constructor] |
| 7341 | cls.add_constructor([]) |
| 7342 | ## pointer.h (module 'core'): ns3::PointerChecker::PointerChecker(ns3::PointerChecker const & arg0) [copy constructor] |
| 7343 | cls.add_constructor([param('ns3::PointerChecker const &', 'arg0')]) |
| 7344 | ## pointer.h (module 'core'): ns3::TypeId ns3::PointerChecker::GetPointeeTypeId() const [member function] |
| 7345 | cls.add_method('GetPointeeTypeId', |
| 7346 | 'ns3::TypeId', |
| 7347 | [], |
| 7348 | is_pure_virtual=True, is_const=True, is_virtual=True) |
| 7349 | return |
| 7350 | |
| 7351 | def register_Ns3PointerValue_methods(root_module, cls): |
| 7352 | ## pointer.h (module 'core'): ns3::PointerValue::PointerValue(ns3::PointerValue const & arg0) [copy constructor] |
| 7353 | cls.add_constructor([param('ns3::PointerValue const &', 'arg0')]) |
| 7354 | ## pointer.h (module 'core'): ns3::PointerValue::PointerValue() [constructor] |
| 7355 | cls.add_constructor([]) |
| 7356 | ## pointer.h (module 'core'): ns3::PointerValue::PointerValue(ns3::Ptr<ns3::Object> object) [constructor] |
| 7357 | cls.add_constructor([param('ns3::Ptr< ns3::Object >', 'object')]) |
| 7358 | ## pointer.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::PointerValue::Copy() const [member function] |
| 7359 | cls.add_method('Copy', |
| 7360 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7361 | [], |
| 7362 | is_const=True, is_virtual=True) |
| 7363 | ## pointer.h (module 'core'): bool ns3::PointerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7364 | cls.add_method('DeserializeFromString', |
| 7365 | 'bool', |
| 7366 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7367 | is_virtual=True) |
| 7368 | ## pointer.h (module 'core'): ns3::Ptr<ns3::Object> ns3::PointerValue::GetObject() const [member function] |
| 7369 | cls.add_method('GetObject', |
| 7370 | 'ns3::Ptr< ns3::Object >', |
| 7371 | [], |
| 7372 | is_const=True) |
| 7373 | ## pointer.h (module 'core'): std::string ns3::PointerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7374 | cls.add_method('SerializeToString', |
| 7375 | 'std::string', |
| 7376 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7377 | is_const=True, is_virtual=True) |
| 7378 | ## pointer.h (module 'core'): void ns3::PointerValue::SetObject(ns3::Ptr<ns3::Object> object) [member function] |
| 7379 | cls.add_method('SetObject', |
| 7380 | 'void', |
| 7381 | [param('ns3::Ptr< ns3::Object >', 'object')]) |
| 7382 | return |
| 7383 | |
| 7384 | def register_Ns3RandomVariableChecker_methods(root_module, cls): |
| 7385 | ## random-variable.h (module 'core'): ns3::RandomVariableChecker::RandomVariableChecker() [constructor] |
| 7386 | cls.add_constructor([]) |
| 7387 | ## random-variable.h (module 'core'): ns3::RandomVariableChecker::RandomVariableChecker(ns3::RandomVariableChecker const & arg0) [copy constructor] |
| 7388 | cls.add_constructor([param('ns3::RandomVariableChecker const &', 'arg0')]) |
| 7389 | return |
| 7390 | |
| 7391 | def register_Ns3RandomVariableValue_methods(root_module, cls): |
| 7392 | ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue() [constructor] |
| 7393 | cls.add_constructor([]) |
| 7394 | ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariableValue const & arg0) [copy constructor] |
| 7395 | cls.add_constructor([param('ns3::RandomVariableValue const &', 'arg0')]) |
| 7396 | ## random-variable.h (module 'core'): ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariable const & value) [constructor] |
| 7397 | cls.add_constructor([param('ns3::RandomVariable const &', 'value')]) |
| 7398 | ## random-variable.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::RandomVariableValue::Copy() const [member function] |
| 7399 | cls.add_method('Copy', |
| 7400 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7401 | [], |
| 7402 | is_const=True, is_virtual=True) |
| 7403 | ## random-variable.h (module 'core'): bool ns3::RandomVariableValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7404 | cls.add_method('DeserializeFromString', |
| 7405 | 'bool', |
| 7406 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7407 | is_virtual=True) |
| 7408 | ## random-variable.h (module 'core'): ns3::RandomVariable ns3::RandomVariableValue::Get() const [member function] |
| 7409 | cls.add_method('Get', |
| 7410 | 'ns3::RandomVariable', |
| 7411 | [], |
| 7412 | is_const=True) |
| 7413 | ## random-variable.h (module 'core'): std::string ns3::RandomVariableValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7414 | cls.add_method('SerializeToString', |
| 7415 | 'std::string', |
| 7416 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7417 | is_const=True, is_virtual=True) |
| 7418 | ## random-variable.h (module 'core'): void ns3::RandomVariableValue::Set(ns3::RandomVariable const & value) [member function] |
| 7419 | cls.add_method('Set', |
| 7420 | 'void', |
| 7421 | [param('ns3::RandomVariable const &', 'value')]) |
| 7422 | return |
| 7423 | |
| 7424 | def register_Ns3StringChecker_methods(root_module, cls): |
| 7425 | ## string.h (module 'core'): ns3::StringChecker::StringChecker() [constructor] |
| 7426 | cls.add_constructor([]) |
| 7427 | ## string.h (module 'core'): ns3::StringChecker::StringChecker(ns3::StringChecker const & arg0) [copy constructor] |
| 7428 | cls.add_constructor([param('ns3::StringChecker const &', 'arg0')]) |
| 7429 | return |
| 7430 | |
| 7431 | def register_Ns3StringValue_methods(root_module, cls): |
| 7432 | ## string.h (module 'core'): ns3::StringValue::StringValue() [constructor] |
| 7433 | cls.add_constructor([]) |
| 7434 | ## string.h (module 'core'): ns3::StringValue::StringValue(ns3::StringValue const & arg0) [copy constructor] |
| 7435 | cls.add_constructor([param('ns3::StringValue const &', 'arg0')]) |
| 7436 | ## string.h (module 'core'): ns3::StringValue::StringValue(std::string const & value) [constructor] |
| 7437 | cls.add_constructor([param('std::string const &', 'value')]) |
| 7438 | ## string.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::StringValue::Copy() const [member function] |
| 7439 | cls.add_method('Copy', |
| 7440 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7441 | [], |
| 7442 | is_const=True, is_virtual=True) |
| 7443 | ## string.h (module 'core'): bool ns3::StringValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7444 | cls.add_method('DeserializeFromString', |
| 7445 | 'bool', |
| 7446 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7447 | is_virtual=True) |
| 7448 | ## string.h (module 'core'): std::string ns3::StringValue::Get() const [member function] |
| 7449 | cls.add_method('Get', |
| 7450 | 'std::string', |
| 7451 | [], |
| 7452 | is_const=True) |
| 7453 | ## string.h (module 'core'): std::string ns3::StringValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7454 | cls.add_method('SerializeToString', |
| 7455 | 'std::string', |
| 7456 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7457 | is_const=True, is_virtual=True) |
| 7458 | ## string.h (module 'core'): void ns3::StringValue::Set(std::string const & value) [member function] |
| 7459 | cls.add_method('Set', |
| 7460 | 'void', |
| 7461 | [param('std::string const &', 'value')]) |
| 7462 | return |
| 7463 | |
| 7464 | def register_Ns3StupidInterestGenerator_methods(root_module, cls): |
| 7465 | ## stupid-interest-generator.h (module 'NDNabstraction'): ns3::StupidInterestGenerator::StupidInterestGenerator(ns3::StupidInterestGenerator const & arg0) [copy constructor] |
| 7466 | cls.add_constructor([param('ns3::StupidInterestGenerator const &', 'arg0')]) |
| 7467 | ## stupid-interest-generator.h (module 'NDNabstraction'): ns3::StupidInterestGenerator::StupidInterestGenerator() [constructor] |
| 7468 | cls.add_constructor([]) |
| 7469 | ## stupid-interest-generator.h (module 'NDNabstraction'): static ns3::TypeId ns3::StupidInterestGenerator::GetTypeId() [member function] |
| 7470 | cls.add_method('GetTypeId', |
| 7471 | 'ns3::TypeId', |
| 7472 | [], |
| 7473 | is_static=True) |
| 7474 | ## stupid-interest-generator.h (module 'NDNabstraction'): void ns3::StupidInterestGenerator::DoDispose() [member function] |
| 7475 | cls.add_method('DoDispose', |
| 7476 | 'void', |
| 7477 | [], |
| 7478 | visibility='protected', is_virtual=True) |
| 7479 | ## stupid-interest-generator.h (module 'NDNabstraction'): void ns3::StupidInterestGenerator::StartApplication() [member function] |
| 7480 | cls.add_method('StartApplication', |
| 7481 | 'void', |
| 7482 | [], |
| 7483 | visibility='private', is_virtual=True) |
| 7484 | ## stupid-interest-generator.h (module 'NDNabstraction'): void ns3::StupidInterestGenerator::StopApplication() [member function] |
| 7485 | cls.add_method('StopApplication', |
| 7486 | 'void', |
| 7487 | [], |
| 7488 | visibility='private', is_virtual=True) |
| 7489 | return |
| 7490 | |
| 7491 | def register_Ns3StupidInterestSink_methods(root_module, cls): |
| 7492 | ## stupid-interest-sink.h (module 'NDNabstraction'): ns3::StupidInterestSink::StupidInterestSink(ns3::StupidInterestSink const & arg0) [copy constructor] |
| 7493 | cls.add_constructor([param('ns3::StupidInterestSink const &', 'arg0')]) |
| 7494 | ## stupid-interest-sink.h (module 'NDNabstraction'): ns3::StupidInterestSink::StupidInterestSink() [constructor] |
| 7495 | cls.add_constructor([]) |
| 7496 | ## stupid-interest-sink.h (module 'NDNabstraction'): std::list<ns3::Ptr<ns3::Socket>, std::allocator<ns3::Ptr<ns3::Socket> > > ns3::StupidInterestSink::GetAcceptedSockets() const [member function] |
| 7497 | cls.add_method('GetAcceptedSockets', |
| 7498 | 'std::list< ns3::Ptr< ns3::Socket > >', |
| 7499 | [], |
| 7500 | is_const=True) |
| 7501 | ## stupid-interest-sink.h (module 'NDNabstraction'): ns3::Ptr<ns3::Socket> ns3::StupidInterestSink::GetListeningSocket() const [member function] |
| 7502 | cls.add_method('GetListeningSocket', |
| 7503 | 'ns3::Ptr< ns3::Socket >', |
| 7504 | [], |
| 7505 | is_const=True) |
| 7506 | ## stupid-interest-sink.h (module 'NDNabstraction'): uint32_t ns3::StupidInterestSink::GetTotalRx() const [member function] |
| 7507 | cls.add_method('GetTotalRx', |
| 7508 | 'uint32_t', |
| 7509 | [], |
| 7510 | is_const=True) |
| 7511 | ## stupid-interest-sink.h (module 'NDNabstraction'): static ns3::TypeId ns3::StupidInterestSink::GetTypeId() [member function] |
| 7512 | cls.add_method('GetTypeId', |
| 7513 | 'ns3::TypeId', |
| 7514 | [], |
| 7515 | is_static=True) |
| 7516 | ## stupid-interest-sink.h (module 'NDNabstraction'): void ns3::StupidInterestSink::DoDispose() [member function] |
| 7517 | cls.add_method('DoDispose', |
| 7518 | 'void', |
| 7519 | [], |
| 7520 | visibility='protected', is_virtual=True) |
| 7521 | ## stupid-interest-sink.h (module 'NDNabstraction'): void ns3::StupidInterestSink::StartApplication() [member function] |
| 7522 | cls.add_method('StartApplication', |
| 7523 | 'void', |
| 7524 | [], |
| 7525 | visibility='private', is_virtual=True) |
| 7526 | ## stupid-interest-sink.h (module 'NDNabstraction'): void ns3::StupidInterestSink::StopApplication() [member function] |
| 7527 | cls.add_method('StopApplication', |
| 7528 | 'void', |
| 7529 | [], |
| 7530 | visibility='private', is_virtual=True) |
| 7531 | return |
| 7532 | |
| 7533 | def register_Ns3TimeChecker_methods(root_module, cls): |
| 7534 | ## nstime.h (module 'core'): ns3::TimeChecker::TimeChecker() [constructor] |
| 7535 | cls.add_constructor([]) |
| 7536 | ## nstime.h (module 'core'): ns3::TimeChecker::TimeChecker(ns3::TimeChecker const & arg0) [copy constructor] |
| 7537 | cls.add_constructor([param('ns3::TimeChecker const &', 'arg0')]) |
| 7538 | return |
| 7539 | |
| 7540 | def register_Ns3TimeValue_methods(root_module, cls): |
| 7541 | ## nstime.h (module 'core'): ns3::TimeValue::TimeValue() [constructor] |
| 7542 | cls.add_constructor([]) |
| 7543 | ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::TimeValue const & arg0) [copy constructor] |
| 7544 | cls.add_constructor([param('ns3::TimeValue const &', 'arg0')]) |
| 7545 | ## nstime.h (module 'core'): ns3::TimeValue::TimeValue(ns3::Time const & value) [constructor] |
| 7546 | cls.add_constructor([param('ns3::Time const &', 'value')]) |
| 7547 | ## nstime.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TimeValue::Copy() const [member function] |
| 7548 | cls.add_method('Copy', |
| 7549 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7550 | [], |
| 7551 | is_const=True, is_virtual=True) |
| 7552 | ## nstime.h (module 'core'): bool ns3::TimeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7553 | cls.add_method('DeserializeFromString', |
| 7554 | 'bool', |
| 7555 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7556 | is_virtual=True) |
| 7557 | ## nstime.h (module 'core'): ns3::Time ns3::TimeValue::Get() const [member function] |
| 7558 | cls.add_method('Get', |
| 7559 | 'ns3::Time', |
| 7560 | [], |
| 7561 | is_const=True) |
| 7562 | ## nstime.h (module 'core'): std::string ns3::TimeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7563 | cls.add_method('SerializeToString', |
| 7564 | 'std::string', |
| 7565 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7566 | is_const=True, is_virtual=True) |
| 7567 | ## nstime.h (module 'core'): void ns3::TimeValue::Set(ns3::Time const & value) [member function] |
| 7568 | cls.add_method('Set', |
| 7569 | 'void', |
| 7570 | [param('ns3::Time const &', 'value')]) |
| 7571 | return |
| 7572 | |
| 7573 | def register_Ns3TypeIdChecker_methods(root_module, cls): |
| 7574 | ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker() [constructor] |
| 7575 | cls.add_constructor([]) |
| 7576 | ## type-id.h (module 'core'): ns3::TypeIdChecker::TypeIdChecker(ns3::TypeIdChecker const & arg0) [copy constructor] |
| 7577 | cls.add_constructor([param('ns3::TypeIdChecker const &', 'arg0')]) |
| 7578 | return |
| 7579 | |
| 7580 | def register_Ns3TypeIdValue_methods(root_module, cls): |
| 7581 | ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue() [constructor] |
| 7582 | cls.add_constructor([]) |
| 7583 | ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeIdValue const & arg0) [copy constructor] |
| 7584 | cls.add_constructor([param('ns3::TypeIdValue const &', 'arg0')]) |
| 7585 | ## type-id.h (module 'core'): ns3::TypeIdValue::TypeIdValue(ns3::TypeId const & value) [constructor] |
| 7586 | cls.add_constructor([param('ns3::TypeId const &', 'value')]) |
| 7587 | ## type-id.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::TypeIdValue::Copy() const [member function] |
| 7588 | cls.add_method('Copy', |
| 7589 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7590 | [], |
| 7591 | is_const=True, is_virtual=True) |
| 7592 | ## type-id.h (module 'core'): bool ns3::TypeIdValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7593 | cls.add_method('DeserializeFromString', |
| 7594 | 'bool', |
| 7595 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7596 | is_virtual=True) |
| 7597 | ## type-id.h (module 'core'): ns3::TypeId ns3::TypeIdValue::Get() const [member function] |
| 7598 | cls.add_method('Get', |
| 7599 | 'ns3::TypeId', |
| 7600 | [], |
| 7601 | is_const=True) |
| 7602 | ## type-id.h (module 'core'): std::string ns3::TypeIdValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7603 | cls.add_method('SerializeToString', |
| 7604 | 'std::string', |
| 7605 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7606 | is_const=True, is_virtual=True) |
| 7607 | ## type-id.h (module 'core'): void ns3::TypeIdValue::Set(ns3::TypeId const & value) [member function] |
| 7608 | cls.add_method('Set', |
| 7609 | 'void', |
| 7610 | [param('ns3::TypeId const &', 'value')]) |
| 7611 | return |
| 7612 | |
| 7613 | def register_Ns3UintegerValue_methods(root_module, cls): |
| 7614 | ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue() [constructor] |
| 7615 | cls.add_constructor([]) |
| 7616 | ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(ns3::UintegerValue const & arg0) [copy constructor] |
| 7617 | cls.add_constructor([param('ns3::UintegerValue const &', 'arg0')]) |
| 7618 | ## uinteger.h (module 'core'): ns3::UintegerValue::UintegerValue(uint64_t const & value) [constructor] |
| 7619 | cls.add_constructor([param('uint64_t const &', 'value')]) |
| 7620 | ## uinteger.h (module 'core'): ns3::Ptr<ns3::AttributeValue> ns3::UintegerValue::Copy() const [member function] |
| 7621 | cls.add_method('Copy', |
| 7622 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7623 | [], |
| 7624 | is_const=True, is_virtual=True) |
| 7625 | ## uinteger.h (module 'core'): bool ns3::UintegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7626 | cls.add_method('DeserializeFromString', |
| 7627 | 'bool', |
| 7628 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7629 | is_virtual=True) |
| 7630 | ## uinteger.h (module 'core'): uint64_t ns3::UintegerValue::Get() const [member function] |
| 7631 | cls.add_method('Get', |
| 7632 | 'uint64_t', |
| 7633 | [], |
| 7634 | is_const=True) |
| 7635 | ## uinteger.h (module 'core'): std::string ns3::UintegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7636 | cls.add_method('SerializeToString', |
| 7637 | 'std::string', |
| 7638 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7639 | is_const=True, is_virtual=True) |
| 7640 | ## uinteger.h (module 'core'): void ns3::UintegerValue::Set(uint64_t const & value) [member function] |
| 7641 | cls.add_method('Set', |
| 7642 | 'void', |
| 7643 | [param('uint64_t const &', 'value')]) |
| 7644 | return |
| 7645 | |
| 7646 | def register_Ns3AddressChecker_methods(root_module, cls): |
| 7647 | ## address.h (module 'network'): ns3::AddressChecker::AddressChecker() [constructor] |
| 7648 | cls.add_constructor([]) |
| 7649 | ## address.h (module 'network'): ns3::AddressChecker::AddressChecker(ns3::AddressChecker const & arg0) [copy constructor] |
| 7650 | cls.add_constructor([param('ns3::AddressChecker const &', 'arg0')]) |
| 7651 | return |
| 7652 | |
| 7653 | def register_Ns3AddressValue_methods(root_module, cls): |
| 7654 | ## address.h (module 'network'): ns3::AddressValue::AddressValue() [constructor] |
| 7655 | cls.add_constructor([]) |
| 7656 | ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::AddressValue const & arg0) [copy constructor] |
| 7657 | cls.add_constructor([param('ns3::AddressValue const &', 'arg0')]) |
| 7658 | ## address.h (module 'network'): ns3::AddressValue::AddressValue(ns3::Address const & value) [constructor] |
| 7659 | cls.add_constructor([param('ns3::Address const &', 'value')]) |
| 7660 | ## address.h (module 'network'): ns3::Ptr<ns3::AttributeValue> ns3::AddressValue::Copy() const [member function] |
| 7661 | cls.add_method('Copy', |
| 7662 | 'ns3::Ptr< ns3::AttributeValue >', |
| 7663 | [], |
| 7664 | is_const=True, is_virtual=True) |
| 7665 | ## address.h (module 'network'): bool ns3::AddressValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
| 7666 | cls.add_method('DeserializeFromString', |
| 7667 | 'bool', |
| 7668 | [param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7669 | is_virtual=True) |
| 7670 | ## address.h (module 'network'): ns3::Address ns3::AddressValue::Get() const [member function] |
| 7671 | cls.add_method('Get', |
| 7672 | 'ns3::Address', |
| 7673 | [], |
| 7674 | is_const=True) |
| 7675 | ## address.h (module 'network'): std::string ns3::AddressValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
| 7676 | cls.add_method('SerializeToString', |
| 7677 | 'std::string', |
| 7678 | [param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
| 7679 | is_const=True, is_virtual=True) |
| 7680 | ## address.h (module 'network'): void ns3::AddressValue::Set(ns3::Address const & value) [member function] |
| 7681 | cls.add_method('Set', |
| 7682 | 'void', |
| 7683 | [param('ns3::Address const &', 'value')]) |
| 7684 | return |
| 7685 | |
| 7686 | def register_Ns3CcnxBestRouteStrategy_methods(root_module, cls): |
| 7687 | ## ccnx-bestroute-strategy.h (module 'NDNabstraction'): ns3::CcnxBestRouteStrategy::CcnxBestRouteStrategy(ns3::CcnxBestRouteStrategy const & arg0) [copy constructor] |
| 7688 | cls.add_constructor([param('ns3::CcnxBestRouteStrategy const &', 'arg0')]) |
| 7689 | ## ccnx-bestroute-strategy.h (module 'NDNabstraction'): ns3::CcnxBestRouteStrategy::CcnxBestRouteStrategy() [constructor] |
| 7690 | cls.add_constructor([]) |
| 7691 | ## ccnx-bestroute-strategy.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxBestRouteStrategy::GetTypeId() [member function] |
| 7692 | cls.add_method('GetTypeId', |
| 7693 | 'ns3::TypeId', |
| 7694 | [], |
| 7695 | is_static=True) |
| 7696 | ## ccnx-bestroute-strategy.h (module 'NDNabstraction'): bool ns3::CcnxBestRouteStrategy::PropagateInterest(boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::sequenced_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxPitEntry, std::allocator<ns3::CcnxPitEntry> > > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxPitEntry> > > pitEntry, boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxFibEntry, std::allocator<ns3::CcnxFibEntry> > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxFibEntry> > > fibEntry, ns3::Ptr<ns3::CcnxFace> const & incomingFace, ns3::Ptr<ns3::CcnxInterestHeader> & header, ns3::Ptr<ns3::Packet const> const & packet, ns3::Callback<void,const ns3::Ptr<ns3::CcnxFace>&,const ns3::Ptr<ns3::CcnxInterestHeader>&,const ns3::Ptr<ns3::Packet>&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ucb) [member function] |
| 7697 | cls.add_method('PropagateInterest', |
| 7698 | 'bool', |
| 7699 | [param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::sequenced_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxPitEntry, std::allocator< ns3::CcnxPitEntry > > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxPitEntry > > >', 'pitEntry'), param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxFibEntry, std::allocator< ns3::CcnxFibEntry > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxFibEntry > > >', 'fibEntry'), param('ns3::Ptr< ns3::CcnxFace > const &', 'incomingFace'), param('ns3::Ptr< ns3::CcnxInterestHeader > &', 'header'), param('ns3::Ptr< ns3::Packet const > const &', 'packet'), param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace > const, ns3::Ptr< ns3::CcnxInterestHeader > const, ns3::Ptr< ns3::Packet > const, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ucb')], |
| 7700 | is_virtual=True) |
| 7701 | return |
| 7702 | |
| 7703 | def register_Ns3CcnxFloodingStrategy_methods(root_module, cls): |
| 7704 | ## ccnx-flooding-strategy.h (module 'NDNabstraction'): ns3::CcnxFloodingStrategy::CcnxFloodingStrategy(ns3::CcnxFloodingStrategy const & arg0) [copy constructor] |
| 7705 | cls.add_constructor([param('ns3::CcnxFloodingStrategy const &', 'arg0')]) |
| 7706 | ## ccnx-flooding-strategy.h (module 'NDNabstraction'): ns3::CcnxFloodingStrategy::CcnxFloodingStrategy() [constructor] |
| 7707 | cls.add_constructor([]) |
| 7708 | ## ccnx-flooding-strategy.h (module 'NDNabstraction'): static ns3::TypeId ns3::CcnxFloodingStrategy::GetTypeId() [member function] |
| 7709 | cls.add_method('GetTypeId', |
| 7710 | 'ns3::TypeId', |
| 7711 | [], |
| 7712 | is_static=True) |
| 7713 | ## ccnx-flooding-strategy.h (module 'NDNabstraction'): bool ns3::CcnxFloodingStrategy::PropagateInterest(boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::sequenced_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxPitEntry, std::allocator<ns3::CcnxPitEntry> > > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxPitEntry> > > pitEntry, boost::multi_index::detail::hashed_index_iterator<boost::multi_index::detail::hashed_index_node<boost::multi_index::detail::index_node_base<ns3::CcnxFibEntry, std::allocator<ns3::CcnxFibEntry> > >,boost::multi_index::detail::bucket_array<std::allocator<ns3::CcnxFibEntry> > > fibEntry, ns3::Ptr<ns3::CcnxFace> const & incomingFace, ns3::Ptr<ns3::CcnxInterestHeader> & header, ns3::Ptr<ns3::Packet const> const & packet, ns3::Callback<void,const ns3::Ptr<ns3::CcnxFace>&,const ns3::Ptr<ns3::CcnxInterestHeader>&,const ns3::Ptr<ns3::Packet>&,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty,ns3::empty> ucb) [member function] |
| 7714 | cls.add_method('PropagateInterest', |
| 7715 | 'bool', |
| 7716 | [param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::sequenced_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxPitEntry, std::allocator< ns3::CcnxPitEntry > > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxPitEntry > > >', 'pitEntry'), param('boost::multi_index::detail::hashed_index_iterator< boost::multi_index::detail::hashed_index_node< boost::multi_index::detail::index_node_base< ns3::CcnxFibEntry, std::allocator< ns3::CcnxFibEntry > > >, boost::multi_index::detail::bucket_array< std::allocator< ns3::CcnxFibEntry > > >', 'fibEntry'), param('ns3::Ptr< ns3::CcnxFace > const &', 'incomingFace'), param('ns3::Ptr< ns3::CcnxInterestHeader > &', 'header'), param('ns3::Ptr< ns3::Packet const > const &', 'packet'), param('ns3::Callback< void, ns3::Ptr< ns3::CcnxFace > const, ns3::Ptr< ns3::CcnxInterestHeader > const, ns3::Ptr< ns3::Packet > const, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'ucb')], |
| 7717 | is_virtual=True) |
| 7718 | return |
| 7719 | |
| 7720 | def register_Ns3CcnbParserBlock_methods(root_module, cls): |
| 7721 | ## ccnb-parser-block.h (module 'NDNabstraction'): ns3::CcnbParser::Block::Block() [constructor] |
| 7722 | cls.add_constructor([]) |
| 7723 | ## ccnb-parser-block.h (module 'NDNabstraction'): ns3::CcnbParser::Block::Block(ns3::CcnbParser::Block const & arg0) [copy constructor] |
| 7724 | cls.add_constructor([param('ns3::CcnbParser::Block const &', 'arg0')]) |
| 7725 | ## ccnb-parser-block.h (module 'NDNabstraction'): static ns3::Ptr<ns3::CcnbParser::Block> ns3::CcnbParser::Block::ParseBlock(ns3::Buffer::Iterator & start) [member function] |
| 7726 | cls.add_method('ParseBlock', |
| 7727 | 'ns3::Ptr< ns3::CcnbParser::Block >', |
| 7728 | [param('ns3::Buffer::Iterator &', 'start')], |
| 7729 | is_static=True) |
| 7730 | ## ccnb-parser-block.h (module 'NDNabstraction'): void ns3::CcnbParser::Block::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 7731 | cls.add_method('accept', |
| 7732 | 'void', |
| 7733 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 7734 | is_pure_virtual=True, is_virtual=True) |
| 7735 | ## ccnb-parser-block.h (module 'NDNabstraction'): void ns3::CcnbParser::Block::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 7736 | cls.add_method('accept', |
| 7737 | 'void', |
| 7738 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 7739 | is_pure_virtual=True, is_virtual=True) |
| 7740 | ## ccnb-parser-block.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Block::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 7741 | cls.add_method('accept', |
| 7742 | 'boost::any', |
| 7743 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 7744 | is_pure_virtual=True, is_virtual=True) |
| 7745 | ## ccnb-parser-block.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Block::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 7746 | cls.add_method('accept', |
| 7747 | 'boost::any', |
| 7748 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 7749 | is_pure_virtual=True, is_virtual=True) |
| 7750 | return |
| 7751 | |
| 7752 | def register_Ns3CcnbParserCcnbDecodingException_methods(root_module, cls): |
| 7753 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser::CcnbDecodingException::CcnbDecodingException() [constructor] |
| 7754 | cls.add_constructor([]) |
| 7755 | ## ccnb-parser-common.h (module 'NDNabstraction'): ns3::CcnbParser::CcnbDecodingException::CcnbDecodingException(ns3::CcnbParser::CcnbDecodingException const & arg0) [copy constructor] |
| 7756 | cls.add_constructor([param('ns3::CcnbParser::CcnbDecodingException const &', 'arg0')]) |
| 7757 | return |
| 7758 | |
| 7759 | def register_Ns3CcnbParserExt_methods(root_module, cls): |
| 7760 | ## ccnb-parser-ext.h (module 'NDNabstraction'): ns3::CcnbParser::Ext::Ext(ns3::CcnbParser::Ext const & arg0) [copy constructor] |
| 7761 | cls.add_constructor([param('ns3::CcnbParser::Ext const &', 'arg0')]) |
| 7762 | ## ccnb-parser-ext.h (module 'NDNabstraction'): ns3::CcnbParser::Ext::Ext(ns3::Buffer::Iterator & start, uint32_t extSubtype) [constructor] |
| 7763 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'extSubtype')]) |
| 7764 | ## ccnb-parser-ext.h (module 'NDNabstraction'): void ns3::CcnbParser::Ext::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 7765 | cls.add_method('accept', |
| 7766 | 'void', |
| 7767 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 7768 | is_virtual=True) |
| 7769 | ## ccnb-parser-ext.h (module 'NDNabstraction'): void ns3::CcnbParser::Ext::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 7770 | cls.add_method('accept', |
| 7771 | 'void', |
| 7772 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 7773 | is_virtual=True) |
| 7774 | ## ccnb-parser-ext.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Ext::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 7775 | cls.add_method('accept', |
| 7776 | 'boost::any', |
| 7777 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 7778 | is_virtual=True) |
| 7779 | ## ccnb-parser-ext.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Ext::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 7780 | cls.add_method('accept', |
| 7781 | 'boost::any', |
| 7782 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 7783 | is_virtual=True) |
| 7784 | ## ccnb-parser-ext.h (module 'NDNabstraction'): ns3::CcnbParser::Ext::m_extSubtype [variable] |
| 7785 | cls.add_instance_attribute('m_extSubtype', 'uint64_t', is_const=False) |
| 7786 | return |
| 7787 | |
| 7788 | def register_Ns3CcnbParserNoArguVisitor_methods(root_module, cls): |
| 7789 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguVisitor::NoArguVisitor() [constructor] |
| 7790 | cls.add_constructor([]) |
| 7791 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguVisitor::NoArguVisitor(ns3::CcnbParser::NoArguVisitor const & arg0) [copy constructor] |
| 7792 | cls.add_constructor([param('ns3::CcnbParser::NoArguVisitor const &', 'arg0')]) |
| 7793 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Blob & arg0) [member function] |
| 7794 | cls.add_method('visit', |
| 7795 | 'boost::any', |
| 7796 | [param('ns3::CcnbParser::Blob &', 'arg0')], |
| 7797 | is_pure_virtual=True, is_virtual=True) |
| 7798 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Udata & arg0) [member function] |
| 7799 | cls.add_method('visit', |
| 7800 | 'boost::any', |
| 7801 | [param('ns3::CcnbParser::Udata &', 'arg0')], |
| 7802 | is_pure_virtual=True, is_virtual=True) |
| 7803 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Tag & arg0) [member function] |
| 7804 | cls.add_method('visit', |
| 7805 | 'boost::any', |
| 7806 | [param('ns3::CcnbParser::Tag &', 'arg0')], |
| 7807 | is_pure_virtual=True, is_virtual=True) |
| 7808 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Attr & arg0) [member function] |
| 7809 | cls.add_method('visit', |
| 7810 | 'boost::any', |
| 7811 | [param('ns3::CcnbParser::Attr &', 'arg0')], |
| 7812 | is_pure_virtual=True, is_virtual=True) |
| 7813 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Dtag & arg0) [member function] |
| 7814 | cls.add_method('visit', |
| 7815 | 'boost::any', |
| 7816 | [param('ns3::CcnbParser::Dtag &', 'arg0')], |
| 7817 | is_pure_virtual=True, is_virtual=True) |
| 7818 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Dattr & arg0) [member function] |
| 7819 | cls.add_method('visit', |
| 7820 | 'boost::any', |
| 7821 | [param('ns3::CcnbParser::Dattr &', 'arg0')], |
| 7822 | is_pure_virtual=True, is_virtual=True) |
| 7823 | ## ccnb-parser-no-argu-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguVisitor::visit(ns3::CcnbParser::Ext & arg0) [member function] |
| 7824 | cls.add_method('visit', |
| 7825 | 'boost::any', |
| 7826 | [param('ns3::CcnbParser::Ext &', 'arg0')], |
| 7827 | is_pure_virtual=True, is_virtual=True) |
| 7828 | return |
| 7829 | |
| 7830 | def register_Ns3CcnbParserUdata_methods(root_module, cls): |
| 7831 | ## ccnb-parser-udata.h (module 'NDNabstraction'): ns3::CcnbParser::Udata::Udata(ns3::CcnbParser::Udata const & arg0) [copy constructor] |
| 7832 | cls.add_constructor([param('ns3::CcnbParser::Udata const &', 'arg0')]) |
| 7833 | ## ccnb-parser-udata.h (module 'NDNabstraction'): ns3::CcnbParser::Udata::Udata(ns3::Buffer::Iterator & start, uint32_t length) [constructor] |
| 7834 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'length')]) |
| 7835 | ## ccnb-parser-udata.h (module 'NDNabstraction'): void ns3::CcnbParser::Udata::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 7836 | cls.add_method('accept', |
| 7837 | 'void', |
| 7838 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 7839 | is_virtual=True) |
| 7840 | ## ccnb-parser-udata.h (module 'NDNabstraction'): void ns3::CcnbParser::Udata::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 7841 | cls.add_method('accept', |
| 7842 | 'void', |
| 7843 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 7844 | is_virtual=True) |
| 7845 | ## ccnb-parser-udata.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Udata::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 7846 | cls.add_method('accept', |
| 7847 | 'boost::any', |
| 7848 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 7849 | is_virtual=True) |
| 7850 | ## ccnb-parser-udata.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Udata::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 7851 | cls.add_method('accept', |
| 7852 | 'boost::any', |
| 7853 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 7854 | is_virtual=True) |
| 7855 | ## ccnb-parser-udata.h (module 'NDNabstraction'): ns3::CcnbParser::Udata::m_udata [variable] |
| 7856 | cls.add_instance_attribute('m_udata', 'std::string', is_const=False) |
| 7857 | return |
| 7858 | |
| 7859 | def register_Ns3CcnbParserVisitor_methods(root_module, cls): |
| 7860 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::Visitor::Visitor() [constructor] |
| 7861 | cls.add_constructor([]) |
| 7862 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::Visitor::Visitor(ns3::CcnbParser::Visitor const & arg0) [copy constructor] |
| 7863 | cls.add_constructor([param('ns3::CcnbParser::Visitor const &', 'arg0')]) |
| 7864 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Blob & arg0, boost::any arg1) [member function] |
| 7865 | cls.add_method('visit', |
| 7866 | 'boost::any', |
| 7867 | [param('ns3::CcnbParser::Blob &', 'arg0'), param('boost::any', 'arg1')], |
| 7868 | is_pure_virtual=True, is_virtual=True) |
| 7869 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Udata & arg0, boost::any arg1) [member function] |
| 7870 | cls.add_method('visit', |
| 7871 | 'boost::any', |
| 7872 | [param('ns3::CcnbParser::Udata &', 'arg0'), param('boost::any', 'arg1')], |
| 7873 | is_pure_virtual=True, is_virtual=True) |
| 7874 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Tag & arg0, boost::any arg1) [member function] |
| 7875 | cls.add_method('visit', |
| 7876 | 'boost::any', |
| 7877 | [param('ns3::CcnbParser::Tag &', 'arg0'), param('boost::any', 'arg1')], |
| 7878 | is_pure_virtual=True, is_virtual=True) |
| 7879 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Attr & arg0, boost::any arg1) [member function] |
| 7880 | cls.add_method('visit', |
| 7881 | 'boost::any', |
| 7882 | [param('ns3::CcnbParser::Attr &', 'arg0'), param('boost::any', 'arg1')], |
| 7883 | is_pure_virtual=True, is_virtual=True) |
| 7884 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Dtag & arg0, boost::any arg1) [member function] |
| 7885 | cls.add_method('visit', |
| 7886 | 'boost::any', |
| 7887 | [param('ns3::CcnbParser::Dtag &', 'arg0'), param('boost::any', 'arg1')], |
| 7888 | is_pure_virtual=True, is_virtual=True) |
| 7889 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Dattr & arg0, boost::any arg1) [member function] |
| 7890 | cls.add_method('visit', |
| 7891 | 'boost::any', |
| 7892 | [param('ns3::CcnbParser::Dattr &', 'arg0'), param('boost::any', 'arg1')], |
| 7893 | is_pure_virtual=True, is_virtual=True) |
| 7894 | ## ccnb-parser-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Visitor::visit(ns3::CcnbParser::Ext & arg0, boost::any arg1) [member function] |
| 7895 | cls.add_method('visit', |
| 7896 | 'boost::any', |
| 7897 | [param('ns3::CcnbParser::Ext &', 'arg0'), param('boost::any', 'arg1')], |
| 7898 | is_pure_virtual=True, is_virtual=True) |
| 7899 | return |
| 7900 | |
| 7901 | def register_Ns3CcnbParserVoidNoArguVisitor_methods(root_module, cls): |
| 7902 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguVisitor::VoidNoArguVisitor() [constructor] |
| 7903 | cls.add_constructor([]) |
| 7904 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguVisitor::VoidNoArguVisitor(ns3::CcnbParser::VoidNoArguVisitor const & arg0) [copy constructor] |
| 7905 | cls.add_constructor([param('ns3::CcnbParser::VoidNoArguVisitor const &', 'arg0')]) |
| 7906 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Blob & arg0) [member function] |
| 7907 | cls.add_method('visit', |
| 7908 | 'void', |
| 7909 | [param('ns3::CcnbParser::Blob &', 'arg0')], |
| 7910 | is_pure_virtual=True, is_virtual=True) |
| 7911 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Udata & arg0) [member function] |
| 7912 | cls.add_method('visit', |
| 7913 | 'void', |
| 7914 | [param('ns3::CcnbParser::Udata &', 'arg0')], |
| 7915 | is_pure_virtual=True, is_virtual=True) |
| 7916 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Tag & arg0) [member function] |
| 7917 | cls.add_method('visit', |
| 7918 | 'void', |
| 7919 | [param('ns3::CcnbParser::Tag &', 'arg0')], |
| 7920 | is_pure_virtual=True, is_virtual=True) |
| 7921 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Attr & arg0) [member function] |
| 7922 | cls.add_method('visit', |
| 7923 | 'void', |
| 7924 | [param('ns3::CcnbParser::Attr &', 'arg0')], |
| 7925 | is_pure_virtual=True, is_virtual=True) |
| 7926 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Dtag & arg0) [member function] |
| 7927 | cls.add_method('visit', |
| 7928 | 'void', |
| 7929 | [param('ns3::CcnbParser::Dtag &', 'arg0')], |
| 7930 | is_pure_virtual=True, is_virtual=True) |
| 7931 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Dattr & arg0) [member function] |
| 7932 | cls.add_method('visit', |
| 7933 | 'void', |
| 7934 | [param('ns3::CcnbParser::Dattr &', 'arg0')], |
| 7935 | is_pure_virtual=True, is_virtual=True) |
| 7936 | ## ccnb-parser-void-no-argu-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguVisitor::visit(ns3::CcnbParser::Ext & arg0) [member function] |
| 7937 | cls.add_method('visit', |
| 7938 | 'void', |
| 7939 | [param('ns3::CcnbParser::Ext &', 'arg0')], |
| 7940 | is_pure_virtual=True, is_virtual=True) |
| 7941 | return |
| 7942 | |
| 7943 | def register_Ns3CcnbParserVoidVisitor_methods(root_module, cls): |
| 7944 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidVisitor::VoidVisitor() [constructor] |
| 7945 | cls.add_constructor([]) |
| 7946 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidVisitor::VoidVisitor(ns3::CcnbParser::VoidVisitor const & arg0) [copy constructor] |
| 7947 | cls.add_constructor([param('ns3::CcnbParser::VoidVisitor const &', 'arg0')]) |
| 7948 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Blob & arg0, boost::any arg1) [member function] |
| 7949 | cls.add_method('visit', |
| 7950 | 'void', |
| 7951 | [param('ns3::CcnbParser::Blob &', 'arg0'), param('boost::any', 'arg1')], |
| 7952 | is_pure_virtual=True, is_virtual=True) |
| 7953 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Udata & arg0, boost::any arg1) [member function] |
| 7954 | cls.add_method('visit', |
| 7955 | 'void', |
| 7956 | [param('ns3::CcnbParser::Udata &', 'arg0'), param('boost::any', 'arg1')], |
| 7957 | is_pure_virtual=True, is_virtual=True) |
| 7958 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Tag & arg0, boost::any arg1) [member function] |
| 7959 | cls.add_method('visit', |
| 7960 | 'void', |
| 7961 | [param('ns3::CcnbParser::Tag &', 'arg0'), param('boost::any', 'arg1')], |
| 7962 | is_pure_virtual=True, is_virtual=True) |
| 7963 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Attr & arg0, boost::any arg1) [member function] |
| 7964 | cls.add_method('visit', |
| 7965 | 'void', |
| 7966 | [param('ns3::CcnbParser::Attr &', 'arg0'), param('boost::any', 'arg1')], |
| 7967 | is_pure_virtual=True, is_virtual=True) |
| 7968 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Dtag & arg0, boost::any arg1) [member function] |
| 7969 | cls.add_method('visit', |
| 7970 | 'void', |
| 7971 | [param('ns3::CcnbParser::Dtag &', 'arg0'), param('boost::any', 'arg1')], |
| 7972 | is_pure_virtual=True, is_virtual=True) |
| 7973 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Dattr & arg0, boost::any arg1) [member function] |
| 7974 | cls.add_method('visit', |
| 7975 | 'void', |
| 7976 | [param('ns3::CcnbParser::Dattr &', 'arg0'), param('boost::any', 'arg1')], |
| 7977 | is_pure_virtual=True, is_virtual=True) |
| 7978 | ## ccnb-parser-void-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidVisitor::visit(ns3::CcnbParser::Ext & arg0, boost::any arg1) [member function] |
| 7979 | cls.add_method('visit', |
| 7980 | 'void', |
| 7981 | [param('ns3::CcnbParser::Ext &', 'arg0'), param('boost::any', 'arg1')], |
| 7982 | is_pure_virtual=True, is_virtual=True) |
| 7983 | return |
| 7984 | |
| 7985 | def register_Ns3CcnbParserBaseAttr_methods(root_module, cls): |
| 7986 | ## ccnb-parser-base-attr.h (module 'NDNabstraction'): ns3::CcnbParser::BaseAttr::BaseAttr() [constructor] |
| 7987 | cls.add_constructor([]) |
| 7988 | ## ccnb-parser-base-attr.h (module 'NDNabstraction'): ns3::CcnbParser::BaseAttr::BaseAttr(ns3::CcnbParser::BaseAttr const & arg0) [copy constructor] |
| 7989 | cls.add_constructor([param('ns3::CcnbParser::BaseAttr const &', 'arg0')]) |
| 7990 | ## ccnb-parser-base-attr.h (module 'NDNabstraction'): ns3::CcnbParser::BaseAttr::m_value [variable] |
| 7991 | cls.add_instance_attribute('m_value', 'ns3::Ptr< ns3::CcnbParser::Udata >', is_const=False) |
| 7992 | return |
| 7993 | |
| 7994 | def register_Ns3CcnbParserBaseTag_methods(root_module, cls): |
| 7995 | ## ccnb-parser-base-tag.h (module 'NDNabstraction'): ns3::CcnbParser::BaseTag::BaseTag(ns3::CcnbParser::BaseTag const & arg0) [copy constructor] |
| 7996 | cls.add_constructor([param('ns3::CcnbParser::BaseTag const &', 'arg0')]) |
| 7997 | ## ccnb-parser-base-tag.h (module 'NDNabstraction'): ns3::CcnbParser::BaseTag::m_attrs [variable] |
| 7998 | cls.add_instance_attribute('m_attrs', 'std::list< ns3::Ptr< ns3::CcnbParser::Block > >', is_const=False) |
| 7999 | ## ccnb-parser-base-tag.h (module 'NDNabstraction'): ns3::CcnbParser::BaseTag::m_nestedTags [variable] |
| 8000 | cls.add_instance_attribute('m_nestedTags', 'std::list< ns3::Ptr< ns3::CcnbParser::Block > >', is_const=False) |
| 8001 | ## ccnb-parser-base-tag.h (module 'NDNabstraction'): ns3::CcnbParser::BaseTag::BaseTag() [constructor] |
| 8002 | cls.add_constructor([], |
| 8003 | visibility='protected') |
| 8004 | return |
| 8005 | |
| 8006 | def register_Ns3CcnbParserBlob_methods(root_module, cls): |
| 8007 | ## ccnb-parser-blob.h (module 'NDNabstraction'): ns3::CcnbParser::Blob::Blob(ns3::CcnbParser::Blob const & arg0) [copy constructor] |
| 8008 | cls.add_constructor([param('ns3::CcnbParser::Blob const &', 'arg0')]) |
| 8009 | ## ccnb-parser-blob.h (module 'NDNabstraction'): ns3::CcnbParser::Blob::Blob(ns3::Buffer::Iterator & start, uint32_t length) [constructor] |
| 8010 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'length')]) |
| 8011 | ## ccnb-parser-blob.h (module 'NDNabstraction'): void ns3::CcnbParser::Blob::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 8012 | cls.add_method('accept', |
| 8013 | 'void', |
| 8014 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 8015 | is_virtual=True) |
| 8016 | ## ccnb-parser-blob.h (module 'NDNabstraction'): void ns3::CcnbParser::Blob::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 8017 | cls.add_method('accept', |
| 8018 | 'void', |
| 8019 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 8020 | is_virtual=True) |
| 8021 | ## ccnb-parser-blob.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Blob::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 8022 | cls.add_method('accept', |
| 8023 | 'boost::any', |
| 8024 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 8025 | is_virtual=True) |
| 8026 | ## ccnb-parser-blob.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Blob::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 8027 | cls.add_method('accept', |
| 8028 | 'boost::any', |
| 8029 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 8030 | is_virtual=True) |
| 8031 | ## ccnb-parser-blob.h (module 'NDNabstraction'): ns3::CcnbParser::Blob::m_blob [variable] |
| 8032 | cls.add_instance_attribute('m_blob', 'char *', is_const=False) |
| 8033 | ## ccnb-parser-blob.h (module 'NDNabstraction'): ns3::CcnbParser::Blob::m_blobSize [variable] |
| 8034 | cls.add_instance_attribute('m_blobSize', 'uint32_t', is_const=False) |
| 8035 | return |
| 8036 | |
| 8037 | def register_Ns3CcnbParserDattr_methods(root_module, cls): |
| 8038 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): ns3::CcnbParser::Dattr::Dattr(ns3::CcnbParser::Dattr const & arg0) [copy constructor] |
| 8039 | cls.add_constructor([param('ns3::CcnbParser::Dattr const &', 'arg0')]) |
| 8040 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): ns3::CcnbParser::Dattr::Dattr(ns3::Buffer::Iterator & start, uint32_t dattr) [constructor] |
| 8041 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'dattr')]) |
| 8042 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): void ns3::CcnbParser::Dattr::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 8043 | cls.add_method('accept', |
| 8044 | 'void', |
| 8045 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 8046 | is_virtual=True) |
| 8047 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): void ns3::CcnbParser::Dattr::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 8048 | cls.add_method('accept', |
| 8049 | 'void', |
| 8050 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 8051 | is_virtual=True) |
| 8052 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Dattr::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 8053 | cls.add_method('accept', |
| 8054 | 'boost::any', |
| 8055 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 8056 | is_virtual=True) |
| 8057 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Dattr::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 8058 | cls.add_method('accept', |
| 8059 | 'boost::any', |
| 8060 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 8061 | is_virtual=True) |
| 8062 | ## ccnb-parser-dattr.h (module 'NDNabstraction'): ns3::CcnbParser::Dattr::m_dattr [variable] |
| 8063 | cls.add_instance_attribute('m_dattr', 'uint32_t', is_const=False) |
| 8064 | return |
| 8065 | |
| 8066 | def register_Ns3CcnbParserDepthFirstVisitor_methods(root_module, cls): |
| 8067 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::DepthFirstVisitor::DepthFirstVisitor() [constructor] |
| 8068 | cls.add_constructor([]) |
| 8069 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::DepthFirstVisitor::DepthFirstVisitor(ns3::CcnbParser::DepthFirstVisitor const & arg0) [copy constructor] |
| 8070 | cls.add_constructor([param('ns3::CcnbParser::DepthFirstVisitor const &', 'arg0')]) |
| 8071 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Blob & arg0, boost::any arg1) [member function] |
| 8072 | cls.add_method('visit', |
| 8073 | 'boost::any', |
| 8074 | [param('ns3::CcnbParser::Blob &', 'arg0'), param('boost::any', 'arg1')], |
| 8075 | is_virtual=True) |
| 8076 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Udata & arg0, boost::any arg1) [member function] |
| 8077 | cls.add_method('visit', |
| 8078 | 'boost::any', |
| 8079 | [param('ns3::CcnbParser::Udata &', 'arg0'), param('boost::any', 'arg1')], |
| 8080 | is_virtual=True) |
| 8081 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Tag & arg0, boost::any arg1) [member function] |
| 8082 | cls.add_method('visit', |
| 8083 | 'boost::any', |
| 8084 | [param('ns3::CcnbParser::Tag &', 'arg0'), param('boost::any', 'arg1')], |
| 8085 | is_virtual=True) |
| 8086 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Attr & arg0, boost::any arg1) [member function] |
| 8087 | cls.add_method('visit', |
| 8088 | 'boost::any', |
| 8089 | [param('ns3::CcnbParser::Attr &', 'arg0'), param('boost::any', 'arg1')], |
| 8090 | is_virtual=True) |
| 8091 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Dtag & arg0, boost::any arg1) [member function] |
| 8092 | cls.add_method('visit', |
| 8093 | 'boost::any', |
| 8094 | [param('ns3::CcnbParser::Dtag &', 'arg0'), param('boost::any', 'arg1')], |
| 8095 | is_virtual=True) |
| 8096 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Dattr & arg0, boost::any arg1) [member function] |
| 8097 | cls.add_method('visit', |
| 8098 | 'boost::any', |
| 8099 | [param('ns3::CcnbParser::Dattr &', 'arg0'), param('boost::any', 'arg1')], |
| 8100 | is_virtual=True) |
| 8101 | ## ccnb-parser-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::DepthFirstVisitor::visit(ns3::CcnbParser::Ext & arg0, boost::any arg1) [member function] |
| 8102 | cls.add_method('visit', |
| 8103 | 'boost::any', |
| 8104 | [param('ns3::CcnbParser::Ext &', 'arg0'), param('boost::any', 'arg1')], |
| 8105 | is_virtual=True) |
| 8106 | return |
| 8107 | |
| 8108 | def register_Ns3CcnbParserDtag_methods(root_module, cls): |
| 8109 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): ns3::CcnbParser::Dtag::Dtag(ns3::CcnbParser::Dtag const & arg0) [copy constructor] |
| 8110 | cls.add_constructor([param('ns3::CcnbParser::Dtag const &', 'arg0')]) |
| 8111 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): ns3::CcnbParser::Dtag::Dtag(ns3::Buffer::Iterator & start, uint32_t dtag) [constructor] |
| 8112 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'dtag')]) |
| 8113 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): void ns3::CcnbParser::Dtag::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 8114 | cls.add_method('accept', |
| 8115 | 'void', |
| 8116 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 8117 | is_virtual=True) |
| 8118 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): void ns3::CcnbParser::Dtag::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 8119 | cls.add_method('accept', |
| 8120 | 'void', |
| 8121 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 8122 | is_virtual=True) |
| 8123 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Dtag::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 8124 | cls.add_method('accept', |
| 8125 | 'boost::any', |
| 8126 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 8127 | is_virtual=True) |
| 8128 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Dtag::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 8129 | cls.add_method('accept', |
| 8130 | 'boost::any', |
| 8131 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 8132 | is_virtual=True) |
| 8133 | ## ccnb-parser-dtag.h (module 'NDNabstraction'): ns3::CcnbParser::Dtag::m_dtag [variable] |
| 8134 | cls.add_instance_attribute('m_dtag', 'uint32_t', is_const=False) |
| 8135 | return |
| 8136 | |
| 8137 | def register_Ns3CcnbParserNoArguDepthFirstVisitor_methods(root_module, cls): |
| 8138 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguDepthFirstVisitor::NoArguDepthFirstVisitor() [constructor] |
| 8139 | cls.add_constructor([]) |
| 8140 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NoArguDepthFirstVisitor::NoArguDepthFirstVisitor(ns3::CcnbParser::NoArguDepthFirstVisitor const & arg0) [copy constructor] |
| 8141 | cls.add_constructor([param('ns3::CcnbParser::NoArguDepthFirstVisitor const &', 'arg0')]) |
| 8142 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Blob & arg0) [member function] |
| 8143 | cls.add_method('visit', |
| 8144 | 'boost::any', |
| 8145 | [param('ns3::CcnbParser::Blob &', 'arg0')], |
| 8146 | is_virtual=True) |
| 8147 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Udata & arg0) [member function] |
| 8148 | cls.add_method('visit', |
| 8149 | 'boost::any', |
| 8150 | [param('ns3::CcnbParser::Udata &', 'arg0')], |
| 8151 | is_virtual=True) |
| 8152 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Tag & arg0) [member function] |
| 8153 | cls.add_method('visit', |
| 8154 | 'boost::any', |
| 8155 | [param('ns3::CcnbParser::Tag &', 'arg0')], |
| 8156 | is_virtual=True) |
| 8157 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Attr & arg0) [member function] |
| 8158 | cls.add_method('visit', |
| 8159 | 'boost::any', |
| 8160 | [param('ns3::CcnbParser::Attr &', 'arg0')], |
| 8161 | is_virtual=True) |
| 8162 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Dtag & arg0) [member function] |
| 8163 | cls.add_method('visit', |
| 8164 | 'boost::any', |
| 8165 | [param('ns3::CcnbParser::Dtag &', 'arg0')], |
| 8166 | is_virtual=True) |
| 8167 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Dattr & arg0) [member function] |
| 8168 | cls.add_method('visit', |
| 8169 | 'boost::any', |
| 8170 | [param('ns3::CcnbParser::Dattr &', 'arg0')], |
| 8171 | is_virtual=True) |
| 8172 | ## ccnb-parser-no-argu-depth-first-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NoArguDepthFirstVisitor::visit(ns3::CcnbParser::Ext & arg0) [member function] |
| 8173 | cls.add_method('visit', |
| 8174 | 'boost::any', |
| 8175 | [param('ns3::CcnbParser::Ext &', 'arg0')], |
| 8176 | is_virtual=True) |
| 8177 | return |
| 8178 | |
| 8179 | def register_Ns3CcnbParserNonNegativeIntegerVisitor_methods(root_module, cls): |
| 8180 | ## ccnb-parser-non-negative-integer-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonNegativeIntegerVisitor::NonNegativeIntegerVisitor() [constructor] |
| 8181 | cls.add_constructor([]) |
| 8182 | ## ccnb-parser-non-negative-integer-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonNegativeIntegerVisitor::NonNegativeIntegerVisitor(ns3::CcnbParser::NonNegativeIntegerVisitor const & arg0) [copy constructor] |
| 8183 | cls.add_constructor([param('ns3::CcnbParser::NonNegativeIntegerVisitor const &', 'arg0')]) |
| 8184 | ## ccnb-parser-non-negative-integer-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NonNegativeIntegerVisitor::visit(ns3::CcnbParser::Blob & n) [member function] |
| 8185 | cls.add_method('visit', |
| 8186 | 'boost::any', |
| 8187 | [param('ns3::CcnbParser::Blob &', 'n')], |
| 8188 | is_virtual=True) |
| 8189 | ## ccnb-parser-non-negative-integer-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NonNegativeIntegerVisitor::visit(ns3::CcnbParser::Udata & n) [member function] |
| 8190 | cls.add_method('visit', |
| 8191 | 'boost::any', |
| 8192 | [param('ns3::CcnbParser::Udata &', 'n')], |
| 8193 | is_virtual=True) |
| 8194 | return |
| 8195 | |
| 8196 | def register_Ns3CcnbParserNonceVisitor_methods(root_module, cls): |
| 8197 | ## ccnb-parser-nonce-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonceVisitor::NonceVisitor() [constructor] |
| 8198 | cls.add_constructor([]) |
| 8199 | ## ccnb-parser-nonce-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NonceVisitor::NonceVisitor(ns3::CcnbParser::NonceVisitor const & arg0) [copy constructor] |
| 8200 | cls.add_constructor([param('ns3::CcnbParser::NonceVisitor const &', 'arg0')]) |
| 8201 | ## ccnb-parser-nonce-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NonceVisitor::visit(ns3::CcnbParser::Blob & n) [member function] |
| 8202 | cls.add_method('visit', |
| 8203 | 'boost::any', |
| 8204 | [param('ns3::CcnbParser::Blob &', 'n')], |
| 8205 | is_virtual=True) |
| 8206 | ## ccnb-parser-nonce-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::NonceVisitor::visit(ns3::CcnbParser::Udata & n) [member function] |
| 8207 | cls.add_method('visit', |
| 8208 | 'boost::any', |
| 8209 | [param('ns3::CcnbParser::Udata &', 'n')], |
| 8210 | is_virtual=True) |
| 8211 | return |
| 8212 | |
| 8213 | def register_Ns3CcnbParserStringVisitor_methods(root_module, cls): |
| 8214 | ## ccnb-parser-string-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::StringVisitor::StringVisitor() [constructor] |
| 8215 | cls.add_constructor([]) |
| 8216 | ## ccnb-parser-string-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::StringVisitor::StringVisitor(ns3::CcnbParser::StringVisitor const & arg0) [copy constructor] |
| 8217 | cls.add_constructor([param('ns3::CcnbParser::StringVisitor const &', 'arg0')]) |
| 8218 | ## ccnb-parser-string-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::StringVisitor::visit(ns3::CcnbParser::Blob & n) [member function] |
| 8219 | cls.add_method('visit', |
| 8220 | 'boost::any', |
| 8221 | [param('ns3::CcnbParser::Blob &', 'n')], |
| 8222 | is_virtual=True) |
| 8223 | ## ccnb-parser-string-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::StringVisitor::visit(ns3::CcnbParser::Udata & n) [member function] |
| 8224 | cls.add_method('visit', |
| 8225 | 'boost::any', |
| 8226 | [param('ns3::CcnbParser::Udata &', 'n')], |
| 8227 | is_virtual=True) |
| 8228 | return |
| 8229 | |
| 8230 | def register_Ns3CcnbParserTag_methods(root_module, cls): |
| 8231 | ## ccnb-parser-tag.h (module 'NDNabstraction'): ns3::CcnbParser::Tag::Tag(ns3::CcnbParser::Tag const & arg0) [copy constructor] |
| 8232 | cls.add_constructor([param('ns3::CcnbParser::Tag const &', 'arg0')]) |
| 8233 | ## ccnb-parser-tag.h (module 'NDNabstraction'): ns3::CcnbParser::Tag::Tag(ns3::Buffer::Iterator & start, uint32_t length) [constructor] |
| 8234 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'length')]) |
| 8235 | ## ccnb-parser-tag.h (module 'NDNabstraction'): void ns3::CcnbParser::Tag::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 8236 | cls.add_method('accept', |
| 8237 | 'void', |
| 8238 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 8239 | is_virtual=True) |
| 8240 | ## ccnb-parser-tag.h (module 'NDNabstraction'): void ns3::CcnbParser::Tag::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 8241 | cls.add_method('accept', |
| 8242 | 'void', |
| 8243 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 8244 | is_virtual=True) |
| 8245 | ## ccnb-parser-tag.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Tag::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 8246 | cls.add_method('accept', |
| 8247 | 'boost::any', |
| 8248 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 8249 | is_virtual=True) |
| 8250 | ## ccnb-parser-tag.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Tag::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 8251 | cls.add_method('accept', |
| 8252 | 'boost::any', |
| 8253 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 8254 | is_virtual=True) |
| 8255 | ## ccnb-parser-tag.h (module 'NDNabstraction'): ns3::CcnbParser::Tag::m_tag [variable] |
| 8256 | cls.add_instance_attribute('m_tag', 'std::string', is_const=False) |
| 8257 | return |
| 8258 | |
| 8259 | def register_Ns3CcnbParserTimestampVisitor_methods(root_module, cls): |
| 8260 | ## ccnb-parser-timestamp-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::TimestampVisitor::TimestampVisitor() [constructor] |
| 8261 | cls.add_constructor([]) |
| 8262 | ## ccnb-parser-timestamp-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::TimestampVisitor::TimestampVisitor(ns3::CcnbParser::TimestampVisitor const & arg0) [copy constructor] |
| 8263 | cls.add_constructor([param('ns3::CcnbParser::TimestampVisitor const &', 'arg0')]) |
| 8264 | ## ccnb-parser-timestamp-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::TimestampVisitor::visit(ns3::CcnbParser::Blob & n) [member function] |
| 8265 | cls.add_method('visit', |
| 8266 | 'boost::any', |
| 8267 | [param('ns3::CcnbParser::Blob &', 'n')], |
| 8268 | is_virtual=True) |
| 8269 | ## ccnb-parser-timestamp-visitor.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::TimestampVisitor::visit(ns3::CcnbParser::Udata & n) [member function] |
| 8270 | cls.add_method('visit', |
| 8271 | 'boost::any', |
| 8272 | [param('ns3::CcnbParser::Udata &', 'n')], |
| 8273 | is_virtual=True) |
| 8274 | return |
| 8275 | |
| 8276 | def register_Ns3CcnbParserVoidDepthFirstVisitor_methods(root_module, cls): |
| 8277 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidDepthFirstVisitor::VoidDepthFirstVisitor() [constructor] |
| 8278 | cls.add_constructor([]) |
| 8279 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidDepthFirstVisitor::VoidDepthFirstVisitor(ns3::CcnbParser::VoidDepthFirstVisitor const & arg0) [copy constructor] |
| 8280 | cls.add_constructor([param('ns3::CcnbParser::VoidDepthFirstVisitor const &', 'arg0')]) |
| 8281 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Blob & arg0, boost::any arg1) [member function] |
| 8282 | cls.add_method('visit', |
| 8283 | 'void', |
| 8284 | [param('ns3::CcnbParser::Blob &', 'arg0'), param('boost::any', 'arg1')], |
| 8285 | is_virtual=True) |
| 8286 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Udata & arg0, boost::any arg1) [member function] |
| 8287 | cls.add_method('visit', |
| 8288 | 'void', |
| 8289 | [param('ns3::CcnbParser::Udata &', 'arg0'), param('boost::any', 'arg1')], |
| 8290 | is_virtual=True) |
| 8291 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Tag & arg0, boost::any arg1) [member function] |
| 8292 | cls.add_method('visit', |
| 8293 | 'void', |
| 8294 | [param('ns3::CcnbParser::Tag &', 'arg0'), param('boost::any', 'arg1')], |
| 8295 | is_virtual=True) |
| 8296 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Attr & arg0, boost::any arg1) [member function] |
| 8297 | cls.add_method('visit', |
| 8298 | 'void', |
| 8299 | [param('ns3::CcnbParser::Attr &', 'arg0'), param('boost::any', 'arg1')], |
| 8300 | is_virtual=True) |
| 8301 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Dtag & arg0, boost::any arg1) [member function] |
| 8302 | cls.add_method('visit', |
| 8303 | 'void', |
| 8304 | [param('ns3::CcnbParser::Dtag &', 'arg0'), param('boost::any', 'arg1')], |
| 8305 | is_virtual=True) |
| 8306 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Dattr & arg0, boost::any arg1) [member function] |
| 8307 | cls.add_method('visit', |
| 8308 | 'void', |
| 8309 | [param('ns3::CcnbParser::Dattr &', 'arg0'), param('boost::any', 'arg1')], |
| 8310 | is_virtual=True) |
| 8311 | ## ccnb-parser-void-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidDepthFirstVisitor::visit(ns3::CcnbParser::Ext & arg0, boost::any arg1) [member function] |
| 8312 | cls.add_method('visit', |
| 8313 | 'void', |
| 8314 | [param('ns3::CcnbParser::Ext &', 'arg0'), param('boost::any', 'arg1')], |
| 8315 | is_virtual=True) |
| 8316 | return |
| 8317 | |
| 8318 | def register_Ns3CcnbParserVoidNoArguDepthFirstVisitor_methods(root_module, cls): |
| 8319 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguDepthFirstVisitor::VoidNoArguDepthFirstVisitor() [constructor] |
| 8320 | cls.add_constructor([]) |
| 8321 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::VoidNoArguDepthFirstVisitor::VoidNoArguDepthFirstVisitor(ns3::CcnbParser::VoidNoArguDepthFirstVisitor const & arg0) [copy constructor] |
| 8322 | cls.add_constructor([param('ns3::CcnbParser::VoidNoArguDepthFirstVisitor const &', 'arg0')]) |
| 8323 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Blob & arg0) [member function] |
| 8324 | cls.add_method('visit', |
| 8325 | 'void', |
| 8326 | [param('ns3::CcnbParser::Blob &', 'arg0')], |
| 8327 | is_virtual=True) |
| 8328 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Udata & arg0) [member function] |
| 8329 | cls.add_method('visit', |
| 8330 | 'void', |
| 8331 | [param('ns3::CcnbParser::Udata &', 'arg0')], |
| 8332 | is_virtual=True) |
| 8333 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Tag & arg0) [member function] |
| 8334 | cls.add_method('visit', |
| 8335 | 'void', |
| 8336 | [param('ns3::CcnbParser::Tag &', 'arg0')], |
| 8337 | is_virtual=True) |
| 8338 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Attr & arg0) [member function] |
| 8339 | cls.add_method('visit', |
| 8340 | 'void', |
| 8341 | [param('ns3::CcnbParser::Attr &', 'arg0')], |
| 8342 | is_virtual=True) |
| 8343 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Dtag & arg0) [member function] |
| 8344 | cls.add_method('visit', |
| 8345 | 'void', |
| 8346 | [param('ns3::CcnbParser::Dtag &', 'arg0')], |
| 8347 | is_virtual=True) |
| 8348 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Dattr & arg0) [member function] |
| 8349 | cls.add_method('visit', |
| 8350 | 'void', |
| 8351 | [param('ns3::CcnbParser::Dattr &', 'arg0')], |
| 8352 | is_virtual=True) |
| 8353 | ## ccnb-parser-void-no-argu-depth-first-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::VoidNoArguDepthFirstVisitor::visit(ns3::CcnbParser::Ext & arg0) [member function] |
| 8354 | cls.add_method('visit', |
| 8355 | 'void', |
| 8356 | [param('ns3::CcnbParser::Ext &', 'arg0')], |
| 8357 | is_virtual=True) |
| 8358 | return |
| 8359 | |
| 8360 | def register_Ns3CcnbParserAttr_methods(root_module, cls): |
| 8361 | ## ccnb-parser-attr.h (module 'NDNabstraction'): ns3::CcnbParser::Attr::Attr(ns3::CcnbParser::Attr const & arg0) [copy constructor] |
| 8362 | cls.add_constructor([param('ns3::CcnbParser::Attr const &', 'arg0')]) |
| 8363 | ## ccnb-parser-attr.h (module 'NDNabstraction'): ns3::CcnbParser::Attr::Attr(ns3::Buffer::Iterator & start, uint32_t length) [constructor] |
| 8364 | cls.add_constructor([param('ns3::Buffer::Iterator &', 'start'), param('uint32_t', 'length')]) |
| 8365 | ## ccnb-parser-attr.h (module 'NDNabstraction'): void ns3::CcnbParser::Attr::accept(ns3::CcnbParser::VoidNoArguVisitor & v) [member function] |
| 8366 | cls.add_method('accept', |
| 8367 | 'void', |
| 8368 | [param('ns3::CcnbParser::VoidNoArguVisitor &', 'v')], |
| 8369 | is_virtual=True) |
| 8370 | ## ccnb-parser-attr.h (module 'NDNabstraction'): void ns3::CcnbParser::Attr::accept(ns3::CcnbParser::VoidVisitor & v, boost::any param) [member function] |
| 8371 | cls.add_method('accept', |
| 8372 | 'void', |
| 8373 | [param('ns3::CcnbParser::VoidVisitor &', 'v'), param('boost::any', 'param')], |
| 8374 | is_virtual=True) |
| 8375 | ## ccnb-parser-attr.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Attr::accept(ns3::CcnbParser::NoArguVisitor & v) [member function] |
| 8376 | cls.add_method('accept', |
| 8377 | 'boost::any', |
| 8378 | [param('ns3::CcnbParser::NoArguVisitor &', 'v')], |
| 8379 | is_virtual=True) |
| 8380 | ## ccnb-parser-attr.h (module 'NDNabstraction'): boost::any ns3::CcnbParser::Attr::accept(ns3::CcnbParser::Visitor & v, boost::any param) [member function] |
| 8381 | cls.add_method('accept', |
| 8382 | 'boost::any', |
| 8383 | [param('ns3::CcnbParser::Visitor &', 'v'), param('boost::any', 'param')], |
| 8384 | is_virtual=True) |
| 8385 | ## ccnb-parser-attr.h (module 'NDNabstraction'): ns3::CcnbParser::Attr::m_attr [variable] |
| 8386 | cls.add_instance_attribute('m_attr', 'std::string', is_const=False) |
| 8387 | return |
| 8388 | |
| 8389 | def register_Ns3CcnbParserContentObjectVisitor_methods(root_module, cls): |
| 8390 | ## ccnb-parser-content-object-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::ContentObjectVisitor::ContentObjectVisitor() [constructor] |
| 8391 | cls.add_constructor([]) |
| 8392 | ## ccnb-parser-content-object-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::ContentObjectVisitor::ContentObjectVisitor(ns3::CcnbParser::ContentObjectVisitor const & arg0) [copy constructor] |
| 8393 | cls.add_constructor([param('ns3::CcnbParser::ContentObjectVisitor const &', 'arg0')]) |
| 8394 | ## ccnb-parser-content-object-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::ContentObjectVisitor::visit(ns3::CcnbParser::Dtag & n, boost::any param) [member function] |
| 8395 | cls.add_method('visit', |
| 8396 | 'void', |
| 8397 | [param('ns3::CcnbParser::Dtag &', 'n'), param('boost::any', 'param')], |
| 8398 | is_virtual=True) |
| 8399 | return |
| 8400 | |
| 8401 | def register_Ns3CcnbParserInterestVisitor_methods(root_module, cls): |
| 8402 | ## ccnb-parser-interest-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::InterestVisitor::InterestVisitor() [constructor] |
| 8403 | cls.add_constructor([]) |
| 8404 | ## ccnb-parser-interest-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::InterestVisitor::InterestVisitor(ns3::CcnbParser::InterestVisitor const & arg0) [copy constructor] |
| 8405 | cls.add_constructor([param('ns3::CcnbParser::InterestVisitor const &', 'arg0')]) |
| 8406 | ## ccnb-parser-interest-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::InterestVisitor::visit(ns3::CcnbParser::Dtag & n, boost::any param) [member function] |
| 8407 | cls.add_method('visit', |
| 8408 | 'void', |
| 8409 | [param('ns3::CcnbParser::Dtag &', 'n'), param('boost::any', 'param')], |
| 8410 | is_virtual=True) |
| 8411 | return |
| 8412 | |
| 8413 | def register_Ns3CcnbParserNameComponentsVisitor_methods(root_module, cls): |
| 8414 | ## ccnb-parser-name-components-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NameComponentsVisitor::NameComponentsVisitor() [constructor] |
| 8415 | cls.add_constructor([]) |
| 8416 | ## ccnb-parser-name-components-visitor.h (module 'NDNabstraction'): ns3::CcnbParser::NameComponentsVisitor::NameComponentsVisitor(ns3::CcnbParser::NameComponentsVisitor const & arg0) [copy constructor] |
| 8417 | cls.add_constructor([param('ns3::CcnbParser::NameComponentsVisitor const &', 'arg0')]) |
| 8418 | ## ccnb-parser-name-components-visitor.h (module 'NDNabstraction'): void ns3::CcnbParser::NameComponentsVisitor::visit(ns3::CcnbParser::Dtag & n, boost::any param) [member function] |
| 8419 | cls.add_method('visit', |
| 8420 | 'void', |
| 8421 | [param('ns3::CcnbParser::Dtag &', 'n'), param('boost::any', 'param')], |
| 8422 | is_virtual=True) |
| 8423 | return |
| 8424 | |
| 8425 | def register_functions(root_module): |
| 8426 | module = root_module |
| 8427 | ## ccnx-name-components.h (module 'NDNabstraction'): extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeCcnxNameComponentsChecker() [free function] |
| 8428 | module.add_function('MakeCcnxNameComponentsChecker', |
| 8429 | 'ns3::Ptr< ns3::AttributeChecker const >', |
| 8430 | []) |
| 8431 | register_functions_ns3_CcnbParser(module.get_submodule('CcnbParser'), root_module) |
| 8432 | register_functions_ns3_FatalImpl(module.get_submodule('FatalImpl'), root_module) |
| 8433 | register_functions_ns3_internal(module.get_submodule('internal'), root_module) |
| 8434 | return |
| 8435 | |
| 8436 | def register_functions_ns3_CcnbParser(module, root_module): |
| 8437 | return |
| 8438 | |
| 8439 | def register_functions_ns3_FatalImpl(module, root_module): |
| 8440 | return |
| 8441 | |
| 8442 | def register_functions_ns3_internal(module, root_module): |
| 8443 | return |
| 8444 | |
| 8445 | def main(): |
| 8446 | out = FileCodeSink(sys.stdout) |
| 8447 | root_module = module_init() |
| 8448 | register_types(root_module) |
| 8449 | register_methods(root_module) |
| 8450 | register_functions(root_module) |
| 8451 | root_module.generate(out) |
| 8452 | |
| 8453 | if __name__ == '__main__': |
| 8454 | main() |
| 8455 | |