author | Gustavo J. A. M. Carneiro <gjc@inescporto.pt> |
Tue, 09 Feb 2010 15:26:24 +0000 | |
changeset 5982 | 328c7437944d |
parent 5881 | edfb6efba4cd |
child 6047 | 09841960107d |
permissions | -rw-r--r-- |
5348 | 1 |
from pybindgen import Module, FileCodeSink, param, retval, cppclass, typehandlers |
2 |
||
3 |
def register_types(module): |
|
4 |
root_module = module.get_root() |
|
5 |
||
6 |
## log.h: ns3::LogLevel [enumeration] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
7 |
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']) |
5348 | 8 |
## attribute-list.h: ns3::AttributeList [class] |
9 |
module.add_class('AttributeList') |
|
10 |
## callback.h: ns3::CallbackBase [class] |
|
11 |
module.add_class('CallbackBase') |
|
12 |
## command-line.h: ns3::CommandLine [class] |
|
13 |
module.add_class('CommandLine', allow_subclassing=True) |
|
14 |
## system-mutex.h: ns3::CriticalSection [class] |
|
15 |
module.add_class('CriticalSection') |
|
16 |
## global-value.h: ns3::GlobalValue [class] |
|
17 |
module.add_class('GlobalValue') |
|
18 |
## int-to-type.h: ns3::IntToType<0> [struct] |
|
19 |
module.add_class('IntToType', template_parameters=['0']) |
|
20 |
## int-to-type.h: ns3::IntToType<0>::v_e [enumeration] |
|
21 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 0 >']) |
|
22 |
## int-to-type.h: ns3::IntToType<1> [struct] |
|
23 |
module.add_class('IntToType', template_parameters=['1']) |
|
24 |
## int-to-type.h: ns3::IntToType<1>::v_e [enumeration] |
|
25 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 1 >']) |
|
26 |
## int-to-type.h: ns3::IntToType<2> [struct] |
|
27 |
module.add_class('IntToType', template_parameters=['2']) |
|
28 |
## int-to-type.h: ns3::IntToType<2>::v_e [enumeration] |
|
29 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 2 >']) |
|
30 |
## int-to-type.h: ns3::IntToType<3> [struct] |
|
31 |
module.add_class('IntToType', template_parameters=['3']) |
|
32 |
## int-to-type.h: ns3::IntToType<3>::v_e [enumeration] |
|
33 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 3 >']) |
|
34 |
## int-to-type.h: ns3::IntToType<4> [struct] |
|
35 |
module.add_class('IntToType', template_parameters=['4']) |
|
36 |
## int-to-type.h: ns3::IntToType<4>::v_e [enumeration] |
|
37 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 4 >']) |
|
38 |
## int-to-type.h: ns3::IntToType<5> [struct] |
|
39 |
module.add_class('IntToType', template_parameters=['5']) |
|
40 |
## int-to-type.h: ns3::IntToType<5>::v_e [enumeration] |
|
41 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 5 >']) |
|
42 |
## int-to-type.h: ns3::IntToType<6> [struct] |
|
43 |
module.add_class('IntToType', template_parameters=['6']) |
|
44 |
## int-to-type.h: ns3::IntToType<6>::v_e [enumeration] |
|
45 |
module.add_enum('v_e', ['value'], outer_class=root_module['ns3::IntToType< 6 >']) |
|
46 |
## names.h: ns3::Names [class] |
|
47 |
module.add_class('Names') |
|
48 |
## object-base.h: ns3::ObjectBase [class] |
|
49 |
module.add_class('ObjectBase', allow_subclassing=True) |
|
5841 | 50 |
## object.h: ns3::ObjectDeleter [struct] |
51 |
module.add_class('ObjectDeleter') |
|
5348 | 52 |
## object-factory.h: ns3::ObjectFactory [class] |
53 |
module.add_class('ObjectFactory') |
|
54 |
## random-variable.h: ns3::RandomVariable [class] |
|
55 |
module.add_class('RandomVariable') |
|
56 |
## rng-stream.h: ns3::RngStream [class] |
|
57 |
module.add_class('RngStream') |
|
58 |
## random-variable.h: ns3::SeedManager [class] |
|
59 |
module.add_class('SeedManager') |
|
60 |
## random-variable.h: ns3::SequentialVariable [class] |
|
61 |
module.add_class('SequentialVariable', parent=root_module['ns3::RandomVariable']) |
|
5841 | 62 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
63 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5348 | 64 |
## system-condition.h: ns3::SystemCondition [class] |
65 |
module.add_class('SystemCondition') |
|
66 |
## system-mutex.h: ns3::SystemMutex [class] |
|
67 |
module.add_class('SystemMutex') |
|
68 |
## system-wall-clock-ms.h: ns3::SystemWallClockMs [class] |
|
69 |
module.add_class('SystemWallClockMs') |
|
70 |
## test.h: ns3::TestCase [class] |
|
71 |
module.add_class('TestCase', allow_subclassing=True) |
|
72 |
## test.h: ns3::TestRunner [class] |
|
73 |
module.add_class('TestRunner') |
|
74 |
## test.h: ns3::TestSuite [class] |
|
75 |
module.add_class('TestSuite', allow_subclassing=True) |
|
76 |
## test.h: ns3::TestSuite::TestType [enumeration] |
|
77 |
module.add_enum('TestType', ['BVT', 'UNIT', 'SYSTEM', 'EXAMPLE', 'PERFORMANCE'], outer_class=root_module['ns3::TestSuite']) |
|
78 |
## random-variable.h: ns3::TriangularVariable [class] |
|
79 |
module.add_class('TriangularVariable', parent=root_module['ns3::RandomVariable']) |
|
80 |
## type-id.h: ns3::TypeId [class] |
|
81 |
module.add_class('TypeId') |
|
82 |
## type-id.h: ns3::TypeId::AttributeFlag [enumeration] |
|
83 |
module.add_enum('AttributeFlag', ['ATTR_GET', 'ATTR_SET', 'ATTR_CONSTRUCT', 'ATTR_SGC'], outer_class=root_module['ns3::TypeId']) |
|
84 |
## type-id.h: ns3::TypeId::AttributeInfo [struct] |
|
85 |
module.add_class('AttributeInfo', outer_class=root_module['ns3::TypeId']) |
|
86 |
## random-variable.h: ns3::UniformVariable [class] |
|
87 |
module.add_class('UniformVariable', parent=root_module['ns3::RandomVariable']) |
|
88 |
## attribute-list.h: ns3::UnsafeAttributeList [class] |
|
89 |
module.add_class('UnsafeAttributeList') |
|
90 |
## vector.h: ns3::Vector2D [class] |
|
91 |
module.add_class('Vector2D') |
|
92 |
## vector.h: ns3::Vector3D [class] |
|
93 |
module.add_class('Vector3D') |
|
94 |
## random-variable.h: ns3::WeibullVariable [class] |
|
95 |
module.add_class('WeibullVariable', parent=root_module['ns3::RandomVariable']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
96 |
## random-variable.h: ns3::ZetaVariable [class] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
97 |
module.add_class('ZetaVariable', parent=root_module['ns3::RandomVariable']) |
5348 | 98 |
## random-variable.h: ns3::ZipfVariable [class] |
99 |
module.add_class('ZipfVariable', parent=root_module['ns3::RandomVariable']) |
|
100 |
## empty.h: ns3::empty [class] |
|
101 |
module.add_class('empty') |
|
102 |
## random-variable.h: ns3::ConstantVariable [class] |
|
103 |
module.add_class('ConstantVariable', parent=root_module['ns3::RandomVariable']) |
|
104 |
## random-variable.h: ns3::DeterministicVariable [class] |
|
105 |
module.add_class('DeterministicVariable', parent=root_module['ns3::RandomVariable']) |
|
106 |
## random-variable.h: ns3::EmpiricalVariable [class] |
|
107 |
module.add_class('EmpiricalVariable', parent=root_module['ns3::RandomVariable']) |
|
108 |
## random-variable.h: ns3::ErlangVariable [class] |
|
109 |
module.add_class('ErlangVariable', parent=root_module['ns3::RandomVariable']) |
|
110 |
## random-variable.h: ns3::ExponentialVariable [class] |
|
111 |
module.add_class('ExponentialVariable', parent=root_module['ns3::RandomVariable']) |
|
112 |
## random-variable.h: ns3::GammaVariable [class] |
|
113 |
module.add_class('GammaVariable', parent=root_module['ns3::RandomVariable']) |
|
114 |
## random-variable.h: ns3::IntEmpiricalVariable [class] |
|
115 |
module.add_class('IntEmpiricalVariable', parent=root_module['ns3::EmpiricalVariable']) |
|
116 |
## random-variable.h: ns3::LogNormalVariable [class] |
|
117 |
module.add_class('LogNormalVariable', parent=root_module['ns3::RandomVariable']) |
|
118 |
## random-variable.h: ns3::NormalVariable [class] |
|
119 |
module.add_class('NormalVariable', parent=root_module['ns3::RandomVariable']) |
|
120 |
## object.h: ns3::Object [class] |
|
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
121 |
module.add_class('Object', parent=root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >']) |
5348 | 122 |
## object.h: ns3::Object::AggregateIterator [class] |
123 |
module.add_class('AggregateIterator', outer_class=root_module['ns3::Object']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
124 |
## random-variable.h: ns3::ParetoVariable [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
125 |
module.add_class('ParetoVariable', parent=root_module['ns3::RandomVariable']) |
5841 | 126 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
127 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5841 | 128 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
129 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5841 | 130 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
131 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5841 | 132 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
133 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5841 | 134 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
135 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::RefCountBase', 'ns3::empty', 'ns3::DefaultDeleter<ns3::RefCountBase>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 136 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
137 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, template_parameters=['ns3::SystemThread', 'ns3::empty', 'ns3::DefaultDeleter<ns3::SystemThread>'], parent=root_module['ns3::empty'], memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
5841 | 138 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> > [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
139 |
module.add_class('SimpleRefCount', automatic_type_narrowing=True, 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')) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
140 |
## system-thread.h: ns3::SystemThread [class] |
5841 | 141 |
module.add_class('SystemThread', parent=root_module['ns3::SimpleRefCount< ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
142 |
## trace-source-accessor.h: ns3::TraceSourceAccessor [class] |
5841 | 143 |
module.add_class('TraceSourceAccessor', parent=root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
144 |
## attribute.h: ns3::AttributeAccessor [class] |
5841 | 145 |
module.add_class('AttributeAccessor', parent=root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
146 |
## attribute.h: ns3::AttributeChecker [class] |
5841 | 147 |
module.add_class('AttributeChecker', allow_subclassing=False, automatic_type_narrowing=True, parent=root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
148 |
## attribute.h: ns3::AttributeValue [class] |
5841 | 149 |
module.add_class('AttributeValue', allow_subclassing=False, automatic_type_narrowing=True, parent=root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
150 |
## boolean.h: ns3::BooleanChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
151 |
module.add_class('BooleanChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
152 |
## boolean.h: ns3::BooleanValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
153 |
module.add_class('BooleanValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
154 |
## callback.h: ns3::CallbackChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
155 |
module.add_class('CallbackChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
156 |
## callback.h: ns3::CallbackImplBase [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
157 |
module.add_class('CallbackImplBase', parent=root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >']) |
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
158 |
## callback.h: ns3::CallbackValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
159 |
module.add_class('CallbackValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
160 |
## double.h: ns3::DoubleValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
161 |
module.add_class('DoubleValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
162 |
## attribute.h: ns3::EmptyAttributeValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
163 |
module.add_class('EmptyAttributeValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
164 |
## enum.h: ns3::EnumChecker [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
165 |
module.add_class('EnumChecker', parent=root_module['ns3::AttributeChecker']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
166 |
## enum.h: ns3::EnumValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
167 |
module.add_class('EnumValue', parent=root_module['ns3::AttributeValue']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
168 |
## integer.h: ns3::IntegerValue [class] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
169 |
module.add_class('IntegerValue', parent=root_module['ns3::AttributeValue']) |
5348 | 170 |
## object-factory.h: ns3::ObjectFactoryChecker [class] |
171 |
module.add_class('ObjectFactoryChecker', parent=root_module['ns3::AttributeChecker']) |
|
172 |
## object-factory.h: ns3::ObjectFactoryValue [class] |
|
173 |
module.add_class('ObjectFactoryValue', parent=root_module['ns3::AttributeValue']) |
|
174 |
## object-vector.h: ns3::ObjectVectorAccessor [class] |
|
175 |
module.add_class('ObjectVectorAccessor', parent=root_module['ns3::AttributeAccessor']) |
|
176 |
## object-vector.h: ns3::ObjectVectorChecker [class] |
|
177 |
module.add_class('ObjectVectorChecker', parent=root_module['ns3::AttributeChecker']) |
|
178 |
## object-vector.h: ns3::ObjectVectorValue [class] |
|
179 |
module.add_class('ObjectVectorValue', parent=root_module['ns3::AttributeValue']) |
|
180 |
## pointer.h: ns3::PointerChecker [class] |
|
181 |
module.add_class('PointerChecker', parent=root_module['ns3::AttributeChecker']) |
|
182 |
## pointer.h: ns3::PointerValue [class] |
|
183 |
module.add_class('PointerValue', parent=root_module['ns3::AttributeValue']) |
|
184 |
## random-variable.h: ns3::RandomVariableChecker [class] |
|
185 |
module.add_class('RandomVariableChecker', parent=root_module['ns3::AttributeChecker']) |
|
186 |
## random-variable.h: ns3::RandomVariableValue [class] |
|
187 |
module.add_class('RandomVariableValue', parent=root_module['ns3::AttributeValue']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
188 |
## ref-count-base.h: ns3::RefCountBase [class] |
5881
edfb6efba4cd
rescan python
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5864
diff
changeset
|
189 |
module.add_class('RefCountBase', parent=root_module['ns3::SimpleRefCount< ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> >']) |
5348 | 190 |
## string.h: ns3::StringChecker [class] |
191 |
module.add_class('StringChecker', parent=root_module['ns3::AttributeChecker']) |
|
192 |
## string.h: ns3::StringValue [class] |
|
193 |
module.add_class('StringValue', parent=root_module['ns3::AttributeValue']) |
|
194 |
## type-id.h: ns3::TypeIdChecker [class] |
|
195 |
module.add_class('TypeIdChecker', parent=root_module['ns3::AttributeChecker']) |
|
196 |
## type-id.h: ns3::TypeIdValue [class] |
|
197 |
module.add_class('TypeIdValue', parent=root_module['ns3::AttributeValue']) |
|
198 |
## uinteger.h: ns3::UintegerValue [class] |
|
199 |
module.add_class('UintegerValue', parent=root_module['ns3::AttributeValue']) |
|
200 |
## vector.h: ns3::Vector2DChecker [class] |
|
201 |
module.add_class('Vector2DChecker', parent=root_module['ns3::AttributeChecker']) |
|
202 |
## vector.h: ns3::Vector2DValue [class] |
|
203 |
module.add_class('Vector2DValue', parent=root_module['ns3::AttributeValue']) |
|
204 |
## vector.h: ns3::Vector3DChecker [class] |
|
205 |
module.add_class('Vector3DChecker', parent=root_module['ns3::AttributeChecker']) |
|
206 |
## vector.h: ns3::Vector3DValue [class] |
|
207 |
module.add_class('Vector3DValue', parent=root_module['ns3::AttributeValue']) |
|
208 |
## traced-value.h: ns3::TracedValue<unsigned int> [class] |
|
209 |
module.add_class('TracedValue', template_parameters=['unsigned int']) |
|
210 |
## traced-value.h: ns3::TracedValue<unsigned int> [class] |
|
211 |
root_module['ns3::TracedValue< unsigned int >'].implicitly_converts_to(root_module['ns3::IntegerValue']) |
|
212 |
## traced-value.h: ns3::TracedValue<unsigned int> [class] |
|
213 |
root_module['ns3::TracedValue< unsigned int >'].implicitly_converts_to(root_module['ns3::UintegerValue']) |
|
214 |
## traced-value.h: ns3::TracedValue<unsigned int> [class] |
|
215 |
root_module['ns3::TracedValue< unsigned int >'].implicitly_converts_to(root_module['ns3::BooleanValue']) |
|
216 |
## traced-value.h: ns3::TracedValue<unsigned int> [class] |
|
217 |
root_module['ns3::TracedValue< unsigned int >'].implicitly_converts_to(root_module['ns3::EnumValue']) |
|
218 |
module.add_container('std::list< ns3::Ptr< ns3::Packet > >', 'ns3::Ptr< ns3::Packet >', container_type='list') |
|
219 |
module.add_container('std::vector< ns3::Ptr< ns3::FlowProbe > >', 'ns3::Ptr< ns3::FlowProbe >', container_type='vector') |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
220 |
module.add_container('std::list< ns3::Ptr< ns3::RadvdPrefix > >', 'ns3::Ptr< ns3::RadvdPrefix >', container_type='list') |
5348 | 221 |
module.add_container('std::vector< ns3::Ptr< ns3::NetDevice > >', 'ns3::Ptr< ns3::NetDevice >', container_type='vector') |
222 |
typehandlers.add_type_alias('ns3::Vector3D', 'ns3::Vector') |
|
223 |
typehandlers.add_type_alias('ns3::Vector3D*', 'ns3::Vector*') |
|
224 |
typehandlers.add_type_alias('ns3::Vector3D&', 'ns3::Vector&') |
|
225 |
module.add_typedef(root_module['ns3::Vector3D'], 'Vector') |
|
226 |
typehandlers.add_type_alias('ns3::Vector3DValue', 'ns3::VectorValue') |
|
227 |
typehandlers.add_type_alias('ns3::Vector3DValue*', 'ns3::VectorValue*') |
|
228 |
typehandlers.add_type_alias('ns3::Vector3DValue&', 'ns3::VectorValue&') |
|
229 |
module.add_typedef(root_module['ns3::Vector3DValue'], 'VectorValue') |
|
230 |
typehandlers.add_type_alias('ns3::Vector3DChecker', 'ns3::VectorChecker') |
|
231 |
typehandlers.add_type_alias('ns3::Vector3DChecker*', 'ns3::VectorChecker*') |
|
232 |
typehandlers.add_type_alias('ns3::Vector3DChecker&', 'ns3::VectorChecker&') |
|
233 |
module.add_typedef(root_module['ns3::Vector3DChecker'], 'VectorChecker') |
|
234 |
||
235 |
## Register a nested module for the namespace Config |
|
236 |
||
237 |
nested_module = module.add_cpp_namespace('Config') |
|
238 |
register_types_ns3_Config(nested_module) |
|
239 |
||
240 |
||
241 |
## Register a nested module for the namespace TimeStepPrecision |
|
242 |
||
243 |
nested_module = module.add_cpp_namespace('TimeStepPrecision') |
|
244 |
register_types_ns3_TimeStepPrecision(nested_module) |
|
245 |
||
246 |
||
247 |
## Register a nested module for the namespace addressUtils |
|
248 |
||
249 |
nested_module = module.add_cpp_namespace('addressUtils') |
|
250 |
register_types_ns3_addressUtils(nested_module) |
|
251 |
||
252 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
253 |
## Register a nested module for the namespace aodv |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
254 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
255 |
nested_module = module.add_cpp_namespace('aodv') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
256 |
register_types_ns3_aodv(nested_module) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
257 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
258 |
|
5348 | 259 |
## Register a nested module for the namespace dot11s |
260 |
||
261 |
nested_module = module.add_cpp_namespace('dot11s') |
|
262 |
register_types_ns3_dot11s(nested_module) |
|
263 |
||
264 |
||
265 |
## Register a nested module for the namespace flame |
|
266 |
||
267 |
nested_module = module.add_cpp_namespace('flame') |
|
268 |
register_types_ns3_flame(nested_module) |
|
269 |
||
270 |
||
271 |
## Register a nested module for the namespace internal |
|
272 |
||
273 |
nested_module = module.add_cpp_namespace('internal') |
|
274 |
register_types_ns3_internal(nested_module) |
|
275 |
||
276 |
||
277 |
## Register a nested module for the namespace olsr |
|
278 |
||
279 |
nested_module = module.add_cpp_namespace('olsr') |
|
280 |
register_types_ns3_olsr(nested_module) |
|
281 |
||
282 |
||
283 |
def register_types_ns3_Config(module): |
|
284 |
root_module = module.get_root() |
|
285 |
||
286 |
## config.h: ns3::Config::MatchContainer [class] |
|
287 |
module.add_class('MatchContainer') |
|
288 |
module.add_container('std::vector< ns3::Ptr< ns3::Object > >', 'ns3::Ptr< ns3::Object >', container_type='vector') |
|
289 |
||
290 |
def register_types_ns3_TimeStepPrecision(module): |
|
291 |
root_module = module.get_root() |
|
292 |
||
293 |
||
294 |
def register_types_ns3_addressUtils(module): |
|
295 |
root_module = module.get_root() |
|
296 |
||
297 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
298 |
def register_types_ns3_aodv(module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
299 |
root_module = module.get_root() |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
300 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
301 |
|
5348 | 302 |
def register_types_ns3_dot11s(module): |
303 |
root_module = module.get_root() |
|
304 |
||
305 |
module.add_container('std::vector< ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit > >', 'ns3::Ptr< ns3::dot11s::IeBeaconTimingUnit >', container_type='vector') |
|
5456
c2ebfa5f4e6d
Python API rescan
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5348
diff
changeset
|
306 |
module.add_container('std::vector< ns3::Ptr< ns3::dot11s::PeerLink > >', 'ns3::Ptr< ns3::dot11s::PeerLink >', container_type='vector') |
5348 | 307 |
|
308 |
def register_types_ns3_flame(module): |
|
309 |
root_module = module.get_root() |
|
310 |
||
311 |
||
312 |
def register_types_ns3_internal(module): |
|
313 |
root_module = module.get_root() |
|
314 |
||
315 |
||
316 |
def register_types_ns3_olsr(module): |
|
317 |
root_module = module.get_root() |
|
318 |
||
319 |
||
320 |
def register_methods(root_module): |
|
321 |
register_Ns3AttributeList_methods(root_module, root_module['ns3::AttributeList']) |
|
322 |
register_Ns3CallbackBase_methods(root_module, root_module['ns3::CallbackBase']) |
|
323 |
register_Ns3CommandLine_methods(root_module, root_module['ns3::CommandLine']) |
|
324 |
register_Ns3CriticalSection_methods(root_module, root_module['ns3::CriticalSection']) |
|
325 |
register_Ns3GlobalValue_methods(root_module, root_module['ns3::GlobalValue']) |
|
326 |
register_Ns3IntToType__0_methods(root_module, root_module['ns3::IntToType< 0 >']) |
|
327 |
register_Ns3IntToType__1_methods(root_module, root_module['ns3::IntToType< 1 >']) |
|
328 |
register_Ns3IntToType__2_methods(root_module, root_module['ns3::IntToType< 2 >']) |
|
329 |
register_Ns3IntToType__3_methods(root_module, root_module['ns3::IntToType< 3 >']) |
|
330 |
register_Ns3IntToType__4_methods(root_module, root_module['ns3::IntToType< 4 >']) |
|
331 |
register_Ns3IntToType__5_methods(root_module, root_module['ns3::IntToType< 5 >']) |
|
332 |
register_Ns3IntToType__6_methods(root_module, root_module['ns3::IntToType< 6 >']) |
|
333 |
register_Ns3Names_methods(root_module, root_module['ns3::Names']) |
|
334 |
register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase']) |
|
5841 | 335 |
register_Ns3ObjectDeleter_methods(root_module, root_module['ns3::ObjectDeleter']) |
5348 | 336 |
register_Ns3ObjectFactory_methods(root_module, root_module['ns3::ObjectFactory']) |
337 |
register_Ns3RandomVariable_methods(root_module, root_module['ns3::RandomVariable']) |
|
338 |
register_Ns3RngStream_methods(root_module, root_module['ns3::RngStream']) |
|
339 |
register_Ns3SeedManager_methods(root_module, root_module['ns3::SeedManager']) |
|
340 |
register_Ns3SequentialVariable_methods(root_module, root_module['ns3::SequentialVariable']) |
|
5841 | 341 |
register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, root_module['ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter >']) |
5348 | 342 |
register_Ns3SystemCondition_methods(root_module, root_module['ns3::SystemCondition']) |
343 |
register_Ns3SystemMutex_methods(root_module, root_module['ns3::SystemMutex']) |
|
344 |
register_Ns3SystemWallClockMs_methods(root_module, root_module['ns3::SystemWallClockMs']) |
|
345 |
register_Ns3TestCase_methods(root_module, root_module['ns3::TestCase']) |
|
346 |
register_Ns3TestRunner_methods(root_module, root_module['ns3::TestRunner']) |
|
347 |
register_Ns3TestSuite_methods(root_module, root_module['ns3::TestSuite']) |
|
348 |
register_Ns3TriangularVariable_methods(root_module, root_module['ns3::TriangularVariable']) |
|
349 |
register_Ns3TypeId_methods(root_module, root_module['ns3::TypeId']) |
|
350 |
register_Ns3TypeIdAttributeInfo_methods(root_module, root_module['ns3::TypeId::AttributeInfo']) |
|
351 |
register_Ns3UniformVariable_methods(root_module, root_module['ns3::UniformVariable']) |
|
352 |
register_Ns3UnsafeAttributeList_methods(root_module, root_module['ns3::UnsafeAttributeList']) |
|
353 |
register_Ns3Vector2D_methods(root_module, root_module['ns3::Vector2D']) |
|
354 |
register_Ns3Vector3D_methods(root_module, root_module['ns3::Vector3D']) |
|
355 |
register_Ns3WeibullVariable_methods(root_module, root_module['ns3::WeibullVariable']) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
356 |
register_Ns3ZetaVariable_methods(root_module, root_module['ns3::ZetaVariable']) |
5348 | 357 |
register_Ns3ZipfVariable_methods(root_module, root_module['ns3::ZipfVariable']) |
358 |
register_Ns3Empty_methods(root_module, root_module['ns3::empty']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
359 |
register_Ns3ConstantVariable_methods(root_module, root_module['ns3::ConstantVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
360 |
register_Ns3DeterministicVariable_methods(root_module, root_module['ns3::DeterministicVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
361 |
register_Ns3EmpiricalVariable_methods(root_module, root_module['ns3::EmpiricalVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
362 |
register_Ns3ErlangVariable_methods(root_module, root_module['ns3::ErlangVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
363 |
register_Ns3ExponentialVariable_methods(root_module, root_module['ns3::ExponentialVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
364 |
register_Ns3GammaVariable_methods(root_module, root_module['ns3::GammaVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
365 |
register_Ns3IntEmpiricalVariable_methods(root_module, root_module['ns3::IntEmpiricalVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
366 |
register_Ns3LogNormalVariable_methods(root_module, root_module['ns3::LogNormalVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
367 |
register_Ns3NormalVariable_methods(root_module, root_module['ns3::NormalVariable']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
368 |
register_Ns3Object_methods(root_module, root_module['ns3::Object']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
369 |
register_Ns3ObjectAggregateIterator_methods(root_module, root_module['ns3::Object::AggregateIterator']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
370 |
register_Ns3ParetoVariable_methods(root_module, root_module['ns3::ParetoVariable']) |
5841 | 371 |
register_Ns3SimpleRefCount__Ns3AsciiWriter_Ns3Empty_Ns3DefaultDeleter__lt__ns3AsciiWriter__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter<ns3::AsciiWriter> >']) |
372 |
register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >']) |
|
373 |
register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >']) |
|
374 |
register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >']) |
|
375 |
register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >']) |
|
376 |
register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >']) |
|
377 |
register_Ns3SimpleRefCount__Ns3FlowClassifier_Ns3Empty_Ns3DefaultDeleter__lt__ns3FlowClassifier__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter<ns3::FlowClassifier> >']) |
|
378 |
register_Ns3SimpleRefCount__Ns3FlowProbe_Ns3Empty_Ns3DefaultDeleter__lt__ns3FlowProbe__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter<ns3::FlowProbe> >']) |
|
379 |
register_Ns3SimpleRefCount__Ns3InterferenceHelperEvent_Ns3Empty_Ns3DefaultDeleter__lt__ns3InterferenceHelperEvent__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >']) |
|
380 |
register_Ns3SimpleRefCount__Ns3Ipv4MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4MulticastRoute__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> >']) |
|
381 |
register_Ns3SimpleRefCount__Ns3Ipv4Route_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4Route__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> >']) |
|
382 |
register_Ns3SimpleRefCount__Ns3Ipv6MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv6MulticastRoute__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> >']) |
|
383 |
register_Ns3SimpleRefCount__Ns3Ipv6Route_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv6Route__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> >']) |
|
384 |
register_Ns3SimpleRefCount__Ns3MeshWifiInterfaceMacPlugin_Ns3Empty_Ns3DefaultDeleter__lt__ns3MeshWifiInterfaceMacPlugin__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter<ns3::MeshWifiInterfaceMacPlugin> >']) |
|
385 |
register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >']) |
|
386 |
register_Ns3SimpleRefCount__Ns3PbbAddressBlock_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbAddressBlock__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> >']) |
|
387 |
register_Ns3SimpleRefCount__Ns3PbbMessage_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbMessage__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> >']) |
|
388 |
register_Ns3SimpleRefCount__Ns3PbbPacket_Ns3Header_Ns3DefaultDeleter__lt__ns3PbbPacket__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> >']) |
|
389 |
register_Ns3SimpleRefCount__Ns3PbbTlv_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbTlv__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> >']) |
|
390 |
register_Ns3SimpleRefCount__Ns3RadvdInterface_Ns3Empty_Ns3DefaultDeleter__lt__ns3RadvdInterface__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter<ns3::RadvdInterface> >']) |
|
391 |
register_Ns3SimpleRefCount__Ns3RadvdPrefix_Ns3Empty_Ns3DefaultDeleter__lt__ns3RadvdPrefix__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter<ns3::RadvdPrefix> >']) |
|
392 |
register_Ns3SimpleRefCount__Ns3RefCountBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3RefCountBase__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> >']) |
|
393 |
register_Ns3SimpleRefCount__Ns3SystemThread_Ns3Empty_Ns3DefaultDeleter__lt__ns3SystemThread__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >']) |
|
394 |
register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >']) |
|
395 |
register_Ns3SimpleRefCount__Ns3WifiInformationElement_Ns3Empty_Ns3DefaultDeleter__lt__ns3WifiInformationElement__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >']) |
|
396 |
register_Ns3SimpleRefCount__Ns3Dot11sIeBeaconTimingUnit_Ns3Empty_Ns3DefaultDeleter__lt__ns3Dot11sIeBeaconTimingUnit__gt___methods(root_module, root_module['ns3::SimpleRefCount< ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter<ns3::dot11s::IeBeaconTimingUnit> >']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
397 |
register_Ns3SystemThread_methods(root_module, root_module['ns3::SystemThread']) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
398 |
register_Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::TraceSourceAccessor']) |
5348 | 399 |
register_Ns3AttributeAccessor_methods(root_module, root_module['ns3::AttributeAccessor']) |
400 |
register_Ns3AttributeChecker_methods(root_module, root_module['ns3::AttributeChecker']) |
|
401 |
register_Ns3AttributeValue_methods(root_module, root_module['ns3::AttributeValue']) |
|
402 |
register_Ns3BooleanChecker_methods(root_module, root_module['ns3::BooleanChecker']) |
|
403 |
register_Ns3BooleanValue_methods(root_module, root_module['ns3::BooleanValue']) |
|
404 |
register_Ns3CallbackChecker_methods(root_module, root_module['ns3::CallbackChecker']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
405 |
register_Ns3CallbackImplBase_methods(root_module, root_module['ns3::CallbackImplBase']) |
5348 | 406 |
register_Ns3CallbackValue_methods(root_module, root_module['ns3::CallbackValue']) |
407 |
register_Ns3DoubleValue_methods(root_module, root_module['ns3::DoubleValue']) |
|
408 |
register_Ns3EmptyAttributeValue_methods(root_module, root_module['ns3::EmptyAttributeValue']) |
|
409 |
register_Ns3EnumChecker_methods(root_module, root_module['ns3::EnumChecker']) |
|
410 |
register_Ns3EnumValue_methods(root_module, root_module['ns3::EnumValue']) |
|
411 |
register_Ns3IntegerValue_methods(root_module, root_module['ns3::IntegerValue']) |
|
412 |
register_Ns3ObjectFactoryChecker_methods(root_module, root_module['ns3::ObjectFactoryChecker']) |
|
413 |
register_Ns3ObjectFactoryValue_methods(root_module, root_module['ns3::ObjectFactoryValue']) |
|
414 |
register_Ns3ObjectVectorAccessor_methods(root_module, root_module['ns3::ObjectVectorAccessor']) |
|
415 |
register_Ns3ObjectVectorChecker_methods(root_module, root_module['ns3::ObjectVectorChecker']) |
|
416 |
register_Ns3ObjectVectorValue_methods(root_module, root_module['ns3::ObjectVectorValue']) |
|
417 |
register_Ns3PointerChecker_methods(root_module, root_module['ns3::PointerChecker']) |
|
418 |
register_Ns3PointerValue_methods(root_module, root_module['ns3::PointerValue']) |
|
419 |
register_Ns3RandomVariableChecker_methods(root_module, root_module['ns3::RandomVariableChecker']) |
|
420 |
register_Ns3RandomVariableValue_methods(root_module, root_module['ns3::RandomVariableValue']) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
421 |
register_Ns3RefCountBase_methods(root_module, root_module['ns3::RefCountBase']) |
5348 | 422 |
register_Ns3StringChecker_methods(root_module, root_module['ns3::StringChecker']) |
423 |
register_Ns3StringValue_methods(root_module, root_module['ns3::StringValue']) |
|
424 |
register_Ns3TypeIdChecker_methods(root_module, root_module['ns3::TypeIdChecker']) |
|
425 |
register_Ns3TypeIdValue_methods(root_module, root_module['ns3::TypeIdValue']) |
|
426 |
register_Ns3UintegerValue_methods(root_module, root_module['ns3::UintegerValue']) |
|
427 |
register_Ns3Vector2DChecker_methods(root_module, root_module['ns3::Vector2DChecker']) |
|
428 |
register_Ns3Vector2DValue_methods(root_module, root_module['ns3::Vector2DValue']) |
|
429 |
register_Ns3Vector3DChecker_methods(root_module, root_module['ns3::Vector3DChecker']) |
|
430 |
register_Ns3Vector3DValue_methods(root_module, root_module['ns3::Vector3DValue']) |
|
431 |
register_Ns3TracedValue__Unsigned_int_methods(root_module, root_module['ns3::TracedValue< unsigned int >']) |
|
432 |
register_Ns3ConfigMatchContainer_methods(root_module, root_module['ns3::Config::MatchContainer']) |
|
433 |
return |
|
434 |
||
435 |
def register_Ns3AttributeList_methods(root_module, cls): |
|
436 |
## attribute-list.h: ns3::AttributeList::AttributeList() [constructor] |
|
437 |
cls.add_constructor([]) |
|
438 |
## attribute-list.h: ns3::AttributeList::AttributeList(ns3::AttributeList const & o) [copy constructor] |
|
439 |
cls.add_constructor([param('ns3::AttributeList const &', 'o')]) |
|
440 |
## attribute-list.h: bool ns3::AttributeList::DeserializeFromString(std::string value) [member function] |
|
441 |
cls.add_method('DeserializeFromString', |
|
442 |
'bool', |
|
443 |
[param('std::string', 'value')]) |
|
444 |
## attribute-list.h: static ns3::AttributeList * ns3::AttributeList::GetGlobal() [member function] |
|
445 |
cls.add_method('GetGlobal', |
|
446 |
'ns3::AttributeList *', |
|
447 |
[], |
|
448 |
is_static=True) |
|
449 |
## attribute-list.h: void ns3::AttributeList::Reset() [member function] |
|
450 |
cls.add_method('Reset', |
|
451 |
'void', |
|
452 |
[]) |
|
453 |
## attribute-list.h: std::string ns3::AttributeList::SerializeToString() const [member function] |
|
454 |
cls.add_method('SerializeToString', |
|
455 |
'std::string', |
|
456 |
[], |
|
457 |
is_const=True) |
|
458 |
## attribute-list.h: void ns3::AttributeList::Set(std::string name, ns3::AttributeValue const & value) [member function] |
|
459 |
cls.add_method('Set', |
|
460 |
'void', |
|
461 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
462 |
## attribute-list.h: bool ns3::AttributeList::SetFailSafe(std::string name, ns3::AttributeValue const & value) [member function] |
|
463 |
cls.add_method('SetFailSafe', |
|
464 |
'bool', |
|
465 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
466 |
## attribute-list.h: void ns3::AttributeList::SetWithTid(ns3::TypeId tid, std::string name, ns3::AttributeValue const & value) [member function] |
|
467 |
cls.add_method('SetWithTid', |
|
468 |
'void', |
|
469 |
[param('ns3::TypeId', 'tid'), param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
470 |
return |
|
471 |
||
472 |
def register_Ns3CallbackBase_methods(root_module, cls): |
|
473 |
## callback.h: ns3::CallbackBase::CallbackBase(ns3::CallbackBase const & arg0) [copy constructor] |
|
474 |
cls.add_constructor([param('ns3::CallbackBase const &', 'arg0')]) |
|
475 |
## callback.h: ns3::CallbackBase::CallbackBase() [constructor] |
|
476 |
cls.add_constructor([]) |
|
477 |
## callback.h: ns3::Ptr<ns3::CallbackImplBase> ns3::CallbackBase::GetImpl() const [member function] |
|
478 |
cls.add_method('GetImpl', |
|
479 |
'ns3::Ptr< ns3::CallbackImplBase >', |
|
480 |
[], |
|
481 |
is_const=True) |
|
482 |
## callback.h: ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor] |
|
483 |
cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')], |
|
484 |
visibility='protected') |
|
485 |
## callback.h: static std::string ns3::CallbackBase::Demangle(std::string const & mangled) [member function] |
|
486 |
cls.add_method('Demangle', |
|
487 |
'std::string', |
|
488 |
[param('std::string const &', 'mangled')], |
|
489 |
is_static=True, visibility='protected') |
|
490 |
return |
|
491 |
||
492 |
def register_Ns3CommandLine_methods(root_module, cls): |
|
493 |
## command-line.h: ns3::CommandLine::CommandLine() [constructor] |
|
494 |
cls.add_constructor([]) |
|
5852 | 495 |
## command-line.h: ns3::CommandLine::CommandLine(ns3::CommandLine const & cmd) [copy constructor] |
496 |
cls.add_constructor([param('ns3::CommandLine const &', 'cmd')]) |
|
5348 | 497 |
## command-line.h: void ns3::CommandLine::AddValue(std::string const & name, std::string const & help, ns3::Callback<bool, std::string, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [member function] |
498 |
cls.add_method('AddValue', |
|
499 |
'void', |
|
500 |
[param('std::string const &', 'name'), param('std::string const &', 'help'), param('ns3::Callback< bool, std::string, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
|
501 |
return |
|
502 |
||
503 |
def register_Ns3CriticalSection_methods(root_module, cls): |
|
504 |
## system-mutex.h: ns3::CriticalSection::CriticalSection(ns3::CriticalSection const & arg0) [copy constructor] |
|
505 |
cls.add_constructor([param('ns3::CriticalSection const &', 'arg0')]) |
|
506 |
## system-mutex.h: ns3::CriticalSection::CriticalSection(ns3::SystemMutex & mutex) [constructor] |
|
507 |
cls.add_constructor([param('ns3::SystemMutex &', 'mutex')]) |
|
508 |
return |
|
509 |
||
510 |
def register_Ns3GlobalValue_methods(root_module, cls): |
|
511 |
## global-value.h: ns3::GlobalValue::GlobalValue(ns3::GlobalValue const & arg0) [copy constructor] |
|
512 |
cls.add_constructor([param('ns3::GlobalValue const &', 'arg0')]) |
|
513 |
## global-value.h: ns3::GlobalValue::GlobalValue(std::string name, std::string help, ns3::AttributeValue const & initialValue, ns3::Ptr<ns3::AttributeChecker const> checker) [constructor] |
|
514 |
cls.add_constructor([param('std::string', 'name'), param('std::string', 'help'), param('ns3::AttributeValue const &', 'initialValue'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')]) |
|
515 |
## global-value.h: static __gnu_cxx::__normal_iterator<ns3::GlobalValue* const*,std::vector<ns3::GlobalValue*, std::allocator<ns3::GlobalValue*> > > ns3::GlobalValue::Begin() [member function] |
|
516 |
cls.add_method('Begin', |
|
517 |
'__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >', |
|
518 |
[], |
|
519 |
is_static=True) |
|
520 |
## global-value.h: static void ns3::GlobalValue::Bind(std::string name, ns3::AttributeValue const & value) [member function] |
|
521 |
cls.add_method('Bind', |
|
522 |
'void', |
|
523 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')], |
|
524 |
is_static=True) |
|
525 |
## global-value.h: static bool ns3::GlobalValue::BindFailSafe(std::string name, ns3::AttributeValue const & value) [member function] |
|
526 |
cls.add_method('BindFailSafe', |
|
527 |
'bool', |
|
528 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')], |
|
529 |
is_static=True) |
|
530 |
## global-value.h: static __gnu_cxx::__normal_iterator<ns3::GlobalValue* const*,std::vector<ns3::GlobalValue*, std::allocator<ns3::GlobalValue*> > > ns3::GlobalValue::End() [member function] |
|
531 |
cls.add_method('End', |
|
532 |
'__gnu_cxx::__normal_iterator< ns3::GlobalValue * const *, std::vector< ns3::GlobalValue * > >', |
|
533 |
[], |
|
534 |
is_static=True) |
|
535 |
## global-value.h: ns3::Ptr<ns3::AttributeChecker const> ns3::GlobalValue::GetChecker() const [member function] |
|
536 |
cls.add_method('GetChecker', |
|
537 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
538 |
[], |
|
539 |
is_const=True) |
|
540 |
## global-value.h: std::string ns3::GlobalValue::GetHelp() const [member function] |
|
541 |
cls.add_method('GetHelp', |
|
542 |
'std::string', |
|
543 |
[], |
|
544 |
is_const=True) |
|
545 |
## global-value.h: std::string ns3::GlobalValue::GetName() const [member function] |
|
546 |
cls.add_method('GetName', |
|
547 |
'std::string', |
|
548 |
[], |
|
549 |
is_const=True) |
|
550 |
## global-value.h: void ns3::GlobalValue::GetValue(ns3::AttributeValue & value) const [member function] |
|
551 |
cls.add_method('GetValue', |
|
552 |
'void', |
|
553 |
[param('ns3::AttributeValue &', 'value')], |
|
554 |
is_const=True) |
|
555 |
## global-value.h: static void ns3::GlobalValue::GetValueByName(std::string name, ns3::AttributeValue & value) [member function] |
|
556 |
cls.add_method('GetValueByName', |
|
557 |
'void', |
|
558 |
[param('std::string', 'name'), param('ns3::AttributeValue &', 'value')], |
|
559 |
is_static=True) |
|
560 |
## global-value.h: static bool ns3::GlobalValue::GetValueByNameFailSafe(std::string name, ns3::AttributeValue & value) [member function] |
|
561 |
cls.add_method('GetValueByNameFailSafe', |
|
562 |
'bool', |
|
563 |
[param('std::string', 'name'), param('ns3::AttributeValue &', 'value')], |
|
564 |
is_static=True) |
|
565 |
## global-value.h: bool ns3::GlobalValue::SetValue(ns3::AttributeValue const & value) [member function] |
|
566 |
cls.add_method('SetValue', |
|
567 |
'bool', |
|
568 |
[param('ns3::AttributeValue const &', 'value')]) |
|
569 |
return |
|
570 |
||
571 |
def register_Ns3IntToType__0_methods(root_module, cls): |
|
572 |
## int-to-type.h: ns3::IntToType<0>::IntToType() [constructor] |
|
573 |
cls.add_constructor([]) |
|
574 |
## int-to-type.h: ns3::IntToType<0>::IntToType(ns3::IntToType<0> const & arg0) [copy constructor] |
|
575 |
cls.add_constructor([param('ns3::IntToType< 0 > const &', 'arg0')]) |
|
576 |
return |
|
577 |
||
578 |
def register_Ns3IntToType__1_methods(root_module, cls): |
|
579 |
## int-to-type.h: ns3::IntToType<1>::IntToType() [constructor] |
|
580 |
cls.add_constructor([]) |
|
581 |
## int-to-type.h: ns3::IntToType<1>::IntToType(ns3::IntToType<1> const & arg0) [copy constructor] |
|
582 |
cls.add_constructor([param('ns3::IntToType< 1 > const &', 'arg0')]) |
|
583 |
return |
|
584 |
||
585 |
def register_Ns3IntToType__2_methods(root_module, cls): |
|
586 |
## int-to-type.h: ns3::IntToType<2>::IntToType() [constructor] |
|
587 |
cls.add_constructor([]) |
|
588 |
## int-to-type.h: ns3::IntToType<2>::IntToType(ns3::IntToType<2> const & arg0) [copy constructor] |
|
589 |
cls.add_constructor([param('ns3::IntToType< 2 > const &', 'arg0')]) |
|
590 |
return |
|
591 |
||
592 |
def register_Ns3IntToType__3_methods(root_module, cls): |
|
593 |
## int-to-type.h: ns3::IntToType<3>::IntToType() [constructor] |
|
594 |
cls.add_constructor([]) |
|
595 |
## int-to-type.h: ns3::IntToType<3>::IntToType(ns3::IntToType<3> const & arg0) [copy constructor] |
|
596 |
cls.add_constructor([param('ns3::IntToType< 3 > const &', 'arg0')]) |
|
597 |
return |
|
598 |
||
599 |
def register_Ns3IntToType__4_methods(root_module, cls): |
|
600 |
## int-to-type.h: ns3::IntToType<4>::IntToType() [constructor] |
|
601 |
cls.add_constructor([]) |
|
602 |
## int-to-type.h: ns3::IntToType<4>::IntToType(ns3::IntToType<4> const & arg0) [copy constructor] |
|
603 |
cls.add_constructor([param('ns3::IntToType< 4 > const &', 'arg0')]) |
|
604 |
return |
|
605 |
||
606 |
def register_Ns3IntToType__5_methods(root_module, cls): |
|
607 |
## int-to-type.h: ns3::IntToType<5>::IntToType() [constructor] |
|
608 |
cls.add_constructor([]) |
|
609 |
## int-to-type.h: ns3::IntToType<5>::IntToType(ns3::IntToType<5> const & arg0) [copy constructor] |
|
610 |
cls.add_constructor([param('ns3::IntToType< 5 > const &', 'arg0')]) |
|
611 |
return |
|
612 |
||
613 |
def register_Ns3IntToType__6_methods(root_module, cls): |
|
614 |
## int-to-type.h: ns3::IntToType<6>::IntToType() [constructor] |
|
615 |
cls.add_constructor([]) |
|
616 |
## int-to-type.h: ns3::IntToType<6>::IntToType(ns3::IntToType<6> const & arg0) [copy constructor] |
|
617 |
cls.add_constructor([param('ns3::IntToType< 6 > const &', 'arg0')]) |
|
618 |
return |
|
619 |
||
620 |
def register_Ns3Names_methods(root_module, cls): |
|
621 |
## names.h: ns3::Names::Names() [constructor] |
|
622 |
cls.add_constructor([]) |
|
623 |
## names.h: ns3::Names::Names(ns3::Names const & arg0) [copy constructor] |
|
624 |
cls.add_constructor([param('ns3::Names const &', 'arg0')]) |
|
625 |
## names.h: static void ns3::Names::Add(std::string name, ns3::Ptr<ns3::Object> object) [member function] |
|
626 |
cls.add_method('Add', |
|
627 |
'void', |
|
628 |
[param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
|
629 |
is_static=True) |
|
630 |
## names.h: static void ns3::Names::Add(std::string path, std::string name, ns3::Ptr<ns3::Object> object) [member function] |
|
631 |
cls.add_method('Add', |
|
632 |
'void', |
|
633 |
[param('std::string', 'path'), param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
|
634 |
is_static=True) |
|
635 |
## names.h: static void ns3::Names::Add(ns3::Ptr<ns3::Object> context, std::string name, ns3::Ptr<ns3::Object> object) [member function] |
|
636 |
cls.add_method('Add', |
|
637 |
'void', |
|
638 |
[param('ns3::Ptr< ns3::Object >', 'context'), param('std::string', 'name'), param('ns3::Ptr< ns3::Object >', 'object')], |
|
639 |
is_static=True) |
|
640 |
## names.h: static void ns3::Names::Clear() [member function] |
|
641 |
cls.add_method('Clear', |
|
642 |
'void', |
|
643 |
[], |
|
644 |
is_static=True) |
|
645 |
## names.h: static std::string ns3::Names::FindName(ns3::Ptr<ns3::Object> object) [member function] |
|
646 |
cls.add_method('FindName', |
|
647 |
'std::string', |
|
648 |
[param('ns3::Ptr< ns3::Object >', 'object')], |
|
649 |
is_static=True) |
|
650 |
## names.h: static std::string ns3::Names::FindPath(ns3::Ptr<ns3::Object> object) [member function] |
|
651 |
cls.add_method('FindPath', |
|
652 |
'std::string', |
|
653 |
[param('ns3::Ptr< ns3::Object >', 'object')], |
|
654 |
is_static=True) |
|
655 |
## names.h: static void ns3::Names::Rename(std::string oldpath, std::string newname) [member function] |
|
656 |
cls.add_method('Rename', |
|
657 |
'void', |
|
658 |
[param('std::string', 'oldpath'), param('std::string', 'newname')], |
|
659 |
is_static=True) |
|
660 |
## names.h: static void ns3::Names::Rename(std::string path, std::string oldname, std::string newname) [member function] |
|
661 |
cls.add_method('Rename', |
|
662 |
'void', |
|
663 |
[param('std::string', 'path'), param('std::string', 'oldname'), param('std::string', 'newname')], |
|
664 |
is_static=True) |
|
665 |
## names.h: static void ns3::Names::Rename(ns3::Ptr<ns3::Object> context, std::string oldname, std::string newname) [member function] |
|
666 |
cls.add_method('Rename', |
|
667 |
'void', |
|
668 |
[param('ns3::Ptr< ns3::Object >', 'context'), param('std::string', 'oldname'), param('std::string', 'newname')], |
|
669 |
is_static=True) |
|
670 |
return |
|
671 |
||
672 |
def register_Ns3ObjectBase_methods(root_module, cls): |
|
673 |
## object-base.h: ns3::ObjectBase::ObjectBase() [constructor] |
|
674 |
cls.add_constructor([]) |
|
675 |
## object-base.h: ns3::ObjectBase::ObjectBase(ns3::ObjectBase const & arg0) [copy constructor] |
|
676 |
cls.add_constructor([param('ns3::ObjectBase const &', 'arg0')]) |
|
677 |
## object-base.h: void ns3::ObjectBase::GetAttribute(std::string name, ns3::AttributeValue & value) const [member function] |
|
678 |
cls.add_method('GetAttribute', |
|
679 |
'void', |
|
680 |
[param('std::string', 'name'), param('ns3::AttributeValue &', 'value')], |
|
681 |
is_const=True) |
|
682 |
## object-base.h: bool ns3::ObjectBase::GetAttributeFailSafe(std::string name, ns3::AttributeValue & attribute) const [member function] |
|
683 |
cls.add_method('GetAttributeFailSafe', |
|
684 |
'bool', |
|
685 |
[param('std::string', 'name'), param('ns3::AttributeValue &', 'attribute')], |
|
686 |
is_const=True) |
|
687 |
## object-base.h: ns3::TypeId ns3::ObjectBase::GetInstanceTypeId() const [member function] |
|
688 |
cls.add_method('GetInstanceTypeId', |
|
689 |
'ns3::TypeId', |
|
690 |
[], |
|
691 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
692 |
## object-base.h: static ns3::TypeId ns3::ObjectBase::GetTypeId() [member function] |
|
693 |
cls.add_method('GetTypeId', |
|
694 |
'ns3::TypeId', |
|
695 |
[], |
|
696 |
is_static=True) |
|
697 |
## object-base.h: void ns3::ObjectBase::SetAttribute(std::string name, ns3::AttributeValue const & value) [member function] |
|
698 |
cls.add_method('SetAttribute', |
|
699 |
'void', |
|
700 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
701 |
## object-base.h: bool ns3::ObjectBase::SetAttributeFailSafe(std::string name, ns3::AttributeValue const & value) [member function] |
|
702 |
cls.add_method('SetAttributeFailSafe', |
|
703 |
'bool', |
|
704 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
705 |
## object-base.h: bool ns3::ObjectBase::TraceConnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function] |
|
706 |
cls.add_method('TraceConnect', |
|
707 |
'bool', |
|
708 |
[param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')]) |
|
709 |
## object-base.h: bool ns3::ObjectBase::TraceConnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
|
710 |
cls.add_method('TraceConnectWithoutContext', |
|
711 |
'bool', |
|
712 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
713 |
## object-base.h: bool ns3::ObjectBase::TraceDisconnect(std::string name, std::string context, ns3::CallbackBase const & cb) [member function] |
|
714 |
cls.add_method('TraceDisconnect', |
|
715 |
'bool', |
|
716 |
[param('std::string', 'name'), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')]) |
|
717 |
## object-base.h: bool ns3::ObjectBase::TraceDisconnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
|
718 |
cls.add_method('TraceDisconnectWithoutContext', |
|
719 |
'bool', |
|
720 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
721 |
## object-base.h: void ns3::ObjectBase::ConstructSelf(ns3::AttributeList const & attributes) [member function] |
|
722 |
cls.add_method('ConstructSelf', |
|
723 |
'void', |
|
724 |
[param('ns3::AttributeList const &', 'attributes')], |
|
725 |
visibility='protected') |
|
726 |
## object-base.h: void ns3::ObjectBase::NotifyConstructionCompleted() [member function] |
|
727 |
cls.add_method('NotifyConstructionCompleted', |
|
728 |
'void', |
|
729 |
[], |
|
730 |
visibility='protected', is_virtual=True) |
|
731 |
return |
|
732 |
||
5841 | 733 |
def register_Ns3ObjectDeleter_methods(root_module, cls): |
734 |
## object.h: ns3::ObjectDeleter::ObjectDeleter() [constructor] |
|
735 |
cls.add_constructor([]) |
|
736 |
## object.h: ns3::ObjectDeleter::ObjectDeleter(ns3::ObjectDeleter const & arg0) [copy constructor] |
|
737 |
cls.add_constructor([param('ns3::ObjectDeleter const &', 'arg0')]) |
|
738 |
## object.h: static void ns3::ObjectDeleter::Delete(ns3::Object * object) [member function] |
|
739 |
cls.add_method('Delete', |
|
740 |
'void', |
|
741 |
[param('ns3::Object *', 'object')], |
|
742 |
is_static=True) |
|
743 |
return |
|
744 |
||
5348 | 745 |
def register_Ns3ObjectFactory_methods(root_module, cls): |
746 |
cls.add_output_stream_operator() |
|
747 |
## object-factory.h: ns3::ObjectFactory::ObjectFactory(ns3::ObjectFactory const & arg0) [copy constructor] |
|
748 |
cls.add_constructor([param('ns3::ObjectFactory const &', 'arg0')]) |
|
749 |
## object-factory.h: ns3::ObjectFactory::ObjectFactory() [constructor] |
|
750 |
cls.add_constructor([]) |
|
751 |
## object-factory.h: ns3::Ptr<ns3::Object> ns3::ObjectFactory::Create() const [member function] |
|
752 |
cls.add_method('Create', |
|
753 |
'ns3::Ptr< ns3::Object >', |
|
754 |
[], |
|
755 |
is_const=True) |
|
756 |
## object-factory.h: ns3::TypeId ns3::ObjectFactory::GetTypeId() const [member function] |
|
757 |
cls.add_method('GetTypeId', |
|
758 |
'ns3::TypeId', |
|
759 |
[], |
|
760 |
is_const=True) |
|
761 |
## object-factory.h: void ns3::ObjectFactory::Set(std::string name, ns3::AttributeValue const & value) [member function] |
|
762 |
cls.add_method('Set', |
|
763 |
'void', |
|
764 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
765 |
## object-factory.h: void ns3::ObjectFactory::Set(ns3::AttributeList const & list) [member function] |
|
766 |
cls.add_method('Set', |
|
767 |
'void', |
|
768 |
[param('ns3::AttributeList const &', 'list')]) |
|
769 |
## object-factory.h: void ns3::ObjectFactory::SetTypeId(ns3::TypeId tid) [member function] |
|
770 |
cls.add_method('SetTypeId', |
|
771 |
'void', |
|
772 |
[param('ns3::TypeId', 'tid')]) |
|
773 |
## object-factory.h: void ns3::ObjectFactory::SetTypeId(char const * tid) [member function] |
|
774 |
cls.add_method('SetTypeId', |
|
775 |
'void', |
|
776 |
[param('char const *', 'tid')]) |
|
777 |
## object-factory.h: void ns3::ObjectFactory::SetTypeId(std::string tid) [member function] |
|
778 |
cls.add_method('SetTypeId', |
|
779 |
'void', |
|
780 |
[param('std::string', 'tid')]) |
|
781 |
return |
|
782 |
||
783 |
def register_Ns3RandomVariable_methods(root_module, cls): |
|
784 |
cls.add_output_stream_operator() |
|
785 |
## random-variable.h: ns3::RandomVariable::RandomVariable() [constructor] |
|
786 |
cls.add_constructor([]) |
|
787 |
## random-variable.h: ns3::RandomVariable::RandomVariable(ns3::RandomVariable const & o) [copy constructor] |
|
788 |
cls.add_constructor([param('ns3::RandomVariable const &', 'o')]) |
|
789 |
## random-variable.h: uint32_t ns3::RandomVariable::GetInteger() const [member function] |
|
790 |
cls.add_method('GetInteger', |
|
791 |
'uint32_t', |
|
792 |
[], |
|
793 |
is_const=True) |
|
794 |
## random-variable.h: double ns3::RandomVariable::GetValue() const [member function] |
|
795 |
cls.add_method('GetValue', |
|
796 |
'double', |
|
797 |
[], |
|
798 |
is_const=True) |
|
799 |
return |
|
800 |
||
801 |
def register_Ns3RngStream_methods(root_module, cls): |
|
802 |
## rng-stream.h: ns3::RngStream::RngStream() [constructor] |
|
803 |
cls.add_constructor([]) |
|
804 |
## rng-stream.h: ns3::RngStream::RngStream(ns3::RngStream const & arg0) [copy constructor] |
|
805 |
cls.add_constructor([param('ns3::RngStream const &', 'arg0')]) |
|
806 |
## rng-stream.h: void ns3::RngStream::AdvanceState(int32_t e, int32_t c) [member function] |
|
807 |
cls.add_method('AdvanceState', |
|
808 |
'void', |
|
809 |
[param('int32_t', 'e'), param('int32_t', 'c')]) |
|
810 |
## rng-stream.h: static bool ns3::RngStream::CheckSeed(uint32_t const * seed) [member function] |
|
811 |
cls.add_method('CheckSeed', |
|
812 |
'bool', |
|
813 |
[param('uint32_t const *', 'seed')], |
|
814 |
is_static=True) |
|
815 |
## rng-stream.h: static bool ns3::RngStream::CheckSeed(uint32_t seed) [member function] |
|
816 |
cls.add_method('CheckSeed', |
|
817 |
'bool', |
|
818 |
[param('uint32_t', 'seed')], |
|
819 |
is_static=True) |
|
820 |
## rng-stream.h: static uint32_t ns3::RngStream::GetPackageRun() [member function] |
|
821 |
cls.add_method('GetPackageRun', |
|
822 |
'uint32_t', |
|
823 |
[], |
|
824 |
is_static=True) |
|
825 |
## rng-stream.h: static void ns3::RngStream::GetPackageSeed(uint32_t * seed) [member function] |
|
826 |
cls.add_method('GetPackageSeed', |
|
827 |
'void', |
|
828 |
[param('uint32_t *', 'seed')], |
|
829 |
is_static=True) |
|
830 |
## rng-stream.h: void ns3::RngStream::GetState(uint32_t * seed) const [member function] |
|
831 |
cls.add_method('GetState', |
|
832 |
'void', |
|
833 |
[param('uint32_t *', 'seed')], |
|
834 |
is_const=True) |
|
835 |
## rng-stream.h: void ns3::RngStream::IncreasedPrecis(bool incp) [member function] |
|
836 |
cls.add_method('IncreasedPrecis', |
|
837 |
'void', |
|
838 |
[param('bool', 'incp')]) |
|
839 |
## rng-stream.h: void ns3::RngStream::InitializeStream() [member function] |
|
840 |
cls.add_method('InitializeStream', |
|
841 |
'void', |
|
842 |
[]) |
|
843 |
## rng-stream.h: int32_t ns3::RngStream::RandInt(int32_t i, int32_t j) [member function] |
|
844 |
cls.add_method('RandInt', |
|
845 |
'int32_t', |
|
846 |
[param('int32_t', 'i'), param('int32_t', 'j')]) |
|
847 |
## rng-stream.h: double ns3::RngStream::RandU01() [member function] |
|
848 |
cls.add_method('RandU01', |
|
849 |
'double', |
|
850 |
[]) |
|
851 |
## rng-stream.h: void ns3::RngStream::ResetNextSubstream() [member function] |
|
852 |
cls.add_method('ResetNextSubstream', |
|
853 |
'void', |
|
854 |
[]) |
|
855 |
## rng-stream.h: void ns3::RngStream::ResetNthSubstream(uint32_t N) [member function] |
|
856 |
cls.add_method('ResetNthSubstream', |
|
857 |
'void', |
|
858 |
[param('uint32_t', 'N')]) |
|
859 |
## rng-stream.h: void ns3::RngStream::ResetStartStream() [member function] |
|
860 |
cls.add_method('ResetStartStream', |
|
861 |
'void', |
|
862 |
[]) |
|
863 |
## rng-stream.h: void ns3::RngStream::ResetStartSubstream() [member function] |
|
864 |
cls.add_method('ResetStartSubstream', |
|
865 |
'void', |
|
866 |
[]) |
|
867 |
## rng-stream.h: void ns3::RngStream::SetAntithetic(bool a) [member function] |
|
868 |
cls.add_method('SetAntithetic', |
|
869 |
'void', |
|
870 |
[param('bool', 'a')]) |
|
871 |
## rng-stream.h: static void ns3::RngStream::SetPackageRun(uint32_t run) [member function] |
|
872 |
cls.add_method('SetPackageRun', |
|
873 |
'void', |
|
874 |
[param('uint32_t', 'run')], |
|
875 |
is_static=True) |
|
876 |
## rng-stream.h: static bool ns3::RngStream::SetPackageSeed(uint32_t seed) [member function] |
|
877 |
cls.add_method('SetPackageSeed', |
|
878 |
'bool', |
|
879 |
[param('uint32_t', 'seed')], |
|
880 |
is_static=True) |
|
881 |
## rng-stream.h: static bool ns3::RngStream::SetPackageSeed(uint32_t const * seed) [member function] |
|
882 |
cls.add_method('SetPackageSeed', |
|
883 |
'bool', |
|
884 |
[param('uint32_t const *', 'seed')], |
|
885 |
is_static=True) |
|
886 |
## rng-stream.h: bool ns3::RngStream::SetSeeds(uint32_t const * seed) [member function] |
|
887 |
cls.add_method('SetSeeds', |
|
888 |
'bool', |
|
889 |
[param('uint32_t const *', 'seed')]) |
|
890 |
return |
|
891 |
||
892 |
def register_Ns3SeedManager_methods(root_module, cls): |
|
893 |
## random-variable.h: ns3::SeedManager::SeedManager() [constructor] |
|
894 |
cls.add_constructor([]) |
|
895 |
## random-variable.h: ns3::SeedManager::SeedManager(ns3::SeedManager const & arg0) [copy constructor] |
|
896 |
cls.add_constructor([param('ns3::SeedManager const &', 'arg0')]) |
|
897 |
## random-variable.h: static bool ns3::SeedManager::CheckSeed(uint32_t seed) [member function] |
|
898 |
cls.add_method('CheckSeed', |
|
899 |
'bool', |
|
900 |
[param('uint32_t', 'seed')], |
|
901 |
is_static=True) |
|
902 |
## random-variable.h: static uint32_t ns3::SeedManager::GetRun() [member function] |
|
903 |
cls.add_method('GetRun', |
|
904 |
'uint32_t', |
|
905 |
[], |
|
906 |
is_static=True) |
|
907 |
## random-variable.h: static uint32_t ns3::SeedManager::GetSeed() [member function] |
|
908 |
cls.add_method('GetSeed', |
|
909 |
'uint32_t', |
|
910 |
[], |
|
911 |
is_static=True) |
|
912 |
## random-variable.h: static void ns3::SeedManager::SetRun(uint32_t run) [member function] |
|
913 |
cls.add_method('SetRun', |
|
914 |
'void', |
|
915 |
[param('uint32_t', 'run')], |
|
916 |
is_static=True) |
|
917 |
## random-variable.h: static void ns3::SeedManager::SetSeed(uint32_t seed) [member function] |
|
918 |
cls.add_method('SetSeed', |
|
919 |
'void', |
|
920 |
[param('uint32_t', 'seed')], |
|
921 |
is_static=True) |
|
922 |
return |
|
923 |
||
924 |
def register_Ns3SequentialVariable_methods(root_module, cls): |
|
925 |
## random-variable.h: ns3::SequentialVariable::SequentialVariable(ns3::SequentialVariable const & arg0) [copy constructor] |
|
926 |
cls.add_constructor([param('ns3::SequentialVariable const &', 'arg0')]) |
|
927 |
## random-variable.h: ns3::SequentialVariable::SequentialVariable(double f, double l, double i=1, uint32_t c=1) [constructor] |
|
928 |
cls.add_constructor([param('double', 'f'), param('double', 'l'), param('double', 'i', default_value='1'), param('uint32_t', 'c', default_value='1')]) |
|
929 |
## random-variable.h: ns3::SequentialVariable::SequentialVariable(double f, double l, ns3::RandomVariable const & i, uint32_t c=1) [constructor] |
|
930 |
cls.add_constructor([param('double', 'f'), param('double', 'l'), param('ns3::RandomVariable const &', 'i'), param('uint32_t', 'c', default_value='1')]) |
|
931 |
return |
|
932 |
||
5841 | 933 |
def register_Ns3SimpleRefCount__Ns3Object_Ns3ObjectBase_Ns3ObjectDeleter_methods(root_module, cls): |
934 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount() [constructor] |
|
935 |
cls.add_constructor([]) |
|
936 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::SimpleRefCount(ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter> const & o) [copy constructor] |
|
937 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter > const &', 'o')]) |
|
938 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Object, ns3::ObjectBase, ns3::ObjectDeleter>::Cleanup() [member function] |
|
939 |
cls.add_method('Cleanup', |
|
940 |
'void', |
|
941 |
[], |
|
942 |
is_static=True) |
|
943 |
return |
|
944 |
||
5348 | 945 |
def register_Ns3SystemCondition_methods(root_module, cls): |
946 |
## system-condition.h: ns3::SystemCondition::SystemCondition(ns3::SystemCondition const & arg0) [copy constructor] |
|
947 |
cls.add_constructor([param('ns3::SystemCondition const &', 'arg0')]) |
|
948 |
## system-condition.h: ns3::SystemCondition::SystemCondition() [constructor] |
|
949 |
cls.add_constructor([]) |
|
950 |
## system-condition.h: void ns3::SystemCondition::Broadcast() [member function] |
|
951 |
cls.add_method('Broadcast', |
|
952 |
'void', |
|
953 |
[]) |
|
954 |
## system-condition.h: bool ns3::SystemCondition::GetCondition() [member function] |
|
955 |
cls.add_method('GetCondition', |
|
956 |
'bool', |
|
957 |
[]) |
|
958 |
## system-condition.h: void ns3::SystemCondition::SetCondition(bool condition) [member function] |
|
959 |
cls.add_method('SetCondition', |
|
960 |
'void', |
|
961 |
[param('bool', 'condition')]) |
|
962 |
## system-condition.h: void ns3::SystemCondition::Signal() [member function] |
|
963 |
cls.add_method('Signal', |
|
964 |
'void', |
|
965 |
[]) |
|
966 |
## system-condition.h: bool ns3::SystemCondition::TimedWait(uint64_t ns) [member function] |
|
967 |
cls.add_method('TimedWait', |
|
968 |
'bool', |
|
969 |
[param('uint64_t', 'ns')]) |
|
970 |
## system-condition.h: void ns3::SystemCondition::Wait() [member function] |
|
971 |
cls.add_method('Wait', |
|
972 |
'void', |
|
973 |
[]) |
|
974 |
return |
|
975 |
||
976 |
def register_Ns3SystemMutex_methods(root_module, cls): |
|
977 |
## system-mutex.h: ns3::SystemMutex::SystemMutex(ns3::SystemMutex const & arg0) [copy constructor] |
|
978 |
cls.add_constructor([param('ns3::SystemMutex const &', 'arg0')]) |
|
979 |
## system-mutex.h: ns3::SystemMutex::SystemMutex() [constructor] |
|
980 |
cls.add_constructor([]) |
|
981 |
## system-mutex.h: void ns3::SystemMutex::Lock() [member function] |
|
982 |
cls.add_method('Lock', |
|
983 |
'void', |
|
984 |
[]) |
|
985 |
## system-mutex.h: void ns3::SystemMutex::Unlock() [member function] |
|
986 |
cls.add_method('Unlock', |
|
987 |
'void', |
|
988 |
[]) |
|
989 |
return |
|
990 |
||
991 |
def register_Ns3SystemWallClockMs_methods(root_module, cls): |
|
992 |
## system-wall-clock-ms.h: ns3::SystemWallClockMs::SystemWallClockMs(ns3::SystemWallClockMs const & arg0) [copy constructor] |
|
993 |
cls.add_constructor([param('ns3::SystemWallClockMs const &', 'arg0')]) |
|
994 |
## system-wall-clock-ms.h: ns3::SystemWallClockMs::SystemWallClockMs() [constructor] |
|
995 |
cls.add_constructor([]) |
|
5504
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
996 |
## system-wall-clock-ms.h: int64_t ns3::SystemWallClockMs::End() [member function] |
5348 | 997 |
cls.add_method('End', |
5504
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
998 |
'int64_t', |
5348 | 999 |
[]) |
5504
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1000 |
## system-wall-clock-ms.h: int64_t ns3::SystemWallClockMs::GetElapsedReal() const [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1001 |
cls.add_method('GetElapsedReal', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1002 |
'int64_t', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1003 |
[], |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1004 |
is_const=True) |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1005 |
## system-wall-clock-ms.h: int64_t ns3::SystemWallClockMs::GetElapsedSystem() const [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1006 |
cls.add_method('GetElapsedSystem', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1007 |
'int64_t', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1008 |
[], |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1009 |
is_const=True) |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1010 |
## system-wall-clock-ms.h: int64_t ns3::SystemWallClockMs::GetElapsedUser() const [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1011 |
cls.add_method('GetElapsedUser', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1012 |
'int64_t', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1013 |
[], |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1014 |
is_const=True) |
5348 | 1015 |
## system-wall-clock-ms.h: void ns3::SystemWallClockMs::Start() [member function] |
1016 |
cls.add_method('Start', |
|
1017 |
'void', |
|
1018 |
[]) |
|
1019 |
return |
|
1020 |
||
1021 |
def register_Ns3TestCase_methods(root_module, cls): |
|
1022 |
## test.h: ns3::TestCase::TestCase(std::string name) [constructor] |
|
1023 |
cls.add_constructor([param('std::string', 'name')]) |
|
1024 |
## test.h: bool ns3::TestCase::Run() [member function] |
|
1025 |
cls.add_method('Run', |
|
1026 |
'bool', |
|
1027 |
[]) |
|
1028 |
## test.h: void ns3::TestCase::SetVerbose(bool verbose) [member function] |
|
1029 |
cls.add_method('SetVerbose', |
|
1030 |
'void', |
|
1031 |
[param('bool', 'verbose')]) |
|
1032 |
## test.h: void ns3::TestCase::SetContinueOnFailure(bool continueOnFailure) [member function] |
|
1033 |
cls.add_method('SetContinueOnFailure', |
|
1034 |
'void', |
|
1035 |
[param('bool', 'continueOnFailure')]) |
|
1036 |
## test.h: void ns3::TestCase::SetName(std::string name) [member function] |
|
1037 |
cls.add_method('SetName', |
|
1038 |
'void', |
|
1039 |
[param('std::string', 'name')]) |
|
1040 |
## test.h: std::string ns3::TestCase::GetName() [member function] |
|
1041 |
cls.add_method('GetName', |
|
1042 |
'std::string', |
|
1043 |
[]) |
|
1044 |
## test.h: void ns3::TestCase::SetBaseDir(std::string dir) [member function] |
|
1045 |
cls.add_method('SetBaseDir', |
|
1046 |
'void', |
|
1047 |
[param('std::string', 'dir')]) |
|
1048 |
## test.h: std::string ns3::TestCase::GetBaseDir() [member function] |
|
1049 |
cls.add_method('GetBaseDir', |
|
1050 |
'std::string', |
|
1051 |
[]) |
|
5504
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1052 |
## test.h: void ns3::TestCase::SetTempDir(std::string dir) [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1053 |
cls.add_method('SetTempDir', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1054 |
'void', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1055 |
[param('std::string', 'dir')]) |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1056 |
## test.h: std::string ns3::TestCase::GetTempDir() [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1057 |
cls.add_method('GetTempDir', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1058 |
'std::string', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1059 |
[]) |
5348 | 1060 |
## test.h: std::string ns3::TestCase::GetSourceDir(std::string file) [member function] |
1061 |
cls.add_method('GetSourceDir', |
|
1062 |
'std::string', |
|
1063 |
[param('std::string', 'file')]) |
|
1064 |
## test.h: void ns3::TestCase::SetStream(std::ofstream * ofs) [member function] |
|
1065 |
cls.add_method('SetStream', |
|
1066 |
'void', |
|
1067 |
[param('std::ofstream *', 'ofs')]) |
|
1068 |
## test.h: std::ofstream * ns3::TestCase::GetStream() [member function] |
|
1069 |
cls.add_method('GetStream', |
|
1070 |
'std::ofstream *', |
|
1071 |
[]) |
|
1072 |
## test.h: void ns3::TestCase::UpdateErrorStatus(bool error) [member function] |
|
1073 |
cls.add_method('UpdateErrorStatus', |
|
1074 |
'void', |
|
1075 |
[param('bool', 'error')]) |
|
1076 |
## test.h: void ns3::TestCase::SetErrorStatus(bool error) [member function] |
|
1077 |
cls.add_method('SetErrorStatus', |
|
1078 |
'void', |
|
1079 |
[param('bool', 'error')]) |
|
1080 |
## test.h: bool ns3::TestCase::GetErrorStatus() [member function] |
|
1081 |
cls.add_method('GetErrorStatus', |
|
1082 |
'bool', |
|
1083 |
[]) |
|
1084 |
## test.h: bool ns3::TestCase::ContinueOnFailure() [member function] |
|
1085 |
cls.add_method('ContinueOnFailure', |
|
1086 |
'bool', |
|
1087 |
[]) |
|
1088 |
## test.h: void ns3::TestCase::ReportStart() [member function] |
|
1089 |
cls.add_method('ReportStart', |
|
1090 |
'void', |
|
1091 |
[]) |
|
1092 |
## test.h: void ns3::TestCase::ReportCaseSuccess() [member function] |
|
1093 |
cls.add_method('ReportCaseSuccess', |
|
1094 |
'void', |
|
1095 |
[]) |
|
1096 |
## test.h: void ns3::TestCase::ReportCaseFailure() [member function] |
|
1097 |
cls.add_method('ReportCaseFailure', |
|
1098 |
'void', |
|
1099 |
[]) |
|
1100 |
## test.h: void ns3::TestCase::ReportTestFailure(std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) [member function] |
|
1101 |
cls.add_method('ReportTestFailure', |
|
1102 |
'void', |
|
1103 |
[param('std::string', 'cond'), param('std::string', 'actual'), param('std::string', 'limit'), param('std::string', 'message'), param('std::string', 'file'), param('int32_t', 'line')]) |
|
1104 |
## test.h: void ns3::TestCase::ReportEnd() [member function] |
|
1105 |
cls.add_method('ReportEnd', |
|
1106 |
'void', |
|
1107 |
[]) |
|
1108 |
## test.h: void ns3::TestCase::DoReportStart() [member function] |
|
1109 |
cls.add_method('DoReportStart', |
|
1110 |
'void', |
|
1111 |
[], |
|
1112 |
visibility='protected', is_virtual=True) |
|
1113 |
## test.h: void ns3::TestCase::DoReportCaseSuccess() [member function] |
|
1114 |
cls.add_method('DoReportCaseSuccess', |
|
1115 |
'void', |
|
1116 |
[], |
|
1117 |
visibility='protected', is_virtual=True) |
|
1118 |
## test.h: void ns3::TestCase::DoReportCaseFailure() [member function] |
|
1119 |
cls.add_method('DoReportCaseFailure', |
|
1120 |
'void', |
|
1121 |
[], |
|
1122 |
visibility='protected', is_virtual=True) |
|
1123 |
## test.h: void ns3::TestCase::DoReportTestFailure(std::string cond, std::string actual, std::string limit, std::string message, std::string file, int32_t line) [member function] |
|
1124 |
cls.add_method('DoReportTestFailure', |
|
1125 |
'void', |
|
1126 |
[param('std::string', 'cond'), param('std::string', 'actual'), param('std::string', 'limit'), param('std::string', 'message'), param('std::string', 'file'), param('int32_t', 'line')], |
|
1127 |
visibility='protected', is_virtual=True) |
|
1128 |
## test.h: void ns3::TestCase::DoReportEnd() [member function] |
|
1129 |
cls.add_method('DoReportEnd', |
|
1130 |
'void', |
|
1131 |
[], |
|
1132 |
visibility='protected', is_virtual=True) |
|
1133 |
## test.h: void ns3::TestCase::DoSetup() [member function] |
|
1134 |
cls.add_method('DoSetup', |
|
1135 |
'void', |
|
1136 |
[], |
|
1137 |
visibility='protected', is_virtual=True) |
|
1138 |
## test.h: bool ns3::TestCase::DoRun() [member function] |
|
1139 |
cls.add_method('DoRun', |
|
1140 |
'bool', |
|
1141 |
[], |
|
1142 |
is_pure_virtual=True, visibility='protected', is_virtual=True) |
|
1143 |
## test.h: void ns3::TestCase::DoTeardown() [member function] |
|
1144 |
cls.add_method('DoTeardown', |
|
1145 |
'void', |
|
1146 |
[], |
|
1147 |
visibility='protected', is_virtual=True) |
|
1148 |
return |
|
1149 |
||
1150 |
def register_Ns3TestRunner_methods(root_module, cls): |
|
1151 |
## test.h: ns3::TestRunner::TestRunner() [constructor] |
|
1152 |
cls.add_constructor([]) |
|
1153 |
## test.h: ns3::TestRunner::TestRunner(ns3::TestRunner const & arg0) [copy constructor] |
|
1154 |
cls.add_constructor([param('ns3::TestRunner const &', 'arg0')]) |
|
1155 |
## test.h: static uint32_t ns3::TestRunner::AddTestSuite(ns3::TestSuite * testSuite) [member function] |
|
1156 |
cls.add_method('AddTestSuite', |
|
1157 |
'uint32_t', |
|
1158 |
[param('ns3::TestSuite *', 'testSuite')], |
|
1159 |
is_static=True) |
|
1160 |
## test.h: static uint32_t ns3::TestRunner::GetNTestSuites() [member function] |
|
1161 |
cls.add_method('GetNTestSuites', |
|
1162 |
'uint32_t', |
|
1163 |
[], |
|
1164 |
is_static=True) |
|
1165 |
## test.h: static ns3::TestSuite * ns3::TestRunner::GetTestSuite(uint32_t n) [member function] |
|
1166 |
cls.add_method('GetTestSuite', |
|
1167 |
'ns3::TestSuite *', |
|
1168 |
[param('uint32_t', 'n')], |
|
1169 |
is_static=True) |
|
1170 |
return |
|
1171 |
||
1172 |
def register_Ns3TestSuite_methods(root_module, cls): |
|
1173 |
## test.h: ns3::TestSuite::TestSuite(std::string name, ns3::TestSuite::TestType type=::ns3::TestSuite::UNIT) [constructor] |
|
1174 |
cls.add_constructor([param('std::string', 'name'), param('ns3::TestSuite::TestType', 'type', default_value='::ns3::TestSuite::UNIT')]) |
|
1175 |
## test.h: bool ns3::TestSuite::Run() [member function] |
|
1176 |
cls.add_method('Run', |
|
1177 |
'bool', |
|
1178 |
[]) |
|
1179 |
## test.h: uint32_t ns3::TestSuite::AddTestCase(ns3::TestCase * testCase) [member function] |
|
1180 |
cls.add_method('AddTestCase', |
|
1181 |
'uint32_t', |
|
1182 |
[param('ns3::TestCase *', 'testCase')]) |
|
1183 |
## test.h: uint32_t ns3::TestSuite::GetNTestCases() [member function] |
|
1184 |
cls.add_method('GetNTestCases', |
|
1185 |
'uint32_t', |
|
1186 |
[]) |
|
1187 |
## test.h: ns3::TestCase * ns3::TestSuite::GetTestCase(uint32_t i) [member function] |
|
1188 |
cls.add_method('GetTestCase', |
|
1189 |
'ns3::TestCase *', |
|
1190 |
[param('uint32_t', 'i')]) |
|
1191 |
## test.h: ns3::TestSuite::TestType ns3::TestSuite::GetTestType() [member function] |
|
1192 |
cls.add_method('GetTestType', |
|
1193 |
'ns3::TestSuite::TestType', |
|
1194 |
[]) |
|
1195 |
## test.h: void ns3::TestSuite::SetVerbose(bool verbose) [member function] |
|
1196 |
cls.add_method('SetVerbose', |
|
1197 |
'void', |
|
1198 |
[param('bool', 'verbose')]) |
|
1199 |
## test.h: void ns3::TestSuite::SetContinueOnFailure(bool continueOnFailure) [member function] |
|
1200 |
cls.add_method('SetContinueOnFailure', |
|
1201 |
'void', |
|
1202 |
[param('bool', 'continueOnFailure')]) |
|
1203 |
## test.h: void ns3::TestSuite::SetName(std::string name) [member function] |
|
1204 |
cls.add_method('SetName', |
|
1205 |
'void', |
|
1206 |
[param('std::string', 'name')]) |
|
1207 |
## test.h: std::string ns3::TestSuite::GetName() [member function] |
|
1208 |
cls.add_method('GetName', |
|
1209 |
'std::string', |
|
1210 |
[]) |
|
1211 |
## test.h: void ns3::TestSuite::SetBaseDir(std::string basedir) [member function] |
|
1212 |
cls.add_method('SetBaseDir', |
|
1213 |
'void', |
|
1214 |
[param('std::string', 'basedir')]) |
|
1215 |
## test.h: std::string ns3::TestSuite::GetBaseDir() [member function] |
|
1216 |
cls.add_method('GetBaseDir', |
|
1217 |
'std::string', |
|
1218 |
[]) |
|
5504
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1219 |
## test.h: void ns3::TestSuite::SetTempDir(std::string dir) [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1220 |
cls.add_method('SetTempDir', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1221 |
'void', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1222 |
[param('std::string', 'dir')]) |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1223 |
## test.h: std::string ns3::TestSuite::GetTempDir() [member function] |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1224 |
cls.add_method('GetTempDir', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1225 |
'std::string', |
2cc780c07f5e
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5456
diff
changeset
|
1226 |
[]) |
5348 | 1227 |
## test.h: void ns3::TestSuite::SetStream(std::ofstream * ofs) [member function] |
1228 |
cls.add_method('SetStream', |
|
1229 |
'void', |
|
1230 |
[param('std::ofstream *', 'ofs')]) |
|
1231 |
## test.h: void ns3::TestSuite::UpdateErrorStatus(bool error) [member function] |
|
1232 |
cls.add_method('UpdateErrorStatus', |
|
1233 |
'void', |
|
1234 |
[param('bool', 'error')]) |
|
1235 |
## test.h: void ns3::TestSuite::SetErrorStatus(bool error) [member function] |
|
1236 |
cls.add_method('SetErrorStatus', |
|
1237 |
'void', |
|
1238 |
[param('bool', 'error')]) |
|
1239 |
## test.h: bool ns3::TestSuite::GetErrorStatus() [member function] |
|
1240 |
cls.add_method('GetErrorStatus', |
|
1241 |
'bool', |
|
1242 |
[]) |
|
1243 |
## test.h: bool ns3::TestSuite::ContinueOnFailure() [member function] |
|
1244 |
cls.add_method('ContinueOnFailure', |
|
1245 |
'bool', |
|
1246 |
[]) |
|
1247 |
## test.h: void ns3::TestSuite::ReportStart() [member function] |
|
1248 |
cls.add_method('ReportStart', |
|
1249 |
'void', |
|
1250 |
[]) |
|
1251 |
## test.h: void ns3::TestSuite::ReportSuccess() [member function] |
|
1252 |
cls.add_method('ReportSuccess', |
|
1253 |
'void', |
|
1254 |
[]) |
|
1255 |
## test.h: void ns3::TestSuite::ReportFailure() [member function] |
|
1256 |
cls.add_method('ReportFailure', |
|
1257 |
'void', |
|
1258 |
[]) |
|
1259 |
## test.h: void ns3::TestSuite::ReportEnd() [member function] |
|
1260 |
cls.add_method('ReportEnd', |
|
1261 |
'void', |
|
1262 |
[]) |
|
1263 |
## test.h: void ns3::TestSuite::DoReportStart() [member function] |
|
1264 |
cls.add_method('DoReportStart', |
|
1265 |
'void', |
|
1266 |
[], |
|
1267 |
visibility='protected', is_virtual=True) |
|
1268 |
## test.h: void ns3::TestSuite::DoReportSuccess() [member function] |
|
1269 |
cls.add_method('DoReportSuccess', |
|
1270 |
'void', |
|
1271 |
[], |
|
1272 |
visibility='protected', is_virtual=True) |
|
1273 |
## test.h: void ns3::TestSuite::DoReportFailure() [member function] |
|
1274 |
cls.add_method('DoReportFailure', |
|
1275 |
'void', |
|
1276 |
[], |
|
1277 |
visibility='protected', is_virtual=True) |
|
1278 |
## test.h: void ns3::TestSuite::DoReportEnd() [member function] |
|
1279 |
cls.add_method('DoReportEnd', |
|
1280 |
'void', |
|
1281 |
[], |
|
1282 |
visibility='protected', is_virtual=True) |
|
1283 |
## test.h: void ns3::TestSuite::DoSetup() [member function] |
|
1284 |
cls.add_method('DoSetup', |
|
1285 |
'void', |
|
1286 |
[], |
|
1287 |
visibility='protected', is_virtual=True) |
|
1288 |
## test.h: bool ns3::TestSuite::DoRun() [member function] |
|
1289 |
cls.add_method('DoRun', |
|
1290 |
'bool', |
|
1291 |
[], |
|
1292 |
visibility='protected', is_virtual=True) |
|
1293 |
## test.h: void ns3::TestSuite::DoTeardown() [member function] |
|
1294 |
cls.add_method('DoTeardown', |
|
1295 |
'void', |
|
1296 |
[], |
|
1297 |
visibility='protected', is_virtual=True) |
|
1298 |
return |
|
1299 |
||
1300 |
def register_Ns3TriangularVariable_methods(root_module, cls): |
|
1301 |
## random-variable.h: ns3::TriangularVariable::TriangularVariable(ns3::TriangularVariable const & arg0) [copy constructor] |
|
1302 |
cls.add_constructor([param('ns3::TriangularVariable const &', 'arg0')]) |
|
1303 |
## random-variable.h: ns3::TriangularVariable::TriangularVariable() [constructor] |
|
1304 |
cls.add_constructor([]) |
|
1305 |
## random-variable.h: ns3::TriangularVariable::TriangularVariable(double s, double l, double mean) [constructor] |
|
1306 |
cls.add_constructor([param('double', 's'), param('double', 'l'), param('double', 'mean')]) |
|
1307 |
return |
|
1308 |
||
1309 |
def register_Ns3TypeId_methods(root_module, cls): |
|
1310 |
cls.add_binary_comparison_operator('!=') |
|
1311 |
cls.add_binary_comparison_operator('<') |
|
1312 |
cls.add_output_stream_operator() |
|
1313 |
cls.add_binary_comparison_operator('==') |
|
1314 |
## type-id.h: ns3::TypeId::TypeId(char const * name) [constructor] |
|
1315 |
cls.add_constructor([param('char const *', 'name')]) |
|
1316 |
## type-id.h: ns3::TypeId::TypeId() [constructor] |
|
1317 |
cls.add_constructor([]) |
|
1318 |
## type-id.h: ns3::TypeId::TypeId(ns3::TypeId const & o) [copy constructor] |
|
1319 |
cls.add_constructor([param('ns3::TypeId const &', 'o')]) |
|
1320 |
## type-id.h: 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] |
|
1321 |
cls.add_method('AddAttribute', |
|
1322 |
'ns3::TypeId', |
|
1323 |
[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')]) |
|
1324 |
## type-id.h: 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] |
|
1325 |
cls.add_method('AddAttribute', |
|
1326 |
'ns3::TypeId', |
|
1327 |
[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')]) |
|
1328 |
## type-id.h: ns3::TypeId ns3::TypeId::AddTraceSource(std::string name, std::string help, ns3::Ptr<ns3::TraceSourceAccessor const> accessor) [member function] |
|
1329 |
cls.add_method('AddTraceSource', |
|
1330 |
'ns3::TypeId', |
|
1331 |
[param('std::string', 'name'), param('std::string', 'help'), param('ns3::Ptr< ns3::TraceSourceAccessor const >', 'accessor')]) |
|
1332 |
## type-id.h: ns3::Ptr<ns3::AttributeAccessor const> ns3::TypeId::GetAttributeAccessor(uint32_t i) const [member function] |
|
1333 |
cls.add_method('GetAttributeAccessor', |
|
1334 |
'ns3::Ptr< ns3::AttributeAccessor const >', |
|
1335 |
[param('uint32_t', 'i')], |
|
1336 |
is_const=True) |
|
1337 |
## type-id.h: ns3::Ptr<ns3::AttributeChecker const> ns3::TypeId::GetAttributeChecker(uint32_t i) const [member function] |
|
1338 |
cls.add_method('GetAttributeChecker', |
|
1339 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
1340 |
[param('uint32_t', 'i')], |
|
1341 |
is_const=True) |
|
1342 |
## type-id.h: uint32_t ns3::TypeId::GetAttributeFlags(uint32_t i) const [member function] |
|
1343 |
cls.add_method('GetAttributeFlags', |
|
1344 |
'uint32_t', |
|
1345 |
[param('uint32_t', 'i')], |
|
1346 |
is_const=True) |
|
1347 |
## type-id.h: std::string ns3::TypeId::GetAttributeFullName(uint32_t i) const [member function] |
|
1348 |
cls.add_method('GetAttributeFullName', |
|
1349 |
'std::string', |
|
1350 |
[param('uint32_t', 'i')], |
|
1351 |
is_const=True) |
|
1352 |
## type-id.h: std::string ns3::TypeId::GetAttributeHelp(uint32_t i) const [member function] |
|
1353 |
cls.add_method('GetAttributeHelp', |
|
1354 |
'std::string', |
|
1355 |
[param('uint32_t', 'i')], |
|
1356 |
is_const=True) |
|
1357 |
## type-id.h: ns3::Ptr<ns3::AttributeValue const> ns3::TypeId::GetAttributeInitialValue(uint32_t i) const [member function] |
|
1358 |
cls.add_method('GetAttributeInitialValue', |
|
1359 |
'ns3::Ptr< ns3::AttributeValue const >', |
|
1360 |
[param('uint32_t', 'i')], |
|
1361 |
is_const=True) |
|
1362 |
## type-id.h: uint32_t ns3::TypeId::GetAttributeN() const [member function] |
|
1363 |
cls.add_method('GetAttributeN', |
|
1364 |
'uint32_t', |
|
1365 |
[], |
|
1366 |
is_const=True) |
|
1367 |
## type-id.h: std::string ns3::TypeId::GetAttributeName(uint32_t i) const [member function] |
|
1368 |
cls.add_method('GetAttributeName', |
|
1369 |
'std::string', |
|
1370 |
[param('uint32_t', 'i')], |
|
1371 |
is_const=True) |
|
1372 |
## type-id.h: 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] |
|
1373 |
cls.add_method('GetConstructor', |
|
1374 |
'ns3::Callback< ns3::ObjectBase *, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', |
|
1375 |
[], |
|
1376 |
is_const=True) |
|
1377 |
## type-id.h: std::string ns3::TypeId::GetGroupName() const [member function] |
|
1378 |
cls.add_method('GetGroupName', |
|
1379 |
'std::string', |
|
1380 |
[], |
|
1381 |
is_const=True) |
|
1382 |
## type-id.h: std::string ns3::TypeId::GetName() const [member function] |
|
1383 |
cls.add_method('GetName', |
|
1384 |
'std::string', |
|
1385 |
[], |
|
1386 |
is_const=True) |
|
1387 |
## type-id.h: ns3::TypeId ns3::TypeId::GetParent() const [member function] |
|
1388 |
cls.add_method('GetParent', |
|
1389 |
'ns3::TypeId', |
|
1390 |
[], |
|
1391 |
is_const=True) |
|
1392 |
## type-id.h: static ns3::TypeId ns3::TypeId::GetRegistered(uint32_t i) [member function] |
|
1393 |
cls.add_method('GetRegistered', |
|
1394 |
'ns3::TypeId', |
|
1395 |
[param('uint32_t', 'i')], |
|
1396 |
is_static=True) |
|
1397 |
## type-id.h: static uint32_t ns3::TypeId::GetRegisteredN() [member function] |
|
1398 |
cls.add_method('GetRegisteredN', |
|
1399 |
'uint32_t', |
|
1400 |
[], |
|
1401 |
is_static=True) |
|
1402 |
## type-id.h: ns3::Ptr<ns3::TraceSourceAccessor const> ns3::TypeId::GetTraceSourceAccessor(uint32_t i) const [member function] |
|
1403 |
cls.add_method('GetTraceSourceAccessor', |
|
1404 |
'ns3::Ptr< ns3::TraceSourceAccessor const >', |
|
1405 |
[param('uint32_t', 'i')], |
|
1406 |
is_const=True) |
|
1407 |
## type-id.h: std::string ns3::TypeId::GetTraceSourceHelp(uint32_t i) const [member function] |
|
1408 |
cls.add_method('GetTraceSourceHelp', |
|
1409 |
'std::string', |
|
1410 |
[param('uint32_t', 'i')], |
|
1411 |
is_const=True) |
|
1412 |
## type-id.h: uint32_t ns3::TypeId::GetTraceSourceN() const [member function] |
|
1413 |
cls.add_method('GetTraceSourceN', |
|
1414 |
'uint32_t', |
|
1415 |
[], |
|
1416 |
is_const=True) |
|
1417 |
## type-id.h: std::string ns3::TypeId::GetTraceSourceName(uint32_t i) const [member function] |
|
1418 |
cls.add_method('GetTraceSourceName', |
|
1419 |
'std::string', |
|
1420 |
[param('uint32_t', 'i')], |
|
1421 |
is_const=True) |
|
1422 |
## type-id.h: uint16_t ns3::TypeId::GetUid() const [member function] |
|
1423 |
cls.add_method('GetUid', |
|
1424 |
'uint16_t', |
|
1425 |
[], |
|
1426 |
is_const=True) |
|
1427 |
## type-id.h: bool ns3::TypeId::HasConstructor() const [member function] |
|
1428 |
cls.add_method('HasConstructor', |
|
1429 |
'bool', |
|
1430 |
[], |
|
1431 |
is_const=True) |
|
1432 |
## type-id.h: bool ns3::TypeId::HasParent() const [member function] |
|
1433 |
cls.add_method('HasParent', |
|
1434 |
'bool', |
|
1435 |
[], |
|
1436 |
is_const=True) |
|
1437 |
## type-id.h: ns3::TypeId ns3::TypeId::HideFromDocumentation() [member function] |
|
1438 |
cls.add_method('HideFromDocumentation', |
|
1439 |
'ns3::TypeId', |
|
1440 |
[]) |
|
1441 |
## type-id.h: bool ns3::TypeId::IsChildOf(ns3::TypeId other) const [member function] |
|
1442 |
cls.add_method('IsChildOf', |
|
1443 |
'bool', |
|
1444 |
[param('ns3::TypeId', 'other')], |
|
1445 |
is_const=True) |
|
1446 |
## type-id.h: static bool ns3::TypeId::LookupAttributeByFullName(std::string fullName, ns3::TypeId::AttributeInfo * info) [member function] |
|
1447 |
cls.add_method('LookupAttributeByFullName', |
|
1448 |
'bool', |
|
1449 |
[param('std::string', 'fullName'), param('ns3::TypeId::AttributeInfo *', 'info')], |
|
1450 |
is_static=True) |
|
1451 |
## type-id.h: bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInfo * info) const [member function] |
|
1452 |
cls.add_method('LookupAttributeByName', |
|
1453 |
'bool', |
|
1454 |
[param('std::string', 'name'), param('ns3::TypeId::AttributeInfo *', 'info', transfer_ownership=False)], |
|
1455 |
is_const=True) |
|
1456 |
## type-id.h: static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function] |
|
1457 |
cls.add_method('LookupByName', |
|
1458 |
'ns3::TypeId', |
|
1459 |
[param('std::string', 'name')], |
|
1460 |
is_static=True) |
|
1461 |
## type-id.h: ns3::Ptr<ns3::TraceSourceAccessor const> ns3::TypeId::LookupTraceSourceByName(std::string name) const [member function] |
|
1462 |
cls.add_method('LookupTraceSourceByName', |
|
1463 |
'ns3::Ptr< ns3::TraceSourceAccessor const >', |
|
1464 |
[param('std::string', 'name')], |
|
1465 |
is_const=True) |
|
1466 |
## type-id.h: bool ns3::TypeId::MustHideFromDocumentation() const [member function] |
|
1467 |
cls.add_method('MustHideFromDocumentation', |
|
1468 |
'bool', |
|
1469 |
[], |
|
1470 |
is_const=True) |
|
1471 |
## type-id.h: ns3::TypeId ns3::TypeId::SetGroupName(std::string groupName) [member function] |
|
1472 |
cls.add_method('SetGroupName', |
|
1473 |
'ns3::TypeId', |
|
1474 |
[param('std::string', 'groupName')]) |
|
1475 |
## type-id.h: ns3::TypeId ns3::TypeId::SetParent(ns3::TypeId tid) [member function] |
|
1476 |
cls.add_method('SetParent', |
|
1477 |
'ns3::TypeId', |
|
1478 |
[param('ns3::TypeId', 'tid')]) |
|
1479 |
## type-id.h: void ns3::TypeId::SetUid(uint16_t tid) [member function] |
|
1480 |
cls.add_method('SetUid', |
|
1481 |
'void', |
|
1482 |
[param('uint16_t', 'tid')]) |
|
1483 |
return |
|
1484 |
||
1485 |
def register_Ns3TypeIdAttributeInfo_methods(root_module, cls): |
|
1486 |
## type-id.h: ns3::TypeId::AttributeInfo::AttributeInfo() [constructor] |
|
1487 |
cls.add_constructor([]) |
|
1488 |
## type-id.h: ns3::TypeId::AttributeInfo::AttributeInfo(ns3::TypeId::AttributeInfo const & arg0) [copy constructor] |
|
1489 |
cls.add_constructor([param('ns3::TypeId::AttributeInfo const &', 'arg0')]) |
|
1490 |
## type-id.h: ns3::TypeId::AttributeInfo::accessor [variable] |
|
1491 |
cls.add_instance_attribute('accessor', 'ns3::Ptr< ns3::AttributeAccessor const >', is_const=False) |
|
1492 |
## type-id.h: ns3::TypeId::AttributeInfo::checker [variable] |
|
1493 |
cls.add_instance_attribute('checker', 'ns3::Ptr< ns3::AttributeChecker const >', is_const=False) |
|
1494 |
## type-id.h: ns3::TypeId::AttributeInfo::flags [variable] |
|
1495 |
cls.add_instance_attribute('flags', 'uint32_t', is_const=False) |
|
1496 |
## type-id.h: ns3::TypeId::AttributeInfo::initialValue [variable] |
|
1497 |
cls.add_instance_attribute('initialValue', 'ns3::Ptr< ns3::AttributeValue const >', is_const=False) |
|
1498 |
return |
|
1499 |
||
1500 |
def register_Ns3UniformVariable_methods(root_module, cls): |
|
1501 |
## random-variable.h: ns3::UniformVariable::UniformVariable(ns3::UniformVariable const & arg0) [copy constructor] |
|
1502 |
cls.add_constructor([param('ns3::UniformVariable const &', 'arg0')]) |
|
1503 |
## random-variable.h: ns3::UniformVariable::UniformVariable() [constructor] |
|
1504 |
cls.add_constructor([]) |
|
1505 |
## random-variable.h: ns3::UniformVariable::UniformVariable(double s, double l) [constructor] |
|
1506 |
cls.add_constructor([param('double', 's'), param('double', 'l')]) |
|
1507 |
## random-variable.h: uint32_t ns3::UniformVariable::GetInteger(uint32_t s, uint32_t l) [member function] |
|
1508 |
cls.add_method('GetInteger', |
|
1509 |
'uint32_t', |
|
1510 |
[param('uint32_t', 's'), param('uint32_t', 'l')]) |
|
1511 |
## random-variable.h: double ns3::UniformVariable::GetValue() const [member function] |
|
1512 |
cls.add_method('GetValue', |
|
1513 |
'double', |
|
1514 |
[], |
|
1515 |
is_const=True) |
|
1516 |
## random-variable.h: double ns3::UniformVariable::GetValue(double s, double l) [member function] |
|
1517 |
cls.add_method('GetValue', |
|
1518 |
'double', |
|
1519 |
[param('double', 's'), param('double', 'l')]) |
|
1520 |
return |
|
1521 |
||
1522 |
def register_Ns3UnsafeAttributeList_methods(root_module, cls): |
|
1523 |
## attribute-list.h: ns3::UnsafeAttributeList::UnsafeAttributeList() [constructor] |
|
1524 |
cls.add_constructor([]) |
|
1525 |
## attribute-list.h: ns3::UnsafeAttributeList::UnsafeAttributeList(ns3::UnsafeAttributeList const & o) [copy constructor] |
|
1526 |
cls.add_constructor([param('ns3::UnsafeAttributeList const &', 'o')]) |
|
1527 |
## attribute-list.h: ns3::AttributeList ns3::UnsafeAttributeList::GetSafe(std::string name) const [member function] |
|
1528 |
cls.add_method('GetSafe', |
|
1529 |
'ns3::AttributeList', |
|
1530 |
[param('std::string', 'name')], |
|
1531 |
is_const=True) |
|
1532 |
## attribute-list.h: void ns3::UnsafeAttributeList::Set(std::string name, ns3::AttributeValue const & param) [member function] |
|
1533 |
cls.add_method('Set', |
|
1534 |
'void', |
|
1535 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'param')]) |
|
1536 |
return |
|
1537 |
||
1538 |
def register_Ns3Vector2D_methods(root_module, cls): |
|
1539 |
cls.add_output_stream_operator() |
|
1540 |
## vector.h: ns3::Vector2D::Vector2D(ns3::Vector2D const & arg0) [copy constructor] |
|
1541 |
cls.add_constructor([param('ns3::Vector2D const &', 'arg0')]) |
|
1542 |
## vector.h: ns3::Vector2D::Vector2D(double _x, double _y) [constructor] |
|
1543 |
cls.add_constructor([param('double', '_x'), param('double', '_y')]) |
|
1544 |
## vector.h: ns3::Vector2D::Vector2D() [constructor] |
|
1545 |
cls.add_constructor([]) |
|
1546 |
## vector.h: ns3::Vector2D::x [variable] |
|
1547 |
cls.add_instance_attribute('x', 'double', is_const=False) |
|
1548 |
## vector.h: ns3::Vector2D::y [variable] |
|
1549 |
cls.add_instance_attribute('y', 'double', is_const=False) |
|
1550 |
return |
|
1551 |
||
1552 |
def register_Ns3Vector3D_methods(root_module, cls): |
|
1553 |
cls.add_output_stream_operator() |
|
1554 |
## vector.h: ns3::Vector3D::Vector3D(ns3::Vector3D const & arg0) [copy constructor] |
|
1555 |
cls.add_constructor([param('ns3::Vector3D const &', 'arg0')]) |
|
1556 |
## vector.h: ns3::Vector3D::Vector3D(double _x, double _y, double _z) [constructor] |
|
1557 |
cls.add_constructor([param('double', '_x'), param('double', '_y'), param('double', '_z')]) |
|
1558 |
## vector.h: ns3::Vector3D::Vector3D() [constructor] |
|
1559 |
cls.add_constructor([]) |
|
1560 |
## vector.h: ns3::Vector3D::x [variable] |
|
1561 |
cls.add_instance_attribute('x', 'double', is_const=False) |
|
1562 |
## vector.h: ns3::Vector3D::y [variable] |
|
1563 |
cls.add_instance_attribute('y', 'double', is_const=False) |
|
1564 |
## vector.h: ns3::Vector3D::z [variable] |
|
1565 |
cls.add_instance_attribute('z', 'double', is_const=False) |
|
1566 |
return |
|
1567 |
||
1568 |
def register_Ns3WeibullVariable_methods(root_module, cls): |
|
1569 |
## random-variable.h: ns3::WeibullVariable::WeibullVariable(ns3::WeibullVariable const & arg0) [copy constructor] |
|
1570 |
cls.add_constructor([param('ns3::WeibullVariable const &', 'arg0')]) |
|
1571 |
## random-variable.h: ns3::WeibullVariable::WeibullVariable() [constructor] |
|
1572 |
cls.add_constructor([]) |
|
1573 |
## random-variable.h: ns3::WeibullVariable::WeibullVariable(double m) [constructor] |
|
1574 |
cls.add_constructor([param('double', 'm')]) |
|
1575 |
## random-variable.h: ns3::WeibullVariable::WeibullVariable(double m, double s) [constructor] |
|
1576 |
cls.add_constructor([param('double', 'm'), param('double', 's')]) |
|
1577 |
## random-variable.h: ns3::WeibullVariable::WeibullVariable(double m, double s, double b) [constructor] |
|
1578 |
cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')]) |
|
1579 |
return |
|
1580 |
||
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1581 |
def register_Ns3ZetaVariable_methods(root_module, cls): |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1582 |
## random-variable.h: ns3::ZetaVariable::ZetaVariable(ns3::ZetaVariable const & arg0) [copy constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1583 |
cls.add_constructor([param('ns3::ZetaVariable const &', 'arg0')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1584 |
## random-variable.h: ns3::ZetaVariable::ZetaVariable(double alpha) [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1585 |
cls.add_constructor([param('double', 'alpha')]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1586 |
## random-variable.h: ns3::ZetaVariable::ZetaVariable() [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1587 |
cls.add_constructor([]) |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1588 |
return |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1589 |
|
5348 | 1590 |
def register_Ns3ZipfVariable_methods(root_module, cls): |
1591 |
## random-variable.h: ns3::ZipfVariable::ZipfVariable(ns3::ZipfVariable const & arg0) [copy constructor] |
|
1592 |
cls.add_constructor([param('ns3::ZipfVariable const &', 'arg0')]) |
|
5982
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1593 |
## random-variable.h: ns3::ZipfVariable::ZipfVariable(long int N, double alpha) [constructor] |
328c7437944d
Python: rescan API
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5881
diff
changeset
|
1594 |
cls.add_constructor([param('long int', 'N'), param('double', 'alpha')]) |
5348 | 1595 |
## random-variable.h: ns3::ZipfVariable::ZipfVariable() [constructor] |
1596 |
cls.add_constructor([]) |
|
1597 |
return |
|
1598 |
||
1599 |
def register_Ns3Empty_methods(root_module, cls): |
|
1600 |
## empty.h: ns3::empty::empty() [constructor] |
|
1601 |
cls.add_constructor([]) |
|
1602 |
## empty.h: ns3::empty::empty(ns3::empty const & arg0) [copy constructor] |
|
1603 |
cls.add_constructor([param('ns3::empty const &', 'arg0')]) |
|
1604 |
return |
|
1605 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1606 |
def register_Ns3ConstantVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1607 |
## random-variable.h: ns3::ConstantVariable::ConstantVariable(ns3::ConstantVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1608 |
cls.add_constructor([param('ns3::ConstantVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1609 |
## random-variable.h: ns3::ConstantVariable::ConstantVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1610 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1611 |
## random-variable.h: ns3::ConstantVariable::ConstantVariable(double c) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1612 |
cls.add_constructor([param('double', 'c')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1613 |
## random-variable.h: void ns3::ConstantVariable::SetConstant(double c) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1614 |
cls.add_method('SetConstant', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1615 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1616 |
[param('double', 'c')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1617 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1618 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1619 |
def register_Ns3DeterministicVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1620 |
## random-variable.h: ns3::DeterministicVariable::DeterministicVariable(ns3::DeterministicVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1621 |
cls.add_constructor([param('ns3::DeterministicVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1622 |
## random-variable.h: ns3::DeterministicVariable::DeterministicVariable(double * d, uint32_t c) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1623 |
cls.add_constructor([param('double *', 'd'), param('uint32_t', 'c')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1624 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1625 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1626 |
def register_Ns3EmpiricalVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1627 |
## random-variable.h: ns3::EmpiricalVariable::EmpiricalVariable(ns3::EmpiricalVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1628 |
cls.add_constructor([param('ns3::EmpiricalVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1629 |
## random-variable.h: ns3::EmpiricalVariable::EmpiricalVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1630 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1631 |
## random-variable.h: void ns3::EmpiricalVariable::CDF(double v, double c) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1632 |
cls.add_method('CDF', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1633 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1634 |
[param('double', 'v'), param('double', 'c')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1635 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1636 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1637 |
def register_Ns3ErlangVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1638 |
## random-variable.h: ns3::ErlangVariable::ErlangVariable(ns3::ErlangVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1639 |
cls.add_constructor([param('ns3::ErlangVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1640 |
## random-variable.h: ns3::ErlangVariable::ErlangVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1641 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1642 |
## random-variable.h: ns3::ErlangVariable::ErlangVariable(unsigned int k, double lambda) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1643 |
cls.add_constructor([param('unsigned int', 'k'), param('double', 'lambda')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1644 |
## random-variable.h: double ns3::ErlangVariable::GetValue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1645 |
cls.add_method('GetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1646 |
'double', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1647 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1648 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1649 |
## random-variable.h: double ns3::ErlangVariable::GetValue(unsigned int k, double lambda) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1650 |
cls.add_method('GetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1651 |
'double', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1652 |
[param('unsigned int', 'k'), param('double', 'lambda')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1653 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1654 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1655 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1656 |
def register_Ns3ExponentialVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1657 |
## random-variable.h: ns3::ExponentialVariable::ExponentialVariable(ns3::ExponentialVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1658 |
cls.add_constructor([param('ns3::ExponentialVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1659 |
## random-variable.h: ns3::ExponentialVariable::ExponentialVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1660 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1661 |
## random-variable.h: ns3::ExponentialVariable::ExponentialVariable(double m) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1662 |
cls.add_constructor([param('double', 'm')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1663 |
## random-variable.h: ns3::ExponentialVariable::ExponentialVariable(double m, double b) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1664 |
cls.add_constructor([param('double', 'm'), param('double', 'b')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1665 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1666 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1667 |
def register_Ns3GammaVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1668 |
## random-variable.h: ns3::GammaVariable::GammaVariable(ns3::GammaVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1669 |
cls.add_constructor([param('ns3::GammaVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1670 |
## random-variable.h: ns3::GammaVariable::GammaVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1671 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1672 |
## random-variable.h: ns3::GammaVariable::GammaVariable(double alpha, double beta) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1673 |
cls.add_constructor([param('double', 'alpha'), param('double', 'beta')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1674 |
## random-variable.h: double ns3::GammaVariable::GetValue() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1675 |
cls.add_method('GetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1676 |
'double', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1677 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1678 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1679 |
## random-variable.h: double ns3::GammaVariable::GetValue(double alpha, double beta) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1680 |
cls.add_method('GetValue', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1681 |
'double', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1682 |
[param('double', 'alpha'), param('double', 'beta')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1683 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1684 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1685 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1686 |
def register_Ns3IntEmpiricalVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1687 |
## random-variable.h: ns3::IntEmpiricalVariable::IntEmpiricalVariable(ns3::IntEmpiricalVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1688 |
cls.add_constructor([param('ns3::IntEmpiricalVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1689 |
## random-variable.h: ns3::IntEmpiricalVariable::IntEmpiricalVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1690 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1691 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1692 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1693 |
def register_Ns3LogNormalVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1694 |
## random-variable.h: ns3::LogNormalVariable::LogNormalVariable(ns3::LogNormalVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1695 |
cls.add_constructor([param('ns3::LogNormalVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1696 |
## random-variable.h: ns3::LogNormalVariable::LogNormalVariable(double mu, double sigma) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1697 |
cls.add_constructor([param('double', 'mu'), param('double', 'sigma')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1698 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1699 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1700 |
def register_Ns3NormalVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1701 |
## random-variable.h: ns3::NormalVariable::NormalVariable(ns3::NormalVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1702 |
cls.add_constructor([param('ns3::NormalVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1703 |
## random-variable.h: ns3::NormalVariable::NormalVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1704 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1705 |
## random-variable.h: ns3::NormalVariable::NormalVariable(double m, double v) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1706 |
cls.add_constructor([param('double', 'm'), param('double', 'v')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1707 |
## random-variable.h: ns3::NormalVariable::NormalVariable(double m, double v, double b) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1708 |
cls.add_constructor([param('double', 'm'), param('double', 'v'), param('double', 'b')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1709 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1710 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1711 |
def register_Ns3Object_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1712 |
## object.h: ns3::Object::Object() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1713 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1714 |
## object.h: void ns3::Object::AggregateObject(ns3::Ptr<ns3::Object> other) [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1715 |
cls.add_method('AggregateObject', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1716 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1717 |
[param('ns3::Ptr< ns3::Object >', 'other')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1718 |
## object.h: void ns3::Object::Dispose() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1719 |
cls.add_method('Dispose', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1720 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1721 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1722 |
## object.h: ns3::Object::AggregateIterator ns3::Object::GetAggregateIterator() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1723 |
cls.add_method('GetAggregateIterator', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1724 |
'ns3::Object::AggregateIterator', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1725 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1726 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1727 |
## object.h: ns3::TypeId ns3::Object::GetInstanceTypeId() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1728 |
cls.add_method('GetInstanceTypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1729 |
'ns3::TypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1730 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1731 |
is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1732 |
## object.h: ns3::Ptr<ns3::Object> ns3::Object::GetObject(ns3::TypeId tid) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1733 |
cls.add_method('GetObject', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1734 |
'ns3::Ptr< ns3::Object >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1735 |
[param('ns3::TypeId', 'tid')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1736 |
is_const=True, template_parameters=['ns3::Object'], custom_template_method_name='GetObject') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1737 |
## object.h: static ns3::TypeId ns3::Object::GetTypeId() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1738 |
cls.add_method('GetTypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1739 |
'ns3::TypeId', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1740 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1741 |
is_static=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1742 |
## object.h: void ns3::Object::Start() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1743 |
cls.add_method('Start', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1744 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1745 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1746 |
## object.h: ns3::Object::Object(ns3::Object const & o) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1747 |
cls.add_constructor([param('ns3::Object const &', 'o')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1748 |
visibility='protected') |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1749 |
## object.h: void ns3::Object::DoDispose() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1750 |
cls.add_method('DoDispose', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1751 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1752 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1753 |
visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1754 |
## object.h: void ns3::Object::DoStart() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1755 |
cls.add_method('DoStart', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1756 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1757 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1758 |
visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1759 |
## object.h: void ns3::Object::NotifyNewAggregate() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1760 |
cls.add_method('NotifyNewAggregate', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1761 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1762 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1763 |
visibility='protected', is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1764 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1765 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1766 |
def register_Ns3ObjectAggregateIterator_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1767 |
## object.h: ns3::Object::AggregateIterator::AggregateIterator(ns3::Object::AggregateIterator const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1768 |
cls.add_constructor([param('ns3::Object::AggregateIterator const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1769 |
## object.h: ns3::Object::AggregateIterator::AggregateIterator() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1770 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1771 |
## object.h: bool ns3::Object::AggregateIterator::HasNext() const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1772 |
cls.add_method('HasNext', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1773 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1774 |
[], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1775 |
is_const=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1776 |
## object.h: ns3::Ptr<ns3::Object const> ns3::Object::AggregateIterator::Next() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1777 |
cls.add_method('Next', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1778 |
'ns3::Ptr< ns3::Object const >', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1779 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1780 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1781 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1782 |
def register_Ns3ParetoVariable_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1783 |
## random-variable.h: ns3::ParetoVariable::ParetoVariable(ns3::ParetoVariable const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1784 |
cls.add_constructor([param('ns3::ParetoVariable const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1785 |
## random-variable.h: ns3::ParetoVariable::ParetoVariable() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1786 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1787 |
## random-variable.h: ns3::ParetoVariable::ParetoVariable(double m) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1788 |
cls.add_constructor([param('double', 'm')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1789 |
## random-variable.h: ns3::ParetoVariable::ParetoVariable(double m, double s) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1790 |
cls.add_constructor([param('double', 'm'), param('double', 's')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1791 |
## random-variable.h: ns3::ParetoVariable::ParetoVariable(double m, double s, double b) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1792 |
cls.add_constructor([param('double', 'm'), param('double', 's'), param('double', 'b')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1793 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1794 |
|
5841 | 1795 |
def register_Ns3SimpleRefCount__Ns3AsciiWriter_Ns3Empty_Ns3DefaultDeleter__lt__ns3AsciiWriter__gt___methods(root_module, cls): |
1796 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter<ns3::AsciiWriter> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1797 |
cls.add_constructor([]) |
5841 | 1798 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter<ns3::AsciiWriter> >::SimpleRefCount(ns3::SimpleRefCount<ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter<ns3::AsciiWriter> > const & o) [copy constructor] |
1799 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter< ns3::AsciiWriter > > const &', 'o')]) |
|
1800 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::AsciiWriter, ns3::empty, ns3::DefaultDeleter<ns3::AsciiWriter> >::Cleanup() [member function] |
|
1801 |
cls.add_method('Cleanup', |
|
1802 |
'void', |
|
1803 |
[], |
|
1804 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1805 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1806 |
|
5841 | 1807 |
def register_Ns3SimpleRefCount__Ns3AttributeAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeAccessor__gt___methods(root_module, cls): |
1808 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1809 |
cls.add_constructor([]) |
5841 | 1810 |
## simple-ref-count.h: 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] |
1811 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter< ns3::AttributeAccessor > > const &', 'o')]) |
|
1812 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::AttributeAccessor, ns3::empty, ns3::DefaultDeleter<ns3::AttributeAccessor> >::Cleanup() [member function] |
|
1813 |
cls.add_method('Cleanup', |
|
1814 |
'void', |
|
1815 |
[], |
|
1816 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1817 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1818 |
|
5841 | 1819 |
def register_Ns3SimpleRefCount__Ns3AttributeChecker_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeChecker__gt___methods(root_module, cls): |
1820 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1821 |
cls.add_constructor([]) |
5841 | 1822 |
## simple-ref-count.h: 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] |
1823 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter< ns3::AttributeChecker > > const &', 'o')]) |
|
1824 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::AttributeChecker, ns3::empty, ns3::DefaultDeleter<ns3::AttributeChecker> >::Cleanup() [member function] |
|
1825 |
cls.add_method('Cleanup', |
|
1826 |
'void', |
|
1827 |
[], |
|
1828 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1829 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1830 |
|
5841 | 1831 |
def register_Ns3SimpleRefCount__Ns3AttributeValue_Ns3Empty_Ns3DefaultDeleter__lt__ns3AttributeValue__gt___methods(root_module, cls): |
1832 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1833 |
cls.add_constructor([]) |
5841 | 1834 |
## simple-ref-count.h: 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] |
1835 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter< ns3::AttributeValue > > const &', 'o')]) |
|
1836 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::AttributeValue, ns3::empty, ns3::DefaultDeleter<ns3::AttributeValue> >::Cleanup() [member function] |
|
1837 |
cls.add_method('Cleanup', |
|
1838 |
'void', |
|
1839 |
[], |
|
1840 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1841 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1842 |
|
5841 | 1843 |
def register_Ns3SimpleRefCount__Ns3CallbackImplBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3CallbackImplBase__gt___methods(root_module, cls): |
1844 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1845 |
cls.add_constructor([]) |
5841 | 1846 |
## simple-ref-count.h: 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] |
1847 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter< ns3::CallbackImplBase > > const &', 'o')]) |
|
1848 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::CallbackImplBase, ns3::empty, ns3::DefaultDeleter<ns3::CallbackImplBase> >::Cleanup() [member function] |
|
1849 |
cls.add_method('Cleanup', |
|
1850 |
'void', |
|
1851 |
[], |
|
1852 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1853 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1854 |
|
5841 | 1855 |
def register_Ns3SimpleRefCount__Ns3EventImpl_Ns3Empty_Ns3DefaultDeleter__lt__ns3EventImpl__gt___methods(root_module, cls): |
1856 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1857 |
cls.add_constructor([]) |
5841 | 1858 |
## simple-ref-count.h: 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] |
1859 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::EventImpl, ns3::empty, ns3::DefaultDeleter< ns3::EventImpl > > const &', 'o')]) |
|
1860 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::EventImpl, ns3::empty, ns3::DefaultDeleter<ns3::EventImpl> >::Cleanup() [member function] |
|
1861 |
cls.add_method('Cleanup', |
|
1862 |
'void', |
|
1863 |
[], |
|
1864 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1865 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1866 |
|
5841 | 1867 |
def register_Ns3SimpleRefCount__Ns3FlowClassifier_Ns3Empty_Ns3DefaultDeleter__lt__ns3FlowClassifier__gt___methods(root_module, cls): |
1868 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter<ns3::FlowClassifier> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1869 |
cls.add_constructor([]) |
5841 | 1870 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter<ns3::FlowClassifier> >::SimpleRefCount(ns3::SimpleRefCount<ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter<ns3::FlowClassifier> > const & o) [copy constructor] |
1871 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter< ns3::FlowClassifier > > const &', 'o')]) |
|
1872 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::FlowClassifier, ns3::empty, ns3::DefaultDeleter<ns3::FlowClassifier> >::Cleanup() [member function] |
|
1873 |
cls.add_method('Cleanup', |
|
1874 |
'void', |
|
1875 |
[], |
|
1876 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1877 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1878 |
|
5841 | 1879 |
def register_Ns3SimpleRefCount__Ns3FlowProbe_Ns3Empty_Ns3DefaultDeleter__lt__ns3FlowProbe__gt___methods(root_module, cls): |
1880 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter<ns3::FlowProbe> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1881 |
cls.add_constructor([]) |
5841 | 1882 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter<ns3::FlowProbe> >::SimpleRefCount(ns3::SimpleRefCount<ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter<ns3::FlowProbe> > const & o) [copy constructor] |
1883 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter< ns3::FlowProbe > > const &', 'o')]) |
|
1884 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::FlowProbe, ns3::empty, ns3::DefaultDeleter<ns3::FlowProbe> >::Cleanup() [member function] |
|
1885 |
cls.add_method('Cleanup', |
|
1886 |
'void', |
|
1887 |
[], |
|
1888 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1889 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1890 |
|
5841 | 1891 |
def register_Ns3SimpleRefCount__Ns3InterferenceHelperEvent_Ns3Empty_Ns3DefaultDeleter__lt__ns3InterferenceHelperEvent__gt___methods(root_module, cls): |
1892 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1893 |
cls.add_constructor([]) |
5841 | 1894 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::SimpleRefCount(ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> > const & o) [copy constructor] |
1895 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter< ns3::InterferenceHelper::Event > > const &', 'o')]) |
|
1896 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::InterferenceHelper::Event, ns3::empty, ns3::DefaultDeleter<ns3::InterferenceHelper::Event> >::Cleanup() [member function] |
|
1897 |
cls.add_method('Cleanup', |
|
1898 |
'void', |
|
1899 |
[], |
|
1900 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1901 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1902 |
|
5841 | 1903 |
def register_Ns3SimpleRefCount__Ns3Ipv4MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4MulticastRoute__gt___methods(root_module, cls): |
1904 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1905 |
cls.add_constructor([]) |
5841 | 1906 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> > const & o) [copy constructor] |
1907 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter< ns3::Ipv4MulticastRoute > > const &', 'o')]) |
|
1908 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Ipv4MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4MulticastRoute> >::Cleanup() [member function] |
|
1909 |
cls.add_method('Cleanup', |
|
1910 |
'void', |
|
1911 |
[], |
|
1912 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1913 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1914 |
|
5841 | 1915 |
def register_Ns3SimpleRefCount__Ns3Ipv4Route_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv4Route__gt___methods(root_module, cls): |
1916 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1917 |
cls.add_constructor([]) |
5841 | 1918 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> > const & o) [copy constructor] |
1919 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter< ns3::Ipv4Route > > const &', 'o')]) |
|
1920 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Ipv4Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv4Route> >::Cleanup() [member function] |
|
1921 |
cls.add_method('Cleanup', |
|
1922 |
'void', |
|
1923 |
[], |
|
1924 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1925 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1926 |
|
5841 | 1927 |
def register_Ns3SimpleRefCount__Ns3Ipv6MulticastRoute_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv6MulticastRoute__gt___methods(root_module, cls): |
1928 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1929 |
cls.add_constructor([]) |
5841 | 1930 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> > const & o) [copy constructor] |
1931 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter< ns3::Ipv6MulticastRoute > > const &', 'o')]) |
|
1932 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Ipv6MulticastRoute, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6MulticastRoute> >::Cleanup() [member function] |
|
1933 |
cls.add_method('Cleanup', |
|
1934 |
'void', |
|
1935 |
[], |
|
1936 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1937 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1938 |
|
5841 | 1939 |
def register_Ns3SimpleRefCount__Ns3Ipv6Route_Ns3Empty_Ns3DefaultDeleter__lt__ns3Ipv6Route__gt___methods(root_module, cls): |
1940 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1941 |
cls.add_constructor([]) |
5841 | 1942 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> >::SimpleRefCount(ns3::SimpleRefCount<ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> > const & o) [copy constructor] |
1943 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter< ns3::Ipv6Route > > const &', 'o')]) |
|
1944 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Ipv6Route, ns3::empty, ns3::DefaultDeleter<ns3::Ipv6Route> >::Cleanup() [member function] |
|
1945 |
cls.add_method('Cleanup', |
|
1946 |
'void', |
|
1947 |
[], |
|
1948 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1949 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1950 |
|
5841 | 1951 |
def register_Ns3SimpleRefCount__Ns3MeshWifiInterfaceMacPlugin_Ns3Empty_Ns3DefaultDeleter__lt__ns3MeshWifiInterfaceMacPlugin__gt___methods(root_module, cls): |
1952 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter<ns3::MeshWifiInterfaceMacPlugin> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1953 |
cls.add_constructor([]) |
5841 | 1954 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter<ns3::MeshWifiInterfaceMacPlugin> >::SimpleRefCount(ns3::SimpleRefCount<ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter<ns3::MeshWifiInterfaceMacPlugin> > const & o) [copy constructor] |
1955 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter< ns3::MeshWifiInterfaceMacPlugin > > const &', 'o')]) |
|
1956 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::MeshWifiInterfaceMacPlugin, ns3::empty, ns3::DefaultDeleter<ns3::MeshWifiInterfaceMacPlugin> >::Cleanup() [member function] |
|
1957 |
cls.add_method('Cleanup', |
|
1958 |
'void', |
|
1959 |
[], |
|
1960 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1961 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1962 |
|
5841 | 1963 |
def register_Ns3SimpleRefCount__Ns3Packet_Ns3Empty_Ns3DefaultDeleter__lt__ns3Packet__gt___methods(root_module, cls): |
1964 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1965 |
cls.add_constructor([]) |
5841 | 1966 |
## simple-ref-count.h: 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] |
1967 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::Packet, ns3::empty, ns3::DefaultDeleter< ns3::Packet > > const &', 'o')]) |
|
1968 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::Packet, ns3::empty, ns3::DefaultDeleter<ns3::Packet> >::Cleanup() [member function] |
|
1969 |
cls.add_method('Cleanup', |
|
1970 |
'void', |
|
1971 |
[], |
|
1972 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1973 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1974 |
|
5841 | 1975 |
def register_Ns3SimpleRefCount__Ns3PbbAddressBlock_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbAddressBlock__gt___methods(root_module, cls): |
1976 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1977 |
cls.add_constructor([]) |
5841 | 1978 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> >::SimpleRefCount(ns3::SimpleRefCount<ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> > const & o) [copy constructor] |
1979 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter< ns3::PbbAddressBlock > > const &', 'o')]) |
|
1980 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::PbbAddressBlock, ns3::empty, ns3::DefaultDeleter<ns3::PbbAddressBlock> >::Cleanup() [member function] |
|
1981 |
cls.add_method('Cleanup', |
|
1982 |
'void', |
|
1983 |
[], |
|
1984 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1985 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1986 |
|
5841 | 1987 |
def register_Ns3SimpleRefCount__Ns3PbbMessage_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbMessage__gt___methods(root_module, cls): |
1988 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1989 |
cls.add_constructor([]) |
5841 | 1990 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> >::SimpleRefCount(ns3::SimpleRefCount<ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> > const & o) [copy constructor] |
1991 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter< ns3::PbbMessage > > const &', 'o')]) |
|
1992 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::PbbMessage, ns3::empty, ns3::DefaultDeleter<ns3::PbbMessage> >::Cleanup() [member function] |
|
1993 |
cls.add_method('Cleanup', |
|
1994 |
'void', |
|
1995 |
[], |
|
1996 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1997 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
1998 |
|
5841 | 1999 |
def register_Ns3SimpleRefCount__Ns3PbbPacket_Ns3Header_Ns3DefaultDeleter__lt__ns3PbbPacket__gt___methods(root_module, cls): |
2000 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2001 |
cls.add_constructor([]) |
5841 | 2002 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> >::SimpleRefCount(ns3::SimpleRefCount<ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> > const & o) [copy constructor] |
2003 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter< ns3::PbbPacket > > const &', 'o')]) |
|
2004 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::PbbPacket, ns3::Header, ns3::DefaultDeleter<ns3::PbbPacket> >::Cleanup() [member function] |
|
2005 |
cls.add_method('Cleanup', |
|
2006 |
'void', |
|
2007 |
[], |
|
2008 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2009 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2010 |
|
5841 | 2011 |
def register_Ns3SimpleRefCount__Ns3PbbTlv_Ns3Empty_Ns3DefaultDeleter__lt__ns3PbbTlv__gt___methods(root_module, cls): |
2012 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2013 |
cls.add_constructor([]) |
5841 | 2014 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> >::SimpleRefCount(ns3::SimpleRefCount<ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> > const & o) [copy constructor] |
2015 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter< ns3::PbbTlv > > const &', 'o')]) |
|
2016 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::PbbTlv, ns3::empty, ns3::DefaultDeleter<ns3::PbbTlv> >::Cleanup() [member function] |
|
2017 |
cls.add_method('Cleanup', |
|
2018 |
'void', |
|
2019 |
[], |
|
2020 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2021 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2022 |
|
5841 | 2023 |
def register_Ns3SimpleRefCount__Ns3RadvdInterface_Ns3Empty_Ns3DefaultDeleter__lt__ns3RadvdInterface__gt___methods(root_module, cls): |
2024 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter<ns3::RadvdInterface> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2025 |
cls.add_constructor([]) |
5841 | 2026 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter<ns3::RadvdInterface> >::SimpleRefCount(ns3::SimpleRefCount<ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter<ns3::RadvdInterface> > const & o) [copy constructor] |
2027 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter< ns3::RadvdInterface > > const &', 'o')]) |
|
2028 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::RadvdInterface, ns3::empty, ns3::DefaultDeleter<ns3::RadvdInterface> >::Cleanup() [member function] |
|
2029 |
cls.add_method('Cleanup', |
|
2030 |
'void', |
|
2031 |
[], |
|
2032 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2033 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2034 |
|
5841 | 2035 |
def register_Ns3SimpleRefCount__Ns3RadvdPrefix_Ns3Empty_Ns3DefaultDeleter__lt__ns3RadvdPrefix__gt___methods(root_module, cls): |
2036 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter<ns3::RadvdPrefix> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2037 |
cls.add_constructor([]) |
5841 | 2038 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter<ns3::RadvdPrefix> >::SimpleRefCount(ns3::SimpleRefCount<ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter<ns3::RadvdPrefix> > const & o) [copy constructor] |
2039 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter< ns3::RadvdPrefix > > const &', 'o')]) |
|
2040 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::RadvdPrefix, ns3::empty, ns3::DefaultDeleter<ns3::RadvdPrefix> >::Cleanup() [member function] |
|
2041 |
cls.add_method('Cleanup', |
|
2042 |
'void', |
|
2043 |
[], |
|
2044 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2045 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2046 |
|
5841 | 2047 |
def register_Ns3SimpleRefCount__Ns3RefCountBase_Ns3Empty_Ns3DefaultDeleter__lt__ns3RefCountBase__gt___methods(root_module, cls): |
2048 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2049 |
cls.add_constructor([]) |
5841 | 2050 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> >::SimpleRefCount(ns3::SimpleRefCount<ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> > const & o) [copy constructor] |
2051 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter< ns3::RefCountBase > > const &', 'o')]) |
|
2052 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::RefCountBase, ns3::empty, ns3::DefaultDeleter<ns3::RefCountBase> >::Cleanup() [member function] |
|
2053 |
cls.add_method('Cleanup', |
|
2054 |
'void', |
|
2055 |
[], |
|
2056 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2057 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2058 |
|
5841 | 2059 |
def register_Ns3SimpleRefCount__Ns3SystemThread_Ns3Empty_Ns3DefaultDeleter__lt__ns3SystemThread__gt___methods(root_module, cls): |
2060 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2061 |
cls.add_constructor([]) |
5841 | 2062 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >::SimpleRefCount(ns3::SimpleRefCount<ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> > const & o) [copy constructor] |
2063 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::SystemThread, ns3::empty, ns3::DefaultDeleter< ns3::SystemThread > > const &', 'o')]) |
|
2064 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::SystemThread, ns3::empty, ns3::DefaultDeleter<ns3::SystemThread> >::Cleanup() [member function] |
|
2065 |
cls.add_method('Cleanup', |
|
2066 |
'void', |
|
2067 |
[], |
|
2068 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2069 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2070 |
|
5841 | 2071 |
def register_Ns3SimpleRefCount__Ns3TraceSourceAccessor_Ns3Empty_Ns3DefaultDeleter__lt__ns3TraceSourceAccessor__gt___methods(root_module, cls): |
2072 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2073 |
cls.add_constructor([]) |
5841 | 2074 |
## simple-ref-count.h: 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] |
2075 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter< ns3::TraceSourceAccessor > > const &', 'o')]) |
|
2076 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::TraceSourceAccessor, ns3::empty, ns3::DefaultDeleter<ns3::TraceSourceAccessor> >::Cleanup() [member function] |
|
2077 |
cls.add_method('Cleanup', |
|
2078 |
'void', |
|
2079 |
[], |
|
2080 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2081 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2082 |
|
5841 | 2083 |
def register_Ns3SimpleRefCount__Ns3WifiInformationElement_Ns3Empty_Ns3DefaultDeleter__lt__ns3WifiInformationElement__gt___methods(root_module, cls): |
2084 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2085 |
cls.add_constructor([]) |
5841 | 2086 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::SimpleRefCount(ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> > const & o) [copy constructor] |
2087 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter< ns3::WifiInformationElement > > const &', 'o')]) |
|
2088 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::WifiInformationElement, ns3::empty, ns3::DefaultDeleter<ns3::WifiInformationElement> >::Cleanup() [member function] |
|
2089 |
cls.add_method('Cleanup', |
|
2090 |
'void', |
|
2091 |
[], |
|
2092 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2093 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2094 |
|
5841 | 2095 |
def register_Ns3SimpleRefCount__Ns3Dot11sIeBeaconTimingUnit_Ns3Empty_Ns3DefaultDeleter__lt__ns3Dot11sIeBeaconTimingUnit__gt___methods(root_module, cls): |
2096 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter<ns3::dot11s::IeBeaconTimingUnit> >::SimpleRefCount() [constructor] |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2097 |
cls.add_constructor([]) |
5841 | 2098 |
## simple-ref-count.h: ns3::SimpleRefCount<ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter<ns3::dot11s::IeBeaconTimingUnit> >::SimpleRefCount(ns3::SimpleRefCount<ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter<ns3::dot11s::IeBeaconTimingUnit> > const & o) [copy constructor] |
2099 |
cls.add_constructor([param('ns3::SimpleRefCount< ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter< ns3::dot11s::IeBeaconTimingUnit > > const &', 'o')]) |
|
2100 |
## simple-ref-count.h: static void ns3::SimpleRefCount<ns3::dot11s::IeBeaconTimingUnit, ns3::empty, ns3::DefaultDeleter<ns3::dot11s::IeBeaconTimingUnit> >::Cleanup() [member function] |
|
2101 |
cls.add_method('Cleanup', |
|
2102 |
'void', |
|
2103 |
[], |
|
2104 |
is_static=True) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2105 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2106 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2107 |
def register_Ns3SystemThread_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2108 |
## system-thread.h: ns3::SystemThread::SystemThread(ns3::SystemThread const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2109 |
cls.add_constructor([param('ns3::SystemThread const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2110 |
## system-thread.h: ns3::SystemThread::SystemThread(ns3::Callback<void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty> callback) [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2111 |
cls.add_constructor([param('ns3::Callback< void, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty, ns3::empty >', 'callback')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2112 |
## system-thread.h: bool ns3::SystemThread::Break() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2113 |
cls.add_method('Break', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2114 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2115 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2116 |
## system-thread.h: void ns3::SystemThread::Join() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2117 |
cls.add_method('Join', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2118 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2119 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2120 |
## system-thread.h: void ns3::SystemThread::Shutdown() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2121 |
cls.add_method('Shutdown', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2122 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2123 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2124 |
## system-thread.h: void ns3::SystemThread::Start() [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2125 |
cls.add_method('Start', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2126 |
'void', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2127 |
[]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2128 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2129 |
|
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2130 |
def register_Ns3TraceSourceAccessor_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2131 |
## trace-source-accessor.h: ns3::TraceSourceAccessor::TraceSourceAccessor(ns3::TraceSourceAccessor const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2132 |
cls.add_constructor([param('ns3::TraceSourceAccessor const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2133 |
## trace-source-accessor.h: ns3::TraceSourceAccessor::TraceSourceAccessor() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2134 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2135 |
## trace-source-accessor.h: bool ns3::TraceSourceAccessor::Connect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2136 |
cls.add_method('Connect', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2137 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2138 |
[param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2139 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2140 |
## trace-source-accessor.h: bool ns3::TraceSourceAccessor::ConnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2141 |
cls.add_method('ConnectWithoutContext', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2142 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2143 |
[param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2144 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2145 |
## trace-source-accessor.h: bool ns3::TraceSourceAccessor::Disconnect(ns3::ObjectBase * obj, std::string context, ns3::CallbackBase const & cb) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2146 |
cls.add_method('Disconnect', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2147 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2148 |
[param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('std::string', 'context'), param('ns3::CallbackBase const &', 'cb')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2149 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2150 |
## trace-source-accessor.h: bool ns3::TraceSourceAccessor::DisconnectWithoutContext(ns3::ObjectBase * obj, ns3::CallbackBase const & cb) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2151 |
cls.add_method('DisconnectWithoutContext', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2152 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2153 |
[param('ns3::ObjectBase *', 'obj', transfer_ownership=False), param('ns3::CallbackBase const &', 'cb')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2154 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2155 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2156 |
|
5348 | 2157 |
def register_Ns3AttributeAccessor_methods(root_module, cls): |
2158 |
## attribute.h: ns3::AttributeAccessor::AttributeAccessor(ns3::AttributeAccessor const & arg0) [copy constructor] |
|
2159 |
cls.add_constructor([param('ns3::AttributeAccessor const &', 'arg0')]) |
|
2160 |
## attribute.h: ns3::AttributeAccessor::AttributeAccessor() [constructor] |
|
2161 |
cls.add_constructor([]) |
|
2162 |
## attribute.h: bool ns3::AttributeAccessor::Get(ns3::ObjectBase const * object, ns3::AttributeValue & attribute) const [member function] |
|
2163 |
cls.add_method('Get', |
|
2164 |
'bool', |
|
2165 |
[param('ns3::ObjectBase const *', 'object'), param('ns3::AttributeValue &', 'attribute')], |
|
2166 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2167 |
## attribute.h: bool ns3::AttributeAccessor::HasGetter() const [member function] |
|
2168 |
cls.add_method('HasGetter', |
|
2169 |
'bool', |
|
2170 |
[], |
|
2171 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2172 |
## attribute.h: bool ns3::AttributeAccessor::HasSetter() const [member function] |
|
2173 |
cls.add_method('HasSetter', |
|
2174 |
'bool', |
|
2175 |
[], |
|
2176 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2177 |
## attribute.h: bool ns3::AttributeAccessor::Set(ns3::ObjectBase * object, ns3::AttributeValue const & value) const [member function] |
|
2178 |
cls.add_method('Set', |
|
2179 |
'bool', |
|
2180 |
[param('ns3::ObjectBase *', 'object', transfer_ownership=False), param('ns3::AttributeValue const &', 'value')], |
|
2181 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2182 |
return |
|
2183 |
||
2184 |
def register_Ns3AttributeChecker_methods(root_module, cls): |
|
2185 |
## attribute.h: ns3::AttributeChecker::AttributeChecker(ns3::AttributeChecker const & arg0) [copy constructor] |
|
2186 |
cls.add_constructor([param('ns3::AttributeChecker const &', 'arg0')]) |
|
2187 |
## attribute.h: ns3::AttributeChecker::AttributeChecker() [constructor] |
|
2188 |
cls.add_constructor([]) |
|
2189 |
## attribute.h: bool ns3::AttributeChecker::Check(ns3::AttributeValue const & value) const [member function] |
|
2190 |
cls.add_method('Check', |
|
2191 |
'bool', |
|
2192 |
[param('ns3::AttributeValue const &', 'value')], |
|
2193 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2194 |
## attribute.h: bool ns3::AttributeChecker::Copy(ns3::AttributeValue const & source, ns3::AttributeValue & destination) const [member function] |
|
2195 |
cls.add_method('Copy', |
|
2196 |
'bool', |
|
2197 |
[param('ns3::AttributeValue const &', 'source'), param('ns3::AttributeValue &', 'destination')], |
|
2198 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2199 |
## attribute.h: ns3::Ptr<ns3::AttributeValue> ns3::AttributeChecker::Create() const [member function] |
|
2200 |
cls.add_method('Create', |
|
2201 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2202 |
[], |
|
2203 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2204 |
## attribute.h: std::string ns3::AttributeChecker::GetUnderlyingTypeInformation() const [member function] |
|
2205 |
cls.add_method('GetUnderlyingTypeInformation', |
|
2206 |
'std::string', |
|
2207 |
[], |
|
2208 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2209 |
## attribute.h: std::string ns3::AttributeChecker::GetValueTypeName() const [member function] |
|
2210 |
cls.add_method('GetValueTypeName', |
|
2211 |
'std::string', |
|
2212 |
[], |
|
2213 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2214 |
## attribute.h: bool ns3::AttributeChecker::HasUnderlyingTypeInformation() const [member function] |
|
2215 |
cls.add_method('HasUnderlyingTypeInformation', |
|
2216 |
'bool', |
|
2217 |
[], |
|
2218 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2219 |
return |
|
2220 |
||
2221 |
def register_Ns3AttributeValue_methods(root_module, cls): |
|
2222 |
## attribute.h: ns3::AttributeValue::AttributeValue(ns3::AttributeValue const & arg0) [copy constructor] |
|
2223 |
cls.add_constructor([param('ns3::AttributeValue const &', 'arg0')]) |
|
2224 |
## attribute.h: ns3::AttributeValue::AttributeValue() [constructor] |
|
2225 |
cls.add_constructor([]) |
|
2226 |
## attribute.h: ns3::Ptr<ns3::AttributeValue> ns3::AttributeValue::Copy() const [member function] |
|
2227 |
cls.add_method('Copy', |
|
2228 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2229 |
[], |
|
2230 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2231 |
## attribute.h: bool ns3::AttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2232 |
cls.add_method('DeserializeFromString', |
|
2233 |
'bool', |
|
2234 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2235 |
is_pure_virtual=True, is_virtual=True) |
|
2236 |
## attribute.h: std::string ns3::AttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2237 |
cls.add_method('SerializeToString', |
|
2238 |
'std::string', |
|
2239 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2240 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2241 |
return |
|
2242 |
||
2243 |
def register_Ns3BooleanChecker_methods(root_module, cls): |
|
2244 |
## boolean.h: ns3::BooleanChecker::BooleanChecker() [constructor] |
|
2245 |
cls.add_constructor([]) |
|
2246 |
## boolean.h: ns3::BooleanChecker::BooleanChecker(ns3::BooleanChecker const & arg0) [copy constructor] |
|
2247 |
cls.add_constructor([param('ns3::BooleanChecker const &', 'arg0')]) |
|
2248 |
return |
|
2249 |
||
2250 |
def register_Ns3BooleanValue_methods(root_module, cls): |
|
2251 |
cls.add_output_stream_operator() |
|
2252 |
## boolean.h: ns3::BooleanValue::BooleanValue(ns3::BooleanValue const & arg0) [copy constructor] |
|
2253 |
cls.add_constructor([param('ns3::BooleanValue const &', 'arg0')]) |
|
2254 |
## boolean.h: ns3::BooleanValue::BooleanValue() [constructor] |
|
2255 |
cls.add_constructor([]) |
|
2256 |
## boolean.h: ns3::BooleanValue::BooleanValue(bool value) [constructor] |
|
2257 |
cls.add_constructor([param('bool', 'value')]) |
|
2258 |
## boolean.h: ns3::Ptr<ns3::AttributeValue> ns3::BooleanValue::Copy() const [member function] |
|
2259 |
cls.add_method('Copy', |
|
2260 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2261 |
[], |
|
2262 |
is_const=True, is_virtual=True) |
|
2263 |
## boolean.h: bool ns3::BooleanValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2264 |
cls.add_method('DeserializeFromString', |
|
2265 |
'bool', |
|
2266 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2267 |
is_virtual=True) |
|
2268 |
## boolean.h: bool ns3::BooleanValue::Get() const [member function] |
|
2269 |
cls.add_method('Get', |
|
2270 |
'bool', |
|
2271 |
[], |
|
2272 |
is_const=True) |
|
2273 |
## boolean.h: std::string ns3::BooleanValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2274 |
cls.add_method('SerializeToString', |
|
2275 |
'std::string', |
|
2276 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2277 |
is_const=True, is_virtual=True) |
|
2278 |
## boolean.h: void ns3::BooleanValue::Set(bool value) [member function] |
|
2279 |
cls.add_method('Set', |
|
2280 |
'void', |
|
2281 |
[param('bool', 'value')]) |
|
2282 |
return |
|
2283 |
||
2284 |
def register_Ns3CallbackChecker_methods(root_module, cls): |
|
2285 |
## callback.h: ns3::CallbackChecker::CallbackChecker() [constructor] |
|
2286 |
cls.add_constructor([]) |
|
2287 |
## callback.h: ns3::CallbackChecker::CallbackChecker(ns3::CallbackChecker const & arg0) [copy constructor] |
|
2288 |
cls.add_constructor([param('ns3::CallbackChecker const &', 'arg0')]) |
|
2289 |
return |
|
2290 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2291 |
def register_Ns3CallbackImplBase_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2292 |
## callback.h: ns3::CallbackImplBase::CallbackImplBase() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2293 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2294 |
## callback.h: ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2295 |
cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2296 |
## callback.h: bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2297 |
cls.add_method('IsEqual', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2298 |
'bool', |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2299 |
[param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')], |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2300 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2301 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2302 |
|
5348 | 2303 |
def register_Ns3CallbackValue_methods(root_module, cls): |
2304 |
## callback.h: ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor] |
|
2305 |
cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')]) |
|
2306 |
## callback.h: ns3::CallbackValue::CallbackValue() [constructor] |
|
2307 |
cls.add_constructor([]) |
|
2308 |
## callback.h: ns3::CallbackValue::CallbackValue(ns3::CallbackBase const & base) [constructor] |
|
2309 |
cls.add_constructor([param('ns3::CallbackBase const &', 'base')]) |
|
2310 |
## callback.h: ns3::Ptr<ns3::AttributeValue> ns3::CallbackValue::Copy() const [member function] |
|
2311 |
cls.add_method('Copy', |
|
2312 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2313 |
[], |
|
2314 |
is_const=True, is_virtual=True) |
|
2315 |
## callback.h: bool ns3::CallbackValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2316 |
cls.add_method('DeserializeFromString', |
|
2317 |
'bool', |
|
2318 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2319 |
is_virtual=True) |
|
2320 |
## callback.h: std::string ns3::CallbackValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2321 |
cls.add_method('SerializeToString', |
|
2322 |
'std::string', |
|
2323 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2324 |
is_const=True, is_virtual=True) |
|
2325 |
## callback.h: void ns3::CallbackValue::Set(ns3::CallbackBase base) [member function] |
|
2326 |
cls.add_method('Set', |
|
2327 |
'void', |
|
2328 |
[param('ns3::CallbackBase', 'base')]) |
|
2329 |
return |
|
2330 |
||
2331 |
def register_Ns3DoubleValue_methods(root_module, cls): |
|
2332 |
## double.h: ns3::DoubleValue::DoubleValue() [constructor] |
|
2333 |
cls.add_constructor([]) |
|
2334 |
## double.h: ns3::DoubleValue::DoubleValue(ns3::DoubleValue const & arg0) [copy constructor] |
|
2335 |
cls.add_constructor([param('ns3::DoubleValue const &', 'arg0')]) |
|
2336 |
## double.h: ns3::DoubleValue::DoubleValue(double const & value) [constructor] |
|
2337 |
cls.add_constructor([param('double const &', 'value')]) |
|
2338 |
## double.h: ns3::Ptr<ns3::AttributeValue> ns3::DoubleValue::Copy() const [member function] |
|
2339 |
cls.add_method('Copy', |
|
2340 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2341 |
[], |
|
2342 |
is_const=True, is_virtual=True) |
|
2343 |
## double.h: bool ns3::DoubleValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2344 |
cls.add_method('DeserializeFromString', |
|
2345 |
'bool', |
|
2346 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2347 |
is_virtual=True) |
|
2348 |
## double.h: double ns3::DoubleValue::Get() const [member function] |
|
2349 |
cls.add_method('Get', |
|
2350 |
'double', |
|
2351 |
[], |
|
2352 |
is_const=True) |
|
2353 |
## double.h: std::string ns3::DoubleValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2354 |
cls.add_method('SerializeToString', |
|
2355 |
'std::string', |
|
2356 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2357 |
is_const=True, is_virtual=True) |
|
2358 |
## double.h: void ns3::DoubleValue::Set(double const & value) [member function] |
|
2359 |
cls.add_method('Set', |
|
2360 |
'void', |
|
2361 |
[param('double const &', 'value')]) |
|
2362 |
return |
|
2363 |
||
2364 |
def register_Ns3EmptyAttributeValue_methods(root_module, cls): |
|
2365 |
## attribute.h: ns3::EmptyAttributeValue::EmptyAttributeValue(ns3::EmptyAttributeValue const & arg0) [copy constructor] |
|
2366 |
cls.add_constructor([param('ns3::EmptyAttributeValue const &', 'arg0')]) |
|
2367 |
## attribute.h: ns3::EmptyAttributeValue::EmptyAttributeValue() [constructor] |
|
2368 |
cls.add_constructor([]) |
|
2369 |
## attribute.h: ns3::Ptr<ns3::AttributeValue> ns3::EmptyAttributeValue::Copy() const [member function] |
|
2370 |
cls.add_method('Copy', |
|
2371 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2372 |
[], |
|
2373 |
is_const=True, visibility='private', is_virtual=True) |
|
2374 |
## attribute.h: bool ns3::EmptyAttributeValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2375 |
cls.add_method('DeserializeFromString', |
|
2376 |
'bool', |
|
2377 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2378 |
visibility='private', is_virtual=True) |
|
2379 |
## attribute.h: std::string ns3::EmptyAttributeValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2380 |
cls.add_method('SerializeToString', |
|
2381 |
'std::string', |
|
2382 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2383 |
is_const=True, visibility='private', is_virtual=True) |
|
2384 |
return |
|
2385 |
||
2386 |
def register_Ns3EnumChecker_methods(root_module, cls): |
|
2387 |
## enum.h: ns3::EnumChecker::EnumChecker(ns3::EnumChecker const & arg0) [copy constructor] |
|
2388 |
cls.add_constructor([param('ns3::EnumChecker const &', 'arg0')]) |
|
2389 |
## enum.h: ns3::EnumChecker::EnumChecker() [constructor] |
|
2390 |
cls.add_constructor([]) |
|
2391 |
## enum.h: void ns3::EnumChecker::Add(int v, std::string name) [member function] |
|
2392 |
cls.add_method('Add', |
|
2393 |
'void', |
|
2394 |
[param('int', 'v'), param('std::string', 'name')]) |
|
2395 |
## enum.h: void ns3::EnumChecker::AddDefault(int v, std::string name) [member function] |
|
2396 |
cls.add_method('AddDefault', |
|
2397 |
'void', |
|
2398 |
[param('int', 'v'), param('std::string', 'name')]) |
|
2399 |
## enum.h: bool ns3::EnumChecker::Check(ns3::AttributeValue const & value) const [member function] |
|
2400 |
cls.add_method('Check', |
|
2401 |
'bool', |
|
2402 |
[param('ns3::AttributeValue const &', 'value')], |
|
2403 |
is_const=True, is_virtual=True) |
|
2404 |
## enum.h: bool ns3::EnumChecker::Copy(ns3::AttributeValue const & src, ns3::AttributeValue & dst) const [member function] |
|
2405 |
cls.add_method('Copy', |
|
2406 |
'bool', |
|
2407 |
[param('ns3::AttributeValue const &', 'src'), param('ns3::AttributeValue &', 'dst')], |
|
2408 |
is_const=True, is_virtual=True) |
|
2409 |
## enum.h: ns3::Ptr<ns3::AttributeValue> ns3::EnumChecker::Create() const [member function] |
|
2410 |
cls.add_method('Create', |
|
2411 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2412 |
[], |
|
2413 |
is_const=True, is_virtual=True) |
|
2414 |
## enum.h: std::string ns3::EnumChecker::GetUnderlyingTypeInformation() const [member function] |
|
2415 |
cls.add_method('GetUnderlyingTypeInformation', |
|
2416 |
'std::string', |
|
2417 |
[], |
|
2418 |
is_const=True, is_virtual=True) |
|
2419 |
## enum.h: std::string ns3::EnumChecker::GetValueTypeName() const [member function] |
|
2420 |
cls.add_method('GetValueTypeName', |
|
2421 |
'std::string', |
|
2422 |
[], |
|
2423 |
is_const=True, is_virtual=True) |
|
2424 |
## enum.h: bool ns3::EnumChecker::HasUnderlyingTypeInformation() const [member function] |
|
2425 |
cls.add_method('HasUnderlyingTypeInformation', |
|
2426 |
'bool', |
|
2427 |
[], |
|
2428 |
is_const=True, is_virtual=True) |
|
2429 |
return |
|
2430 |
||
2431 |
def register_Ns3EnumValue_methods(root_module, cls): |
|
2432 |
## enum.h: ns3::EnumValue::EnumValue(ns3::EnumValue const & arg0) [copy constructor] |
|
2433 |
cls.add_constructor([param('ns3::EnumValue const &', 'arg0')]) |
|
2434 |
## enum.h: ns3::EnumValue::EnumValue() [constructor] |
|
2435 |
cls.add_constructor([]) |
|
2436 |
## enum.h: ns3::EnumValue::EnumValue(int v) [constructor] |
|
2437 |
cls.add_constructor([param('int', 'v')]) |
|
2438 |
## enum.h: ns3::Ptr<ns3::AttributeValue> ns3::EnumValue::Copy() const [member function] |
|
2439 |
cls.add_method('Copy', |
|
2440 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2441 |
[], |
|
2442 |
is_const=True, is_virtual=True) |
|
2443 |
## enum.h: bool ns3::EnumValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2444 |
cls.add_method('DeserializeFromString', |
|
2445 |
'bool', |
|
2446 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2447 |
is_virtual=True) |
|
2448 |
## enum.h: int ns3::EnumValue::Get() const [member function] |
|
2449 |
cls.add_method('Get', |
|
2450 |
'int', |
|
2451 |
[], |
|
2452 |
is_const=True) |
|
2453 |
## enum.h: std::string ns3::EnumValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2454 |
cls.add_method('SerializeToString', |
|
2455 |
'std::string', |
|
2456 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2457 |
is_const=True, is_virtual=True) |
|
2458 |
## enum.h: void ns3::EnumValue::Set(int v) [member function] |
|
2459 |
cls.add_method('Set', |
|
2460 |
'void', |
|
2461 |
[param('int', 'v')]) |
|
2462 |
return |
|
2463 |
||
2464 |
def register_Ns3IntegerValue_methods(root_module, cls): |
|
2465 |
## integer.h: ns3::IntegerValue::IntegerValue() [constructor] |
|
2466 |
cls.add_constructor([]) |
|
2467 |
## integer.h: ns3::IntegerValue::IntegerValue(ns3::IntegerValue const & arg0) [copy constructor] |
|
2468 |
cls.add_constructor([param('ns3::IntegerValue const &', 'arg0')]) |
|
2469 |
## integer.h: ns3::IntegerValue::IntegerValue(int64_t const & value) [constructor] |
|
2470 |
cls.add_constructor([param('int64_t const &', 'value')]) |
|
2471 |
## integer.h: ns3::Ptr<ns3::AttributeValue> ns3::IntegerValue::Copy() const [member function] |
|
2472 |
cls.add_method('Copy', |
|
2473 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2474 |
[], |
|
2475 |
is_const=True, is_virtual=True) |
|
2476 |
## integer.h: bool ns3::IntegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2477 |
cls.add_method('DeserializeFromString', |
|
2478 |
'bool', |
|
2479 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2480 |
is_virtual=True) |
|
2481 |
## integer.h: int64_t ns3::IntegerValue::Get() const [member function] |
|
2482 |
cls.add_method('Get', |
|
2483 |
'int64_t', |
|
2484 |
[], |
|
2485 |
is_const=True) |
|
2486 |
## integer.h: std::string ns3::IntegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2487 |
cls.add_method('SerializeToString', |
|
2488 |
'std::string', |
|
2489 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2490 |
is_const=True, is_virtual=True) |
|
2491 |
## integer.h: void ns3::IntegerValue::Set(int64_t const & value) [member function] |
|
2492 |
cls.add_method('Set', |
|
2493 |
'void', |
|
2494 |
[param('int64_t const &', 'value')]) |
|
2495 |
return |
|
2496 |
||
2497 |
def register_Ns3ObjectFactoryChecker_methods(root_module, cls): |
|
2498 |
## object-factory.h: ns3::ObjectFactoryChecker::ObjectFactoryChecker() [constructor] |
|
2499 |
cls.add_constructor([]) |
|
2500 |
## object-factory.h: ns3::ObjectFactoryChecker::ObjectFactoryChecker(ns3::ObjectFactoryChecker const & arg0) [copy constructor] |
|
2501 |
cls.add_constructor([param('ns3::ObjectFactoryChecker const &', 'arg0')]) |
|
2502 |
return |
|
2503 |
||
2504 |
def register_Ns3ObjectFactoryValue_methods(root_module, cls): |
|
2505 |
## object-factory.h: ns3::ObjectFactoryValue::ObjectFactoryValue() [constructor] |
|
2506 |
cls.add_constructor([]) |
|
2507 |
## object-factory.h: ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactoryValue const & arg0) [copy constructor] |
|
2508 |
cls.add_constructor([param('ns3::ObjectFactoryValue const &', 'arg0')]) |
|
2509 |
## object-factory.h: ns3::ObjectFactoryValue::ObjectFactoryValue(ns3::ObjectFactory const & value) [constructor] |
|
2510 |
cls.add_constructor([param('ns3::ObjectFactory const &', 'value')]) |
|
2511 |
## object-factory.h: ns3::Ptr<ns3::AttributeValue> ns3::ObjectFactoryValue::Copy() const [member function] |
|
2512 |
cls.add_method('Copy', |
|
2513 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2514 |
[], |
|
2515 |
is_const=True, is_virtual=True) |
|
2516 |
## object-factory.h: bool ns3::ObjectFactoryValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2517 |
cls.add_method('DeserializeFromString', |
|
2518 |
'bool', |
|
2519 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2520 |
is_virtual=True) |
|
2521 |
## object-factory.h: ns3::ObjectFactory ns3::ObjectFactoryValue::Get() const [member function] |
|
2522 |
cls.add_method('Get', |
|
2523 |
'ns3::ObjectFactory', |
|
2524 |
[], |
|
2525 |
is_const=True) |
|
2526 |
## object-factory.h: std::string ns3::ObjectFactoryValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2527 |
cls.add_method('SerializeToString', |
|
2528 |
'std::string', |
|
2529 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2530 |
is_const=True, is_virtual=True) |
|
2531 |
## object-factory.h: void ns3::ObjectFactoryValue::Set(ns3::ObjectFactory const & value) [member function] |
|
2532 |
cls.add_method('Set', |
|
2533 |
'void', |
|
2534 |
[param('ns3::ObjectFactory const &', 'value')]) |
|
2535 |
return |
|
2536 |
||
2537 |
def register_Ns3ObjectVectorAccessor_methods(root_module, cls): |
|
2538 |
## object-vector.h: ns3::ObjectVectorAccessor::ObjectVectorAccessor() [constructor] |
|
2539 |
cls.add_constructor([]) |
|
2540 |
## object-vector.h: ns3::ObjectVectorAccessor::ObjectVectorAccessor(ns3::ObjectVectorAccessor const & arg0) [copy constructor] |
|
2541 |
cls.add_constructor([param('ns3::ObjectVectorAccessor const &', 'arg0')]) |
|
2542 |
## object-vector.h: bool ns3::ObjectVectorAccessor::Get(ns3::ObjectBase const * object, ns3::AttributeValue & value) const [member function] |
|
2543 |
cls.add_method('Get', |
|
2544 |
'bool', |
|
2545 |
[param('ns3::ObjectBase const *', 'object'), param('ns3::AttributeValue &', 'value')], |
|
2546 |
is_const=True, is_virtual=True) |
|
2547 |
## object-vector.h: bool ns3::ObjectVectorAccessor::HasGetter() const [member function] |
|
2548 |
cls.add_method('HasGetter', |
|
2549 |
'bool', |
|
2550 |
[], |
|
2551 |
is_const=True, is_virtual=True) |
|
2552 |
## object-vector.h: bool ns3::ObjectVectorAccessor::HasSetter() const [member function] |
|
2553 |
cls.add_method('HasSetter', |
|
2554 |
'bool', |
|
2555 |
[], |
|
2556 |
is_const=True, is_virtual=True) |
|
2557 |
## object-vector.h: bool ns3::ObjectVectorAccessor::Set(ns3::ObjectBase * object, ns3::AttributeValue const & value) const [member function] |
|
2558 |
cls.add_method('Set', |
|
2559 |
'bool', |
|
2560 |
[param('ns3::ObjectBase *', 'object'), param('ns3::AttributeValue const &', 'value')], |
|
2561 |
is_const=True, is_virtual=True) |
|
2562 |
## object-vector.h: ns3::Ptr<ns3::Object> ns3::ObjectVectorAccessor::DoGet(ns3::ObjectBase const * object, uint32_t i) const [member function] |
|
2563 |
cls.add_method('DoGet', |
|
2564 |
'ns3::Ptr< ns3::Object >', |
|
2565 |
[param('ns3::ObjectBase const *', 'object'), param('uint32_t', 'i')], |
|
2566 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2567 |
## object-vector.h: bool ns3::ObjectVectorAccessor::DoGetN(ns3::ObjectBase const * object, uint32_t * n) const [member function] |
|
2568 |
cls.add_method('DoGetN', |
|
2569 |
'bool', |
|
2570 |
[param('ns3::ObjectBase const *', 'object'), param('uint32_t *', 'n')], |
|
2571 |
is_pure_virtual=True, is_const=True, visibility='private', is_virtual=True) |
|
2572 |
return |
|
2573 |
||
2574 |
def register_Ns3ObjectVectorChecker_methods(root_module, cls): |
|
2575 |
## object-vector.h: ns3::ObjectVectorChecker::ObjectVectorChecker() [constructor] |
|
2576 |
cls.add_constructor([]) |
|
2577 |
## object-vector.h: ns3::ObjectVectorChecker::ObjectVectorChecker(ns3::ObjectVectorChecker const & arg0) [copy constructor] |
|
2578 |
cls.add_constructor([param('ns3::ObjectVectorChecker const &', 'arg0')]) |
|
2579 |
## object-vector.h: ns3::TypeId ns3::ObjectVectorChecker::GetItemTypeId() const [member function] |
|
2580 |
cls.add_method('GetItemTypeId', |
|
2581 |
'ns3::TypeId', |
|
2582 |
[], |
|
2583 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2584 |
return |
|
2585 |
||
2586 |
def register_Ns3ObjectVectorValue_methods(root_module, cls): |
|
2587 |
## object-vector.h: ns3::ObjectVectorValue::ObjectVectorValue(ns3::ObjectVectorValue const & arg0) [copy constructor] |
|
2588 |
cls.add_constructor([param('ns3::ObjectVectorValue const &', 'arg0')]) |
|
2589 |
## object-vector.h: ns3::ObjectVectorValue::ObjectVectorValue() [constructor] |
|
2590 |
cls.add_constructor([]) |
|
2591 |
## object-vector.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Object>*,std::vector<ns3::Ptr<ns3::Object>, std::allocator<ns3::Ptr<ns3::Object> > > > ns3::ObjectVectorValue::Begin() const [member function] |
|
2592 |
cls.add_method('Begin', |
|
2593 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >', |
|
2594 |
[], |
|
2595 |
is_const=True) |
|
2596 |
## object-vector.h: ns3::Ptr<ns3::AttributeValue> ns3::ObjectVectorValue::Copy() const [member function] |
|
2597 |
cls.add_method('Copy', |
|
2598 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2599 |
[], |
|
2600 |
is_const=True, is_virtual=True) |
|
2601 |
## object-vector.h: bool ns3::ObjectVectorValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2602 |
cls.add_method('DeserializeFromString', |
|
2603 |
'bool', |
|
2604 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2605 |
is_virtual=True) |
|
2606 |
## object-vector.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Object>*,std::vector<ns3::Ptr<ns3::Object>, std::allocator<ns3::Ptr<ns3::Object> > > > ns3::ObjectVectorValue::End() const [member function] |
|
2607 |
cls.add_method('End', |
|
2608 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >', |
|
2609 |
[], |
|
2610 |
is_const=True) |
|
2611 |
## object-vector.h: ns3::Ptr<ns3::Object> ns3::ObjectVectorValue::Get(uint32_t i) const [member function] |
|
2612 |
cls.add_method('Get', |
|
2613 |
'ns3::Ptr< ns3::Object >', |
|
2614 |
[param('uint32_t', 'i')], |
|
2615 |
is_const=True) |
|
2616 |
## object-vector.h: uint32_t ns3::ObjectVectorValue::GetN() const [member function] |
|
2617 |
cls.add_method('GetN', |
|
2618 |
'uint32_t', |
|
2619 |
[], |
|
2620 |
is_const=True) |
|
2621 |
## object-vector.h: std::string ns3::ObjectVectorValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2622 |
cls.add_method('SerializeToString', |
|
2623 |
'std::string', |
|
2624 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2625 |
is_const=True, is_virtual=True) |
|
2626 |
return |
|
2627 |
||
2628 |
def register_Ns3PointerChecker_methods(root_module, cls): |
|
2629 |
## pointer.h: ns3::PointerChecker::PointerChecker() [constructor] |
|
2630 |
cls.add_constructor([]) |
|
2631 |
## pointer.h: ns3::PointerChecker::PointerChecker(ns3::PointerChecker const & arg0) [copy constructor] |
|
2632 |
cls.add_constructor([param('ns3::PointerChecker const &', 'arg0')]) |
|
2633 |
## pointer.h: ns3::TypeId ns3::PointerChecker::GetPointeeTypeId() const [member function] |
|
2634 |
cls.add_method('GetPointeeTypeId', |
|
2635 |
'ns3::TypeId', |
|
2636 |
[], |
|
2637 |
is_pure_virtual=True, is_const=True, is_virtual=True) |
|
2638 |
return |
|
2639 |
||
2640 |
def register_Ns3PointerValue_methods(root_module, cls): |
|
2641 |
## pointer.h: ns3::PointerValue::PointerValue(ns3::PointerValue const & arg0) [copy constructor] |
|
2642 |
cls.add_constructor([param('ns3::PointerValue const &', 'arg0')]) |
|
2643 |
## pointer.h: ns3::PointerValue::PointerValue() [constructor] |
|
2644 |
cls.add_constructor([]) |
|
2645 |
## pointer.h: ns3::PointerValue::PointerValue(ns3::Ptr<ns3::Object> object) [constructor] |
|
2646 |
cls.add_constructor([param('ns3::Ptr< ns3::Object >', 'object')]) |
|
2647 |
## pointer.h: ns3::Ptr<ns3::AttributeValue> ns3::PointerValue::Copy() const [member function] |
|
2648 |
cls.add_method('Copy', |
|
2649 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2650 |
[], |
|
2651 |
is_const=True, is_virtual=True) |
|
2652 |
## pointer.h: bool ns3::PointerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2653 |
cls.add_method('DeserializeFromString', |
|
2654 |
'bool', |
|
2655 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2656 |
is_virtual=True) |
|
2657 |
## pointer.h: ns3::Ptr<ns3::Object> ns3::PointerValue::GetObject() const [member function] |
|
2658 |
cls.add_method('GetObject', |
|
2659 |
'ns3::Ptr< ns3::Object >', |
|
2660 |
[], |
|
2661 |
is_const=True) |
|
2662 |
## pointer.h: std::string ns3::PointerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2663 |
cls.add_method('SerializeToString', |
|
2664 |
'std::string', |
|
2665 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2666 |
is_const=True, is_virtual=True) |
|
2667 |
## pointer.h: void ns3::PointerValue::SetObject(ns3::Ptr<ns3::Object> object) [member function] |
|
2668 |
cls.add_method('SetObject', |
|
2669 |
'void', |
|
2670 |
[param('ns3::Ptr< ns3::Object >', 'object')]) |
|
2671 |
return |
|
2672 |
||
2673 |
def register_Ns3RandomVariableChecker_methods(root_module, cls): |
|
2674 |
## random-variable.h: ns3::RandomVariableChecker::RandomVariableChecker() [constructor] |
|
2675 |
cls.add_constructor([]) |
|
2676 |
## random-variable.h: ns3::RandomVariableChecker::RandomVariableChecker(ns3::RandomVariableChecker const & arg0) [copy constructor] |
|
2677 |
cls.add_constructor([param('ns3::RandomVariableChecker const &', 'arg0')]) |
|
2678 |
return |
|
2679 |
||
2680 |
def register_Ns3RandomVariableValue_methods(root_module, cls): |
|
2681 |
## random-variable.h: ns3::RandomVariableValue::RandomVariableValue() [constructor] |
|
2682 |
cls.add_constructor([]) |
|
2683 |
## random-variable.h: ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariableValue const & arg0) [copy constructor] |
|
2684 |
cls.add_constructor([param('ns3::RandomVariableValue const &', 'arg0')]) |
|
2685 |
## random-variable.h: ns3::RandomVariableValue::RandomVariableValue(ns3::RandomVariable const & value) [constructor] |
|
2686 |
cls.add_constructor([param('ns3::RandomVariable const &', 'value')]) |
|
2687 |
## random-variable.h: ns3::Ptr<ns3::AttributeValue> ns3::RandomVariableValue::Copy() const [member function] |
|
2688 |
cls.add_method('Copy', |
|
2689 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2690 |
[], |
|
2691 |
is_const=True, is_virtual=True) |
|
2692 |
## random-variable.h: bool ns3::RandomVariableValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2693 |
cls.add_method('DeserializeFromString', |
|
2694 |
'bool', |
|
2695 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2696 |
is_virtual=True) |
|
2697 |
## random-variable.h: ns3::RandomVariable ns3::RandomVariableValue::Get() const [member function] |
|
2698 |
cls.add_method('Get', |
|
2699 |
'ns3::RandomVariable', |
|
2700 |
[], |
|
2701 |
is_const=True) |
|
2702 |
## random-variable.h: std::string ns3::RandomVariableValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2703 |
cls.add_method('SerializeToString', |
|
2704 |
'std::string', |
|
2705 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2706 |
is_const=True, is_virtual=True) |
|
2707 |
## random-variable.h: void ns3::RandomVariableValue::Set(ns3::RandomVariable const & value) [member function] |
|
2708 |
cls.add_method('Set', |
|
2709 |
'void', |
|
2710 |
[param('ns3::RandomVariable const &', 'value')]) |
|
2711 |
return |
|
2712 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2713 |
def register_Ns3RefCountBase_methods(root_module, cls): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2714 |
## ref-count-base.h: ns3::RefCountBase::RefCountBase() [constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2715 |
cls.add_constructor([]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2716 |
## ref-count-base.h: ns3::RefCountBase::RefCountBase(ns3::RefCountBase const & arg0) [copy constructor] |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2717 |
cls.add_constructor([param('ns3::RefCountBase const &', 'arg0')]) |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2718 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
2719 |
|
5348 | 2720 |
def register_Ns3StringChecker_methods(root_module, cls): |
2721 |
## string.h: ns3::StringChecker::StringChecker() [constructor] |
|
2722 |
cls.add_constructor([]) |
|
2723 |
## string.h: ns3::StringChecker::StringChecker(ns3::StringChecker const & arg0) [copy constructor] |
|
2724 |
cls.add_constructor([param('ns3::StringChecker const &', 'arg0')]) |
|
2725 |
return |
|
2726 |
||
2727 |
def register_Ns3StringValue_methods(root_module, cls): |
|
2728 |
## string.h: ns3::StringValue::StringValue() [constructor] |
|
2729 |
cls.add_constructor([]) |
|
2730 |
## string.h: ns3::StringValue::StringValue(ns3::StringValue const & arg0) [copy constructor] |
|
2731 |
cls.add_constructor([param('ns3::StringValue const &', 'arg0')]) |
|
2732 |
## string.h: ns3::StringValue::StringValue(std::string const & value) [constructor] |
|
2733 |
cls.add_constructor([param('std::string const &', 'value')]) |
|
2734 |
## string.h: ns3::Ptr<ns3::AttributeValue> ns3::StringValue::Copy() const [member function] |
|
2735 |
cls.add_method('Copy', |
|
2736 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2737 |
[], |
|
2738 |
is_const=True, is_virtual=True) |
|
2739 |
## string.h: bool ns3::StringValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2740 |
cls.add_method('DeserializeFromString', |
|
2741 |
'bool', |
|
2742 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2743 |
is_virtual=True) |
|
2744 |
## string.h: std::string ns3::StringValue::Get() const [member function] |
|
2745 |
cls.add_method('Get', |
|
2746 |
'std::string', |
|
2747 |
[], |
|
2748 |
is_const=True) |
|
2749 |
## string.h: std::string ns3::StringValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2750 |
cls.add_method('SerializeToString', |
|
2751 |
'std::string', |
|
2752 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2753 |
is_const=True, is_virtual=True) |
|
2754 |
## string.h: void ns3::StringValue::Set(std::string const & value) [member function] |
|
2755 |
cls.add_method('Set', |
|
2756 |
'void', |
|
2757 |
[param('std::string const &', 'value')]) |
|
2758 |
return |
|
2759 |
||
2760 |
def register_Ns3TypeIdChecker_methods(root_module, cls): |
|
2761 |
## type-id.h: ns3::TypeIdChecker::TypeIdChecker() [constructor] |
|
2762 |
cls.add_constructor([]) |
|
2763 |
## type-id.h: ns3::TypeIdChecker::TypeIdChecker(ns3::TypeIdChecker const & arg0) [copy constructor] |
|
2764 |
cls.add_constructor([param('ns3::TypeIdChecker const &', 'arg0')]) |
|
2765 |
return |
|
2766 |
||
2767 |
def register_Ns3TypeIdValue_methods(root_module, cls): |
|
2768 |
## type-id.h: ns3::TypeIdValue::TypeIdValue() [constructor] |
|
2769 |
cls.add_constructor([]) |
|
2770 |
## type-id.h: ns3::TypeIdValue::TypeIdValue(ns3::TypeIdValue const & arg0) [copy constructor] |
|
2771 |
cls.add_constructor([param('ns3::TypeIdValue const &', 'arg0')]) |
|
2772 |
## type-id.h: ns3::TypeIdValue::TypeIdValue(ns3::TypeId const & value) [constructor] |
|
2773 |
cls.add_constructor([param('ns3::TypeId const &', 'value')]) |
|
2774 |
## type-id.h: ns3::Ptr<ns3::AttributeValue> ns3::TypeIdValue::Copy() const [member function] |
|
2775 |
cls.add_method('Copy', |
|
2776 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2777 |
[], |
|
2778 |
is_const=True, is_virtual=True) |
|
2779 |
## type-id.h: bool ns3::TypeIdValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2780 |
cls.add_method('DeserializeFromString', |
|
2781 |
'bool', |
|
2782 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2783 |
is_virtual=True) |
|
2784 |
## type-id.h: ns3::TypeId ns3::TypeIdValue::Get() const [member function] |
|
2785 |
cls.add_method('Get', |
|
2786 |
'ns3::TypeId', |
|
2787 |
[], |
|
2788 |
is_const=True) |
|
2789 |
## type-id.h: std::string ns3::TypeIdValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2790 |
cls.add_method('SerializeToString', |
|
2791 |
'std::string', |
|
2792 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2793 |
is_const=True, is_virtual=True) |
|
2794 |
## type-id.h: void ns3::TypeIdValue::Set(ns3::TypeId const & value) [member function] |
|
2795 |
cls.add_method('Set', |
|
2796 |
'void', |
|
2797 |
[param('ns3::TypeId const &', 'value')]) |
|
2798 |
return |
|
2799 |
||
2800 |
def register_Ns3UintegerValue_methods(root_module, cls): |
|
2801 |
## uinteger.h: ns3::UintegerValue::UintegerValue() [constructor] |
|
2802 |
cls.add_constructor([]) |
|
2803 |
## uinteger.h: ns3::UintegerValue::UintegerValue(ns3::UintegerValue const & arg0) [copy constructor] |
|
2804 |
cls.add_constructor([param('ns3::UintegerValue const &', 'arg0')]) |
|
2805 |
## uinteger.h: ns3::UintegerValue::UintegerValue(uint64_t const & value) [constructor] |
|
2806 |
cls.add_constructor([param('uint64_t const &', 'value')]) |
|
2807 |
## uinteger.h: ns3::Ptr<ns3::AttributeValue> ns3::UintegerValue::Copy() const [member function] |
|
2808 |
cls.add_method('Copy', |
|
2809 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2810 |
[], |
|
2811 |
is_const=True, is_virtual=True) |
|
2812 |
## uinteger.h: bool ns3::UintegerValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2813 |
cls.add_method('DeserializeFromString', |
|
2814 |
'bool', |
|
2815 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2816 |
is_virtual=True) |
|
2817 |
## uinteger.h: uint64_t ns3::UintegerValue::Get() const [member function] |
|
2818 |
cls.add_method('Get', |
|
2819 |
'uint64_t', |
|
2820 |
[], |
|
2821 |
is_const=True) |
|
2822 |
## uinteger.h: std::string ns3::UintegerValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2823 |
cls.add_method('SerializeToString', |
|
2824 |
'std::string', |
|
2825 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2826 |
is_const=True, is_virtual=True) |
|
2827 |
## uinteger.h: void ns3::UintegerValue::Set(uint64_t const & value) [member function] |
|
2828 |
cls.add_method('Set', |
|
2829 |
'void', |
|
2830 |
[param('uint64_t const &', 'value')]) |
|
2831 |
return |
|
2832 |
||
2833 |
def register_Ns3Vector2DChecker_methods(root_module, cls): |
|
2834 |
## vector.h: ns3::Vector2DChecker::Vector2DChecker() [constructor] |
|
2835 |
cls.add_constructor([]) |
|
2836 |
## vector.h: ns3::Vector2DChecker::Vector2DChecker(ns3::Vector2DChecker const & arg0) [copy constructor] |
|
2837 |
cls.add_constructor([param('ns3::Vector2DChecker const &', 'arg0')]) |
|
2838 |
return |
|
2839 |
||
2840 |
def register_Ns3Vector2DValue_methods(root_module, cls): |
|
2841 |
## vector.h: ns3::Vector2DValue::Vector2DValue() [constructor] |
|
2842 |
cls.add_constructor([]) |
|
2843 |
## vector.h: ns3::Vector2DValue::Vector2DValue(ns3::Vector2DValue const & arg0) [copy constructor] |
|
2844 |
cls.add_constructor([param('ns3::Vector2DValue const &', 'arg0')]) |
|
2845 |
## vector.h: ns3::Vector2DValue::Vector2DValue(ns3::Vector2D const & value) [constructor] |
|
2846 |
cls.add_constructor([param('ns3::Vector2D const &', 'value')]) |
|
2847 |
## vector.h: ns3::Ptr<ns3::AttributeValue> ns3::Vector2DValue::Copy() const [member function] |
|
2848 |
cls.add_method('Copy', |
|
2849 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2850 |
[], |
|
2851 |
is_const=True, is_virtual=True) |
|
2852 |
## vector.h: bool ns3::Vector2DValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2853 |
cls.add_method('DeserializeFromString', |
|
2854 |
'bool', |
|
2855 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2856 |
is_virtual=True) |
|
2857 |
## vector.h: ns3::Vector2D ns3::Vector2DValue::Get() const [member function] |
|
2858 |
cls.add_method('Get', |
|
2859 |
'ns3::Vector2D', |
|
2860 |
[], |
|
2861 |
is_const=True) |
|
2862 |
## vector.h: std::string ns3::Vector2DValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2863 |
cls.add_method('SerializeToString', |
|
2864 |
'std::string', |
|
2865 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2866 |
is_const=True, is_virtual=True) |
|
2867 |
## vector.h: void ns3::Vector2DValue::Set(ns3::Vector2D const & value) [member function] |
|
2868 |
cls.add_method('Set', |
|
2869 |
'void', |
|
2870 |
[param('ns3::Vector2D const &', 'value')]) |
|
2871 |
return |
|
2872 |
||
2873 |
def register_Ns3Vector3DChecker_methods(root_module, cls): |
|
2874 |
## vector.h: ns3::Vector3DChecker::Vector3DChecker() [constructor] |
|
2875 |
cls.add_constructor([]) |
|
2876 |
## vector.h: ns3::Vector3DChecker::Vector3DChecker(ns3::Vector3DChecker const & arg0) [copy constructor] |
|
2877 |
cls.add_constructor([param('ns3::Vector3DChecker const &', 'arg0')]) |
|
2878 |
return |
|
2879 |
||
2880 |
def register_Ns3Vector3DValue_methods(root_module, cls): |
|
2881 |
## vector.h: ns3::Vector3DValue::Vector3DValue() [constructor] |
|
2882 |
cls.add_constructor([]) |
|
2883 |
## vector.h: ns3::Vector3DValue::Vector3DValue(ns3::Vector3DValue const & arg0) [copy constructor] |
|
2884 |
cls.add_constructor([param('ns3::Vector3DValue const &', 'arg0')]) |
|
2885 |
## vector.h: ns3::Vector3DValue::Vector3DValue(ns3::Vector3D const & value) [constructor] |
|
2886 |
cls.add_constructor([param('ns3::Vector3D const &', 'value')]) |
|
2887 |
## vector.h: ns3::Ptr<ns3::AttributeValue> ns3::Vector3DValue::Copy() const [member function] |
|
2888 |
cls.add_method('Copy', |
|
2889 |
'ns3::Ptr< ns3::AttributeValue >', |
|
2890 |
[], |
|
2891 |
is_const=True, is_virtual=True) |
|
2892 |
## vector.h: bool ns3::Vector3DValue::DeserializeFromString(std::string value, ns3::Ptr<ns3::AttributeChecker const> checker) [member function] |
|
2893 |
cls.add_method('DeserializeFromString', |
|
2894 |
'bool', |
|
2895 |
[param('std::string', 'value'), param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2896 |
is_virtual=True) |
|
2897 |
## vector.h: ns3::Vector3D ns3::Vector3DValue::Get() const [member function] |
|
2898 |
cls.add_method('Get', |
|
2899 |
'ns3::Vector3D', |
|
2900 |
[], |
|
2901 |
is_const=True) |
|
2902 |
## vector.h: std::string ns3::Vector3DValue::SerializeToString(ns3::Ptr<ns3::AttributeChecker const> checker) const [member function] |
|
2903 |
cls.add_method('SerializeToString', |
|
2904 |
'std::string', |
|
2905 |
[param('ns3::Ptr< ns3::AttributeChecker const >', 'checker')], |
|
2906 |
is_const=True, is_virtual=True) |
|
2907 |
## vector.h: void ns3::Vector3DValue::Set(ns3::Vector3D const & value) [member function] |
|
2908 |
cls.add_method('Set', |
|
2909 |
'void', |
|
2910 |
[param('ns3::Vector3D const &', 'value')]) |
|
2911 |
return |
|
2912 |
||
2913 |
def register_Ns3TracedValue__Unsigned_int_methods(root_module, cls): |
|
2914 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue() [constructor] |
|
2915 |
cls.add_constructor([]) |
|
2916 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(ns3::TracedValue<unsigned int> const & o) [copy constructor] |
|
2917 |
cls.add_constructor([param('ns3::TracedValue< unsigned int > const &', 'o')]) |
|
2918 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(unsigned int const & v) [constructor] |
|
2919 |
cls.add_constructor([param('unsigned int const &', 'v')]) |
|
2920 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(ns3::IntegerValue const & value) [constructor] |
|
2921 |
cls.add_constructor([param('ns3::IntegerValue const &', 'value')]) |
|
2922 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(ns3::UintegerValue const & value) [constructor] |
|
2923 |
cls.add_constructor([param('ns3::UintegerValue const &', 'value')]) |
|
2924 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(ns3::BooleanValue const & value) [constructor] |
|
2925 |
cls.add_constructor([param('ns3::BooleanValue const &', 'value')]) |
|
2926 |
## traced-value.h: ns3::TracedValue<unsigned int>::TracedValue(ns3::EnumValue const & value) [constructor] |
|
2927 |
cls.add_constructor([param('ns3::EnumValue const &', 'value')]) |
|
2928 |
## traced-value.h: void ns3::TracedValue<unsigned int>::Connect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function] |
|
2929 |
cls.add_method('Connect', |
|
2930 |
'void', |
|
2931 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |
|
2932 |
## traced-value.h: void ns3::TracedValue<unsigned int>::ConnectWithoutContext(ns3::CallbackBase const & cb) [member function] |
|
2933 |
cls.add_method('ConnectWithoutContext', |
|
2934 |
'void', |
|
2935 |
[param('ns3::CallbackBase const &', 'cb')]) |
|
2936 |
## traced-value.h: void ns3::TracedValue<unsigned int>::Disconnect(ns3::CallbackBase const & cb, std::basic_string<char,std::char_traits<char>,std::allocator<char> > path) [member function] |
|
2937 |
cls.add_method('Disconnect', |
|
2938 |
'void', |
|
2939 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |
|
2940 |
## traced-value.h: void ns3::TracedValue<unsigned int>::DisconnectWithoutContext(ns3::CallbackBase const & cb) [member function] |
|
2941 |
cls.add_method('DisconnectWithoutContext', |
|
2942 |
'void', |
|
2943 |
[param('ns3::CallbackBase const &', 'cb')]) |
|
2944 |
## traced-value.h: unsigned int ns3::TracedValue<unsigned int>::Get() const [member function] |
|
2945 |
cls.add_method('Get', |
|
2946 |
'unsigned int', |
|
2947 |
[], |
|
2948 |
is_const=True) |
|
2949 |
## traced-value.h: void ns3::TracedValue<unsigned int>::Set(unsigned int const & v) [member function] |
|
2950 |
cls.add_method('Set', |
|
2951 |
'void', |
|
2952 |
[param('unsigned int const &', 'v')]) |
|
2953 |
return |
|
2954 |
||
2955 |
def register_Ns3ConfigMatchContainer_methods(root_module, cls): |
|
2956 |
## config.h: ns3::Config::MatchContainer::MatchContainer(ns3::Config::MatchContainer const & arg0) [copy constructor] |
|
2957 |
cls.add_constructor([param('ns3::Config::MatchContainer const &', 'arg0')]) |
|
2958 |
## config.h: ns3::Config::MatchContainer::MatchContainer() [constructor] |
|
2959 |
cls.add_constructor([]) |
|
2960 |
## config.h: ns3::Config::MatchContainer::MatchContainer(std::vector<ns3::Ptr<ns3::Object>, std::allocator<ns3::Ptr<ns3::Object> > > const & objects, std::vector<std::string, std::allocator<std::string> > const & contexts, std::string path) [constructor] |
|
2961 |
cls.add_constructor([param('std::vector< ns3::Ptr< ns3::Object > > const &', 'objects'), param('std::vector< std::string > const &', 'contexts'), param('std::string', 'path')]) |
|
2962 |
## config.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Object>*,std::vector<ns3::Ptr<ns3::Object>, std::allocator<ns3::Ptr<ns3::Object> > > > ns3::Config::MatchContainer::Begin() const [member function] |
|
2963 |
cls.add_method('Begin', |
|
2964 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >', |
|
2965 |
[], |
|
2966 |
is_const=True) |
|
2967 |
## config.h: void ns3::Config::MatchContainer::Connect(std::string name, ns3::CallbackBase const & cb) [member function] |
|
2968 |
cls.add_method('Connect', |
|
2969 |
'void', |
|
2970 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
2971 |
## config.h: void ns3::Config::MatchContainer::ConnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
|
2972 |
cls.add_method('ConnectWithoutContext', |
|
2973 |
'void', |
|
2974 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
2975 |
## config.h: void ns3::Config::MatchContainer::Disconnect(std::string name, ns3::CallbackBase const & cb) [member function] |
|
2976 |
cls.add_method('Disconnect', |
|
2977 |
'void', |
|
2978 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
2979 |
## config.h: void ns3::Config::MatchContainer::DisconnectWithoutContext(std::string name, ns3::CallbackBase const & cb) [member function] |
|
2980 |
cls.add_method('DisconnectWithoutContext', |
|
2981 |
'void', |
|
2982 |
[param('std::string', 'name'), param('ns3::CallbackBase const &', 'cb')]) |
|
2983 |
## config.h: __gnu_cxx::__normal_iterator<const ns3::Ptr<ns3::Object>*,std::vector<ns3::Ptr<ns3::Object>, std::allocator<ns3::Ptr<ns3::Object> > > > ns3::Config::MatchContainer::End() const [member function] |
|
2984 |
cls.add_method('End', |
|
2985 |
'__gnu_cxx::__normal_iterator< ns3::Ptr< ns3::Object > const, std::vector< ns3::Ptr< ns3::Object > > >', |
|
2986 |
[], |
|
2987 |
is_const=True) |
|
2988 |
## config.h: ns3::Ptr<ns3::Object> ns3::Config::MatchContainer::Get(uint32_t i) const [member function] |
|
2989 |
cls.add_method('Get', |
|
2990 |
'ns3::Ptr< ns3::Object >', |
|
2991 |
[param('uint32_t', 'i')], |
|
2992 |
is_const=True) |
|
2993 |
## config.h: std::string ns3::Config::MatchContainer::GetMatchedPath(uint32_t i) const [member function] |
|
2994 |
cls.add_method('GetMatchedPath', |
|
2995 |
'std::string', |
|
2996 |
[param('uint32_t', 'i')], |
|
2997 |
is_const=True) |
|
2998 |
## config.h: uint32_t ns3::Config::MatchContainer::GetN() const [member function] |
|
2999 |
cls.add_method('GetN', |
|
3000 |
'uint32_t', |
|
3001 |
[], |
|
3002 |
is_const=True) |
|
3003 |
## config.h: std::string ns3::Config::MatchContainer::GetPath() const [member function] |
|
3004 |
cls.add_method('GetPath', |
|
3005 |
'std::string', |
|
3006 |
[], |
|
3007 |
is_const=True) |
|
3008 |
## config.h: void ns3::Config::MatchContainer::Set(std::string name, ns3::AttributeValue const & value) [member function] |
|
3009 |
cls.add_method('Set', |
|
3010 |
'void', |
|
3011 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
3012 |
return |
|
3013 |
||
3014 |
def register_functions(root_module): |
|
3015 |
module = root_module |
|
3016 |
## breakpoint.h: extern void ns3::BreakpointFallback() [free function] |
|
3017 |
module.add_function('BreakpointFallback', |
|
3018 |
'void', |
|
3019 |
[]) |
|
3020 |
## vector.h: extern double ns3::CalculateDistance(ns3::Vector2D const & a, ns3::Vector2D const & b) [free function] |
|
3021 |
module.add_function('CalculateDistance', |
|
3022 |
'double', |
|
3023 |
[param('ns3::Vector2D const &', 'a'), param('ns3::Vector2D const &', 'b')]) |
|
3024 |
## vector.h: extern double ns3::CalculateDistance(ns3::Vector3D const & a, ns3::Vector3D const & b) [free function] |
|
3025 |
module.add_function('CalculateDistance', |
|
3026 |
'double', |
|
3027 |
[param('ns3::Vector3D const &', 'a'), param('ns3::Vector3D const &', 'b')]) |
|
3028 |
## ptr.h: extern ns3::Ptr<ns3::ObjectVectorValue> ns3::Create() [free function] |
|
3029 |
module.add_function('Create', |
|
3030 |
'ns3::Ptr< ns3::ObjectVectorValue >', |
|
3031 |
[], |
|
3032 |
template_parameters=['ns3::ObjectVectorValue']) |
|
3033 |
## ptr.h: extern ns3::Ptr<ns3::PointerValue> ns3::Create() [free function] |
|
3034 |
module.add_function('Create', |
|
3035 |
'ns3::Ptr< ns3::PointerValue >', |
|
3036 |
[], |
|
3037 |
template_parameters=['ns3::PointerValue']) |
|
3038 |
## log.h: extern void ns3::LogComponentDisable(char const * name, ns3::LogLevel level) [free function] |
|
3039 |
module.add_function('LogComponentDisable', |
|
3040 |
'void', |
|
3041 |
[param('char const *', 'name'), param('ns3::LogLevel', 'level')]) |
|
3042 |
## log.h: extern void ns3::LogComponentDisableAll(ns3::LogLevel level) [free function] |
|
3043 |
module.add_function('LogComponentDisableAll', |
|
3044 |
'void', |
|
3045 |
[param('ns3::LogLevel', 'level')]) |
|
3046 |
## log.h: extern void ns3::LogComponentEnable(char const * name, ns3::LogLevel level) [free function] |
|
3047 |
module.add_function('LogComponentEnable', |
|
3048 |
'void', |
|
3049 |
[param('char const *', 'name'), param('ns3::LogLevel', 'level')]) |
|
3050 |
## log.h: extern void ns3::LogComponentEnableAll(ns3::LogLevel level) [free function] |
|
3051 |
module.add_function('LogComponentEnableAll', |
|
3052 |
'void', |
|
3053 |
[param('ns3::LogLevel', 'level')]) |
|
3054 |
## boolean.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeBooleanChecker() [free function] |
|
3055 |
module.add_function('MakeBooleanChecker', |
|
3056 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3057 |
[]) |
|
3058 |
## callback.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeCallbackChecker() [free function] |
|
3059 |
module.add_function('MakeCallbackChecker', |
|
3060 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3061 |
[]) |
|
3062 |
## enum.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeEnumChecker(int v1, std::string n1, int v2=0, std::string n2="", int v3=0, std::string n3="", int v4=0, std::string n4="", int v5=0, std::string n5="", int v6=0, std::string n6="", int v7=0, std::string n7="", int v8=0, std::string n8="", int v9=0, std::string n9="", int v10=0, std::string n10="", int v11=0, std::string n11="", int v12=0, std::string n12="") [free function] |
|
3063 |
module.add_function('MakeEnumChecker', |
|
3064 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3065 |
[param('int', 'v1'), param('std::string', 'n1'), param('int', 'v2', default_value='0'), param('std::string', 'n2', default_value='""'), param('int', 'v3', default_value='0'), param('std::string', 'n3', default_value='""'), param('int', 'v4', default_value='0'), param('std::string', 'n4', default_value='""'), param('int', 'v5', default_value='0'), param('std::string', 'n5', default_value='""'), param('int', 'v6', default_value='0'), param('std::string', 'n6', default_value='""'), param('int', 'v7', default_value='0'), param('std::string', 'n7', default_value='""'), param('int', 'v8', default_value='0'), param('std::string', 'n8', default_value='""'), param('int', 'v9', default_value='0'), param('std::string', 'n9', default_value='""'), param('int', 'v10', default_value='0'), param('std::string', 'n10', default_value='""'), param('int', 'v11', default_value='0'), param('std::string', 'n11', default_value='""'), param('int', 'v12', default_value='0'), param('std::string', 'n12', default_value='""')]) |
|
3066 |
## object-factory.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeObjectFactoryChecker() [free function] |
|
3067 |
module.add_function('MakeObjectFactoryChecker', |
|
3068 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3069 |
[]) |
|
3070 |
## random-variable.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeRandomVariableChecker() [free function] |
|
3071 |
module.add_function('MakeRandomVariableChecker', |
|
3072 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3073 |
[]) |
|
3074 |
## string.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeStringChecker() [free function] |
|
3075 |
module.add_function('MakeStringChecker', |
|
3076 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3077 |
[]) |
|
3078 |
## type-id.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeTypeIdChecker() [free function] |
|
3079 |
module.add_function('MakeTypeIdChecker', |
|
3080 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3081 |
[]) |
|
3082 |
## vector.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeVector2DChecker() [free function] |
|
3083 |
module.add_function('MakeVector2DChecker', |
|
3084 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3085 |
[]) |
|
3086 |
## vector.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeVector3DChecker() [free function] |
|
3087 |
module.add_function('MakeVector3DChecker', |
|
3088 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3089 |
[]) |
|
3090 |
## vector.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::MakeVectorChecker() [free function] |
|
3091 |
module.add_function('MakeVectorChecker', |
|
3092 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3093 |
[]) |
|
3094 |
## test.h: extern bool ns3::TestDoubleIsEqual(double const a, double const b, double const epsilon=std::numeric_limits<double>::epsilon()) [free function] |
|
3095 |
module.add_function('TestDoubleIsEqual', |
|
3096 |
'bool', |
|
3097 |
[param('double const', 'a'), param('double const', 'b'), param('double const', 'epsilon', default_value='std::numeric_limits<double>::epsilon()')]) |
|
3098 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3099 |
module.add_function('TypeNameGet', |
|
3100 |
'std::string', |
|
3101 |
[], |
|
3102 |
template_parameters=['double']) |
|
3103 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3104 |
module.add_function('TypeNameGet', |
|
3105 |
'std::string', |
|
3106 |
[], |
|
3107 |
template_parameters=['float']) |
|
3108 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3109 |
module.add_function('TypeNameGet', |
|
3110 |
'std::string', |
|
3111 |
[], |
|
5864
291c2b586657
Rescan python bindings
Faker Moatamri <faker.moatamri@sophia.inria.fr>
parents:
5852
diff
changeset
|
3112 |
template_parameters=['long long']) |
5348 | 3113 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
3114 |
module.add_function('TypeNameGet', |
|
3115 |
'std::string', |
|
3116 |
[], |
|
3117 |
template_parameters=['int']) |
|
3118 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3119 |
module.add_function('TypeNameGet', |
|
3120 |
'std::string', |
|
3121 |
[], |
|
3122 |
template_parameters=['short']) |
|
3123 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3124 |
module.add_function('TypeNameGet', |
|
3125 |
'std::string', |
|
3126 |
[], |
|
3127 |
template_parameters=['signed char']) |
|
3128 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3129 |
module.add_function('TypeNameGet', |
|
3130 |
'std::string', |
|
3131 |
[], |
|
3132 |
template_parameters=['unsigned long long']) |
|
3133 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3134 |
module.add_function('TypeNameGet', |
|
3135 |
'std::string', |
|
3136 |
[], |
|
3137 |
template_parameters=['unsigned int']) |
|
3138 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3139 |
module.add_function('TypeNameGet', |
|
3140 |
'std::string', |
|
3141 |
[], |
|
3142 |
template_parameters=['unsigned short']) |
|
3143 |
## type-name.h: extern std::string ns3::TypeNameGet() [free function] |
|
3144 |
module.add_function('TypeNameGet', |
|
3145 |
'std::string', |
|
3146 |
[], |
|
3147 |
template_parameters=['unsigned char']) |
|
3148 |
register_functions_ns3_Config(module.get_submodule('Config'), root_module) |
|
3149 |
register_functions_ns3_TimeStepPrecision(module.get_submodule('TimeStepPrecision'), root_module) |
|
3150 |
register_functions_ns3_addressUtils(module.get_submodule('addressUtils'), root_module) |
|
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
3151 |
register_functions_ns3_aodv(module.get_submodule('aodv'), root_module) |
5348 | 3152 |
register_functions_ns3_dot11s(module.get_submodule('dot11s'), root_module) |
3153 |
register_functions_ns3_flame(module.get_submodule('flame'), root_module) |
|
3154 |
register_functions_ns3_internal(module.get_submodule('internal'), root_module) |
|
3155 |
register_functions_ns3_olsr(module.get_submodule('olsr'), root_module) |
|
3156 |
return |
|
3157 |
||
3158 |
def register_functions_ns3_Config(module, root_module): |
|
3159 |
## config.h: extern void ns3::Config::Connect(std::string path, ns3::CallbackBase const & cb) [free function] |
|
3160 |
module.add_function('Connect', |
|
3161 |
'void', |
|
3162 |
[param('std::string', 'path'), param('ns3::CallbackBase const &', 'cb')]) |
|
3163 |
## config.h: extern void ns3::Config::ConnectWithoutContext(std::string path, ns3::CallbackBase const & cb) [free function] |
|
3164 |
module.add_function('ConnectWithoutContext', |
|
3165 |
'void', |
|
3166 |
[param('std::string', 'path'), param('ns3::CallbackBase const &', 'cb')]) |
|
3167 |
## config.h: extern void ns3::Config::Disconnect(std::string path, ns3::CallbackBase const & cb) [free function] |
|
3168 |
module.add_function('Disconnect', |
|
3169 |
'void', |
|
3170 |
[param('std::string', 'path'), param('ns3::CallbackBase const &', 'cb')]) |
|
3171 |
## config.h: extern void ns3::Config::DisconnectWithoutContext(std::string path, ns3::CallbackBase const & cb) [free function] |
|
3172 |
module.add_function('DisconnectWithoutContext', |
|
3173 |
'void', |
|
3174 |
[param('std::string', 'path'), param('ns3::CallbackBase const &', 'cb')]) |
|
3175 |
## config.h: extern ns3::Ptr<ns3::Object> ns3::Config::GetRootNamespaceObject(uint32_t i) [free function] |
|
3176 |
module.add_function('GetRootNamespaceObject', |
|
3177 |
'ns3::Ptr< ns3::Object >', |
|
3178 |
[param('uint32_t', 'i')]) |
|
3179 |
## config.h: extern uint32_t ns3::Config::GetRootNamespaceObjectN() [free function] |
|
3180 |
module.add_function('GetRootNamespaceObjectN', |
|
3181 |
'uint32_t', |
|
3182 |
[]) |
|
3183 |
## config.h: extern ns3::Config::MatchContainer ns3::Config::LookupMatches(std::string path) [free function] |
|
3184 |
module.add_function('LookupMatches', |
|
3185 |
'ns3::Config::MatchContainer', |
|
3186 |
[param('std::string', 'path')]) |
|
3187 |
## config.h: extern void ns3::Config::RegisterRootNamespaceObject(ns3::Ptr<ns3::Object> obj) [free function] |
|
3188 |
module.add_function('RegisterRootNamespaceObject', |
|
3189 |
'void', |
|
3190 |
[param('ns3::Ptr< ns3::Object >', 'obj')]) |
|
3191 |
## config.h: extern void ns3::Config::Set(std::string path, ns3::AttributeValue const & value) [free function] |
|
3192 |
module.add_function('Set', |
|
3193 |
'void', |
|
3194 |
[param('std::string', 'path'), param('ns3::AttributeValue const &', 'value')]) |
|
3195 |
## config.h: extern void ns3::Config::SetDefault(std::string name, ns3::AttributeValue const & value) [free function] |
|
3196 |
module.add_function('SetDefault', |
|
3197 |
'void', |
|
3198 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
3199 |
## config.h: extern bool ns3::Config::SetDefaultFailSafe(std::string name, ns3::AttributeValue const & value) [free function] |
|
3200 |
module.add_function('SetDefaultFailSafe', |
|
3201 |
'bool', |
|
3202 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
3203 |
## config.h: extern void ns3::Config::SetGlobal(std::string name, ns3::AttributeValue const & value) [free function] |
|
3204 |
module.add_function('SetGlobal', |
|
3205 |
'void', |
|
3206 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
3207 |
## config.h: extern bool ns3::Config::SetGlobalFailSafe(std::string name, ns3::AttributeValue const & value) [free function] |
|
3208 |
module.add_function('SetGlobalFailSafe', |
|
3209 |
'bool', |
|
3210 |
[param('std::string', 'name'), param('ns3::AttributeValue const &', 'value')]) |
|
3211 |
## config.h: extern void ns3::Config::UnregisterRootNamespaceObject(ns3::Ptr<ns3::Object> obj) [free function] |
|
3212 |
module.add_function('UnregisterRootNamespaceObject', |
|
3213 |
'void', |
|
3214 |
[param('ns3::Ptr< ns3::Object >', 'obj')]) |
|
3215 |
return |
|
3216 |
||
3217 |
def register_functions_ns3_TimeStepPrecision(module, root_module): |
|
3218 |
return |
|
3219 |
||
3220 |
def register_functions_ns3_addressUtils(module, root_module): |
|
3221 |
return |
|
3222 |
||
5753
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
3223 |
def register_functions_ns3_aodv(module, root_module): |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
3224 |
return |
8c105b521d1b
Python: rescan; need new 'section precedence' API from PyBindGen; other PBG bug fixes pulled from new version.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents:
5504
diff
changeset
|
3225 |
|
5348 | 3226 |
def register_functions_ns3_dot11s(module, root_module): |
3227 |
return |
|
3228 |
||
3229 |
def register_functions_ns3_flame(module, root_module): |
|
3230 |
return |
|
3231 |
||
3232 |
def register_functions_ns3_internal(module, root_module): |
|
3233 |
## double.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::internal::MakeDoubleChecker(double min, double max, std::string name) [free function] |
|
3234 |
module.add_function('MakeDoubleChecker', |
|
3235 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3236 |
[param('double', 'min'), param('double', 'max'), param('std::string', 'name')]) |
|
3237 |
## integer.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::internal::MakeIntegerChecker(int64_t min, int64_t max, std::string name) [free function] |
|
3238 |
module.add_function('MakeIntegerChecker', |
|
3239 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3240 |
[param('int64_t', 'min'), param('int64_t', 'max'), param('std::string', 'name')]) |
|
3241 |
## uinteger.h: extern ns3::Ptr<ns3::AttributeChecker const> ns3::internal::MakeUintegerChecker(uint64_t min, uint64_t max, std::string name) [free function] |
|
3242 |
module.add_function('MakeUintegerChecker', |
|
3243 |
'ns3::Ptr< ns3::AttributeChecker const >', |
|
3244 |
[param('uint64_t', 'min'), param('uint64_t', 'max'), param('std::string', 'name')]) |
|
3245 |
return |
|
3246 |
||
3247 |
def register_functions_ns3_olsr(module, root_module): |
|
3248 |
return |
|
3249 |