|
|
| 12 |
## callback.h: ns3::CallbackImplBase [class] |
12 |
## callback.h: ns3::CallbackImplBase [class] |
| 13 |
module.add_class('CallbackImplBase', allow_subclassing=True, memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
13 |
module.add_class('CallbackImplBase', allow_subclassing=True, memory_policy=cppclass.ReferenceCountingMethodsPolicy(incref_method='Ref', decref_method='Unref', peekref_method='GetReferenceCount')) |
| 14 |
## command-line.h: ns3::CommandLine [class] |
14 |
## command-line.h: ns3::CommandLine [class] |
| 15 |
module.add_class('CommandLine') |
15 |
module.add_class('CommandLine', allow_subclassing=True) |
| 16 |
## system-mutex.h: ns3::CriticalSection [class] |
16 |
## system-mutex.h: ns3::CriticalSection [class] |
| 17 |
module.add_class('CriticalSection') |
17 |
module.add_class('CriticalSection') |
| 18 |
## global-value.h: ns3::GlobalValue [class] |
18 |
## global-value.h: ns3::GlobalValue [class] |
|
|
| 347 |
cls.add_constructor([param('ns3::CommandLine const &', 'arg0')]) |
347 |
cls.add_constructor([param('ns3::CommandLine const &', 'arg0')]) |
| 348 |
## command-line.h: ns3::CommandLine::CommandLine() [constructor] |
348 |
## command-line.h: ns3::CommandLine::CommandLine() [constructor] |
| 349 |
cls.add_constructor([]) |
349 |
cls.add_constructor([]) |
|
|
350 |
## 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> callback) [member function] |
| 351 |
cls.add_method('AddValue', |
| 352 |
'void', |
| 353 |
[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 >', 'callback')]) |
| 350 |
return |
354 |
return |
| 351 |
|
355 |
|
| 352 |
def register_Ns3CriticalSection_methods(root_module, cls): |
356 |
def register_Ns3CriticalSection_methods(root_module, cls): |
|
|
| 1879 |
cls.add_method('ConnectWithoutContext', |
1883 |
cls.add_method('ConnectWithoutContext', |
| 1880 |
'void', |
1884 |
'void', |
| 1881 |
[param('ns3::CallbackBase const &', 'cb')]) |
1885 |
[param('ns3::CallbackBase const &', 'cb')]) |
| 1882 |
## 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] |
1886 |
## traced-value.h: void ns3::TracedValue<unsigned int>::Connect(ns3::CallbackBase const & cb, std::string path) [member function] |
| 1883 |
cls.add_method('Connect', |
1887 |
cls.add_method('Connect', |
| 1884 |
'void', |
1888 |
'void', |
| 1885 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |
1889 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |
|
|
| 1887 |
cls.add_method('DisconnectWithoutContext', |
1891 |
cls.add_method('DisconnectWithoutContext', |
| 1888 |
'void', |
1892 |
'void', |
| 1889 |
[param('ns3::CallbackBase const &', 'cb')]) |
1893 |
[param('ns3::CallbackBase const &', 'cb')]) |
| 1890 |
## 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] |
1894 |
## traced-value.h: void ns3::TracedValue<unsigned int>::Disconnect(ns3::CallbackBase const & cb, std::string path) [member function] |
| 1891 |
cls.add_method('Disconnect', |
1895 |
cls.add_method('Disconnect', |
| 1892 |
'void', |
1896 |
'void', |
| 1893 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |
1897 |
[param('ns3::CallbackBase const &', 'cb'), param('std::string', 'path')]) |