equal
deleted
inserted
replaced
1842 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function] |
1842 ## ipv6-address.h (module 'network'): void ns3::Ipv6Address::GetBytes(uint8_t * buf) const [member function] |
1843 cls.add_method('GetBytes', |
1843 cls.add_method('GetBytes', |
1844 'void', |
1844 'void', |
1845 [param('uint8_t *', 'buf')], |
1845 [param('uint8_t *', 'buf')], |
1846 is_const=True) |
1846 is_const=True) |
|
1847 ## ipv6-address.h (module 'network'): ns3::Ipv4Address ns3::Ipv6Address::GetIpv4MappedAddress() const [member function] |
|
1848 cls.add_method('GetIpv4MappedAddress', |
|
1849 'ns3::Ipv4Address', |
|
1850 [], |
|
1851 is_const=True) |
1847 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function] |
1852 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::GetLoopback() [member function] |
1848 cls.add_method('GetLoopback', |
1853 cls.add_method('GetLoopback', |
1849 'ns3::Ipv6Address', |
1854 'ns3::Ipv6Address', |
1850 [], |
1855 [], |
1851 is_static=True) |
1856 is_static=True) |
1882 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
1887 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsEqual(ns3::Ipv6Address const & other) const [member function] |
1883 cls.add_method('IsEqual', |
1888 cls.add_method('IsEqual', |
1884 'bool', |
1889 'bool', |
1885 [param('ns3::Ipv6Address const &', 'other')], |
1890 [param('ns3::Ipv6Address const &', 'other')], |
1886 is_const=True) |
1891 is_const=True) |
|
1892 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsIpv4MappedAddress() [member function] |
|
1893 cls.add_method('IsIpv4MappedAddress', |
|
1894 'bool', |
|
1895 []) |
1887 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
1896 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocal() const [member function] |
1888 cls.add_method('IsLinkLocal', |
1897 cls.add_method('IsLinkLocal', |
|
1898 'bool', |
|
1899 [], |
|
1900 is_const=True) |
|
1901 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLinkLocalMulticast() const [member function] |
|
1902 cls.add_method('IsLinkLocalMulticast', |
1889 'bool', |
1903 'bool', |
1890 [], |
1904 [], |
1891 is_const=True) |
1905 is_const=True) |
1892 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLocalhost() const [member function] |
1906 ## ipv6-address.h (module 'network'): bool ns3::Ipv6Address::IsLocalhost() const [member function] |
1893 cls.add_method('IsLocalhost', |
1907 cls.add_method('IsLocalhost', |
1916 is_static=True) |
1930 is_static=True) |
1917 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function] |
1931 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeAutoconfiguredLinkLocalAddress(ns3::Mac48Address mac) [member function] |
1918 cls.add_method('MakeAutoconfiguredLinkLocalAddress', |
1932 cls.add_method('MakeAutoconfiguredLinkLocalAddress', |
1919 'ns3::Ipv6Address', |
1933 'ns3::Ipv6Address', |
1920 [param('ns3::Mac48Address', 'mac')], |
1934 [param('ns3::Mac48Address', 'mac')], |
|
1935 is_static=True) |
|
1936 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeIpv4MappedAddress(ns3::Ipv4Address addr) [member function] |
|
1937 cls.add_method('MakeIpv4MappedAddress', |
|
1938 'ns3::Ipv6Address', |
|
1939 [param('ns3::Ipv4Address', 'addr')], |
1921 is_static=True) |
1940 is_static=True) |
1922 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function] |
1941 ## ipv6-address.h (module 'network'): static ns3::Ipv6Address ns3::Ipv6Address::MakeSolicitedAddress(ns3::Ipv6Address addr) [member function] |
1923 cls.add_method('MakeSolicitedAddress', |
1942 cls.add_method('MakeSolicitedAddress', |
1924 'ns3::Ipv6Address', |
1943 'ns3::Ipv6Address', |
1925 [param('ns3::Ipv6Address', 'addr')], |
1944 [param('ns3::Ipv6Address', 'addr')], |
3081 [param('ns3::TypeId', 'other')], |
3100 [param('ns3::TypeId', 'other')], |
3082 is_const=True) |
3101 is_const=True) |
3083 ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function] |
3102 ## type-id.h (module 'core'): bool ns3::TypeId::LookupAttributeByName(std::string name, ns3::TypeId::AttributeInformation * info) const [member function] |
3084 cls.add_method('LookupAttributeByName', |
3103 cls.add_method('LookupAttributeByName', |
3085 'bool', |
3104 'bool', |
3086 [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info')], |
3105 [param('std::string', 'name'), param('ns3::TypeId::AttributeInformation *', 'info', transfer_ownership=False)], |
3087 is_const=True) |
3106 is_const=True) |
3088 ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function] |
3107 ## type-id.h (module 'core'): static ns3::TypeId ns3::TypeId::LookupByName(std::string name) [member function] |
3089 cls.add_method('LookupByName', |
3108 cls.add_method('LookupByName', |
3090 'ns3::TypeId', |
3109 'ns3::TypeId', |
3091 [param('std::string', 'name')], |
3110 [param('std::string', 'name')], |