277 [], |
277 [], |
278 is_const=True) |
278 is_const=True) |
279 ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor] |
279 ## callback.h (module 'core'): ns3::CallbackBase::CallbackBase(ns3::Ptr<ns3::CallbackImplBase> impl) [constructor] |
280 cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')], |
280 cls.add_constructor([param('ns3::Ptr< ns3::CallbackImplBase >', 'impl')], |
281 visibility='protected') |
281 visibility='protected') |
282 ## callback.h (module 'core'): static std::string ns3::CallbackBase::Demangle(std::string const & mangled) [member function] |
|
283 cls.add_method('Demangle', |
|
284 'std::string', |
|
285 [param('std::string const &', 'mangled')], |
|
286 is_static=True, visibility='protected') |
|
287 return |
282 return |
288 |
283 |
289 def register_Ns3Hasher_methods(root_module, cls): |
284 def register_Ns3Hasher_methods(root_module, cls): |
290 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor] |
285 ## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [copy constructor] |
291 cls.add_constructor([param('ns3::Hasher const &', 'arg0')]) |
286 cls.add_constructor([param('ns3::Hasher const &', 'arg0')]) |
925 def register_Ns3CallbackImplBase_methods(root_module, cls): |
920 def register_Ns3CallbackImplBase_methods(root_module, cls): |
926 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase() [constructor] |
921 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase() [constructor] |
927 cls.add_constructor([]) |
922 cls.add_constructor([]) |
928 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor] |
923 ## callback.h (module 'core'): ns3::CallbackImplBase::CallbackImplBase(ns3::CallbackImplBase const & arg0) [copy constructor] |
929 cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')]) |
924 cls.add_constructor([param('ns3::CallbackImplBase const &', 'arg0')]) |
|
925 ## callback.h (module 'core'): std::string ns3::CallbackImplBase::GetTypeid() const [member function] |
|
926 cls.add_method('GetTypeid', |
|
927 'std::string', |
|
928 [], |
|
929 is_pure_virtual=True, is_const=True, is_virtual=True) |
930 ## callback.h (module 'core'): bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function] |
930 ## callback.h (module 'core'): bool ns3::CallbackImplBase::IsEqual(ns3::Ptr<ns3::CallbackImplBase const> other) const [member function] |
931 cls.add_method('IsEqual', |
931 cls.add_method('IsEqual', |
932 'bool', |
932 'bool', |
933 [param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')], |
933 [param('ns3::Ptr< ns3::CallbackImplBase const >', 'other')], |
934 is_pure_virtual=True, is_const=True, is_virtual=True) |
934 is_pure_virtual=True, is_const=True, is_virtual=True) |
|
935 ## callback.h (module 'core'): static std::string ns3::CallbackImplBase::Demangle(std::string const & mangled) [member function] |
|
936 cls.add_method('Demangle', |
|
937 'std::string', |
|
938 [param('std::string const &', 'mangled')], |
|
939 is_static=True, visibility='protected') |
935 return |
940 return |
936 |
941 |
937 def register_Ns3CallbackValue_methods(root_module, cls): |
942 def register_Ns3CallbackValue_methods(root_module, cls): |
938 ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor] |
943 ## callback.h (module 'core'): ns3::CallbackValue::CallbackValue(ns3::CallbackValue const & arg0) [copy constructor] |
939 cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')]) |
944 cls.add_constructor([param('ns3::CallbackValue const &', 'arg0')]) |