config-store: Update API definitions
This commit is contained in:
18
src/config-store/bindings/modulegen__gcc_ILP32.py
generated
18
src/config-store/bindings/modulegen__gcc_ILP32.py
generated
@@ -36,8 +36,6 @@ def register_types(module):
|
||||
module.add_class('DefaultDeleter', import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor'])
|
||||
## file-config.h (module 'config-store'): ns3::FileConfig [class]
|
||||
module.add_class('FileConfig', allow_subclassing=True)
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore [class]
|
||||
module.add_class('GtkConfigStore')
|
||||
## hash.h (module 'core'): ns3::Hasher [class]
|
||||
module.add_class('Hasher', import_from_module='ns.core')
|
||||
## file-config.h (module 'config-store'): ns3::NoneFileConfig [class]
|
||||
@@ -159,7 +157,6 @@ def register_methods(root_module):
|
||||
register_Ns3DefaultDeleter__Ns3HashImplementation_methods(root_module, root_module['ns3::DefaultDeleter< ns3::Hash::Implementation >'])
|
||||
register_Ns3DefaultDeleter__Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::DefaultDeleter< ns3::TraceSourceAccessor >'])
|
||||
register_Ns3FileConfig_methods(root_module, root_module['ns3::FileConfig'])
|
||||
register_Ns3GtkConfigStore_methods(root_module, root_module['ns3::GtkConfigStore'])
|
||||
register_Ns3Hasher_methods(root_module, root_module['ns3::Hasher'])
|
||||
register_Ns3NoneFileConfig_methods(root_module, root_module['ns3::NoneFileConfig'])
|
||||
register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase'])
|
||||
@@ -308,21 +305,6 @@ def register_Ns3FileConfig_methods(root_module, cls):
|
||||
is_pure_virtual=True, is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3GtkConfigStore_methods(root_module, cls):
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore::GtkConfigStore(ns3::GtkConfigStore const & arg0) [constructor]
|
||||
cls.add_constructor([param('ns3::GtkConfigStore const &', 'arg0')])
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore::GtkConfigStore() [constructor]
|
||||
cls.add_constructor([])
|
||||
## gtk-config-store.h (module 'config-store'): void ns3::GtkConfigStore::ConfigureAttributes() [member function]
|
||||
cls.add_method('ConfigureAttributes',
|
||||
'void',
|
||||
[])
|
||||
## gtk-config-store.h (module 'config-store'): void ns3::GtkConfigStore::ConfigureDefaults() [member function]
|
||||
cls.add_method('ConfigureDefaults',
|
||||
'void',
|
||||
[])
|
||||
return
|
||||
|
||||
def register_Ns3Hasher_methods(root_module, cls):
|
||||
## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [constructor]
|
||||
cls.add_constructor([param('ns3::Hasher const &', 'arg0')])
|
||||
|
||||
18
src/config-store/bindings/modulegen__gcc_LP64.py
generated
18
src/config-store/bindings/modulegen__gcc_LP64.py
generated
@@ -36,8 +36,6 @@ def register_types(module):
|
||||
module.add_class('DefaultDeleter', import_from_module='ns.core', template_parameters=['ns3::TraceSourceAccessor'])
|
||||
## file-config.h (module 'config-store'): ns3::FileConfig [class]
|
||||
module.add_class('FileConfig', allow_subclassing=True)
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore [class]
|
||||
module.add_class('GtkConfigStore')
|
||||
## hash.h (module 'core'): ns3::Hasher [class]
|
||||
module.add_class('Hasher', import_from_module='ns.core')
|
||||
## file-config.h (module 'config-store'): ns3::NoneFileConfig [class]
|
||||
@@ -159,7 +157,6 @@ def register_methods(root_module):
|
||||
register_Ns3DefaultDeleter__Ns3HashImplementation_methods(root_module, root_module['ns3::DefaultDeleter< ns3::Hash::Implementation >'])
|
||||
register_Ns3DefaultDeleter__Ns3TraceSourceAccessor_methods(root_module, root_module['ns3::DefaultDeleter< ns3::TraceSourceAccessor >'])
|
||||
register_Ns3FileConfig_methods(root_module, root_module['ns3::FileConfig'])
|
||||
register_Ns3GtkConfigStore_methods(root_module, root_module['ns3::GtkConfigStore'])
|
||||
register_Ns3Hasher_methods(root_module, root_module['ns3::Hasher'])
|
||||
register_Ns3NoneFileConfig_methods(root_module, root_module['ns3::NoneFileConfig'])
|
||||
register_Ns3ObjectBase_methods(root_module, root_module['ns3::ObjectBase'])
|
||||
@@ -308,21 +305,6 @@ def register_Ns3FileConfig_methods(root_module, cls):
|
||||
is_pure_virtual=True, is_virtual=True)
|
||||
return
|
||||
|
||||
def register_Ns3GtkConfigStore_methods(root_module, cls):
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore::GtkConfigStore(ns3::GtkConfigStore const & arg0) [constructor]
|
||||
cls.add_constructor([param('ns3::GtkConfigStore const &', 'arg0')])
|
||||
## gtk-config-store.h (module 'config-store'): ns3::GtkConfigStore::GtkConfigStore() [constructor]
|
||||
cls.add_constructor([])
|
||||
## gtk-config-store.h (module 'config-store'): void ns3::GtkConfigStore::ConfigureAttributes() [member function]
|
||||
cls.add_method('ConfigureAttributes',
|
||||
'void',
|
||||
[])
|
||||
## gtk-config-store.h (module 'config-store'): void ns3::GtkConfigStore::ConfigureDefaults() [member function]
|
||||
cls.add_method('ConfigureDefaults',
|
||||
'void',
|
||||
[])
|
||||
return
|
||||
|
||||
def register_Ns3Hasher_methods(root_module, cls):
|
||||
## hash.h (module 'core'): ns3::Hasher::Hasher(ns3::Hasher const & arg0) [constructor]
|
||||
cls.add_constructor([param('ns3::Hasher const &', 'arg0')])
|
||||
|
||||
Reference in New Issue
Block a user