|
join 1.0
lightweight network framework library
|

Functions | |
| TEST (IpAddress, defaultConstruct) | |
| Test default construction. | |
| TEST (IpAddress, familyConstruct) | |
| Test family construction. | |
| TEST (IpAddress, copyConstruct) | |
| Test copy construction. | |
| TEST (IpAddress, moveConstruct) | |
| Test move construction. | |
| TEST (IpAddress, sockaddrConstruct) | |
| Test sockaddrConstruct construction. | |
| TEST (IpAddress, addrConstruct) | |
| Test addr construction. | |
| TEST (IpAddress, stringConstruct) | |
| Test string construction. | |
| TEST (IpAddress, prefixConstruct) | |
| Test prefix construction. | |
| TEST (IpAddress, copyAssign) | |
| Test copy assignment method. | |
| TEST (IpAddress, moveAssign) | |
| Test move assignment method. | |
| TEST (IpAddress, sockaddrAssign) | |
| Test sockaddr assignment method. | |
| TEST (IpAddress, family) | |
| Test family method. | |
| TEST (IpAddress, addr) | |
| Test addr method. | |
| TEST (IpAddress, length) | |
| Test length method. | |
| TEST (IpAddress, scope) | |
| Test scope method. | |
| TEST (IpAddress, prefix) | |
| Test prefix method. | |
| TEST (IpAddress, isWildcard) | |
| Test isWildcard method. | |
| TEST (IpAddress, isLoopBack) | |
| Test isLoopBack method. | |
| TEST (IpAddress, isLinkLocal) | |
| Test isLinkLocal method. | |
| TEST (IpAddress, isSiteLocal) | |
| Test isSiteLocal method. | |
| TEST (IpAddress, isUnicast) | |
| Test isUnicast method. | |
| TEST (IpAddress, isBroadcast) | |
| Test isBroadcast method. | |
| TEST (IpAddress, isMulticast) | |
| Test isMulticast method. | |
| TEST (IpAddress, isUniqueLocal) | |
| Test isUniqueLocal method. | |
| TEST (IpAddress, isGlobal) | |
| Test isGlobal method. | |
| TEST (IpAddress, isIpv4Address) | |
| Test isIpv4Address method. | |
| TEST (IpAddress, isIpv6Address) | |
| Test isIpv6Address method. | |
| TEST (IpAddress, isIpv4Compat) | |
| Test isIpv4Compat method. | |
| TEST (IpAddress, isIpv4Mapped) | |
| Test isIpv4Mapped method. | |
| TEST (IpAddress, isIpAddress) | |
| Test isIpAddress method. | |
| TEST (IpAddress, toIpv4) | |
| Test toIpv4 method. | |
| TEST (IpAddress, toIpv6) | |
| Test toIpv6 method. | |
| TEST (IpAddress, toString) | |
| Test toString method. | |
| TEST (IpAddress, toArpa) | |
| Test toArpa method. | |
| TEST (IpAddress, clear) | |
| Test clear method. | |
| TEST (IpAddress, ipv4Address) | |
| Test ipv4Address method. | |
| TEST (IpAddress, at) | |
| Test at method. | |
| TEST (IpAddress, equal) | |
| Test is equal method. | |
| TEST (IpAddress, different) | |
| Test is different method. | |
| TEST (IpAddress, lower) | |
| Test is lower method. | |
| TEST (IpAddress, lowerOrEqual) | |
| Test is lower or equal method. | |
| TEST (IpAddress, greater) | |
| Test is greater method. | |
| TEST (IpAddress, greaterOrEqual) | |
| Test is greater or equal method. | |
| TEST (IpAddress, and) | |
| and operators. | |
| TEST (IpAddress, or) | |
| or operators. | |
| TEST (IpAddress, xor) | |
| xor operators. | |
| TEST (IpAddress, not) | |
| not operators. | |
| TEST (IpAddress, serialize) | |
| test the serialize method. | |
| int | main (int argc, char **argv) |
| main function. | |
| int main | ( | int | argc, |
| char ** | argv ) |
main function.
| TEST | ( | IpAddress | , |
| addr | ) |
Test addr method.
| TEST | ( | IpAddress | , |
| addrConstruct | ) |
Test addr construction.
| TEST | ( | IpAddress | , |
| and | ) |
and operators.
| TEST | ( | IpAddress | , |
| at | ) |
Test at method.
| TEST | ( | IpAddress | , |
| clear | ) |
Test clear method.
| TEST | ( | IpAddress | , |
| copyAssign | ) |
Test copy assignment method.
| TEST | ( | IpAddress | , |
| copyConstruct | ) |
Test copy construction.
| TEST | ( | IpAddress | , |
| defaultConstruct | ) |
Test default construction.
| TEST | ( | IpAddress | , |
| different | ) |
Test is different method.
| TEST | ( | IpAddress | , |
| equal | ) |
Test is equal method.
| TEST | ( | IpAddress | , |
| family | ) |
Test family method.
| TEST | ( | IpAddress | , |
| familyConstruct | ) |
Test family construction.
| TEST | ( | IpAddress | , |
| greater | ) |
Test is greater method.
| TEST | ( | IpAddress | , |
| greaterOrEqual | ) |
Test is greater or equal method.
| TEST | ( | IpAddress | , |
| ipv4Address | ) |
Test ipv4Address method.
| TEST | ( | IpAddress | , |
| isBroadcast | ) |
Test isBroadcast method.
| TEST | ( | IpAddress | , |
| isGlobal | ) |
Test isGlobal method.
| TEST | ( | IpAddress | , |
| isIpAddress | ) |
Test isIpAddress method.
| TEST | ( | IpAddress | , |
| isIpv4Address | ) |
Test isIpv4Address method.
| TEST | ( | IpAddress | , |
| isIpv4Compat | ) |
Test isIpv4Compat method.
| TEST | ( | IpAddress | , |
| isIpv4Mapped | ) |
Test isIpv4Mapped method.
| TEST | ( | IpAddress | , |
| isIpv6Address | ) |
Test isIpv6Address method.
| TEST | ( | IpAddress | , |
| isLinkLocal | ) |
Test isLinkLocal method.
| TEST | ( | IpAddress | , |
| isLoopBack | ) |
Test isLoopBack method.
| TEST | ( | IpAddress | , |
| isMulticast | ) |
Test isMulticast method.
| TEST | ( | IpAddress | , |
| isSiteLocal | ) |
Test isSiteLocal method.
| TEST | ( | IpAddress | , |
| isUnicast | ) |
Test isUnicast method.
| TEST | ( | IpAddress | , |
| isUniqueLocal | ) |
Test isUniqueLocal method.
| TEST | ( | IpAddress | , |
| isWildcard | ) |
Test isWildcard method.
| TEST | ( | IpAddress | , |
| length | ) |
Test length method.
| TEST | ( | IpAddress | , |
| lower | ) |
Test is lower method.
| TEST | ( | IpAddress | , |
| lowerOrEqual | ) |
Test is lower or equal method.
| TEST | ( | IpAddress | , |
| moveAssign | ) |
Test move assignment method.
| TEST | ( | IpAddress | , |
| moveConstruct | ) |
Test move construction.
| TEST | ( | IpAddress | , |
| not | ) |
not operators.
| TEST | ( | IpAddress | , |
| or | ) |
or operators.
| TEST | ( | IpAddress | , |
| prefix | ) |
Test prefix method.
| TEST | ( | IpAddress | , |
| prefixConstruct | ) |
Test prefix construction.
| TEST | ( | IpAddress | , |
| scope | ) |
Test scope method.
| TEST | ( | IpAddress | , |
| serialize | ) |
test the serialize method.
| TEST | ( | IpAddress | , |
| sockaddrAssign | ) |
Test sockaddr assignment method.
| TEST | ( | IpAddress | , |
| sockaddrConstruct | ) |
Test sockaddrConstruct construction.
| TEST | ( | IpAddress | , |
| stringConstruct | ) |
Test string construction.
| TEST | ( | IpAddress | , |
| toArpa | ) |
Test toArpa method.
| TEST | ( | IpAddress | , |
| toIpv4 | ) |
Test toIpv4 method.
| TEST | ( | IpAddress | , |
| toIpv6 | ) |
Test toIpv6 method.
| TEST | ( | IpAddress | , |
| toString | ) |
Test toString method.
| TEST | ( | IpAddress | , |
| xor | ) |
xor operators.