src/buildings/bindings/modulegen__gcc_LP64.py
changeset 9114 41bfd88f8055
parent 8985 7752dc4ce7e9
child 9190 882381aa270d
equal deleted inserted replaced
9113:63eba52498e1 9114:41bfd88f8055
  4043     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
  4043     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetBound() const [member function]
  4044     cls.add_method('GetBound', 
  4044     cls.add_method('GetBound', 
  4045                    'double', 
  4045                    'double', 
  4046                    [], 
  4046                    [], 
  4047                    is_const=True)
  4047                    is_const=True)
  4048     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound) [member function]
  4048     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue(double mean, double variance, double bound=ns3::NormalRandomVariable::INFINITE_VALUE) [member function]
  4049     cls.add_method('GetValue', 
  4049     cls.add_method('GetValue', 
  4050                    'double', 
  4050                    'double', 
  4051                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound')])
  4051                    [param('double', 'mean'), param('double', 'variance'), param('double', 'bound', default_value='ns3::NormalRandomVariable::INFINITE_VALUE')])
  4052     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
  4052     ## random-variable-stream.h (module 'core'): uint32_t ns3::NormalRandomVariable::GetInteger(uint32_t mean, uint32_t variance, uint32_t bound) [member function]
  4053     cls.add_method('GetInteger', 
  4053     cls.add_method('GetInteger', 
  4054                    'uint32_t', 
  4054                    'uint32_t', 
  4055                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
  4055                    [param('uint32_t', 'mean'), param('uint32_t', 'variance'), param('uint32_t', 'bound')])
  4056     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]
  4056     ## random-variable-stream.h (module 'core'): double ns3::NormalRandomVariable::GetValue() [member function]