My Project
Public Member Functions | Protected Member Functions
Item_func_is_ipv4_compat Class Reference
Inheritance diagram for Item_func_is_ipv4_compat:
Item_func_inet_bool_base Item_bool_func Item_int_func Item_func Item_result_field Item

List of all members.

Public Member Functions

 Item_func_is_ipv4_compat (Item *ip_addr)
virtual const char * func_name () const

Protected Member Functions

virtual bool calc_value (const String *arg)

Member Function Documentation

bool Item_func_is_ipv4_compat::calc_value ( const String arg) [protected, virtual]

Checks if the passed IPv6-address is an IPv4-compat IPv6-address.

Parameters:
argThe IPv6-address to check.
Returns:
Check status.
Return values:
falseThe passed IPv6-address is not an IPv4-compatible IPv6-address.
trueThe passed IPv6-address is an IPv4-compatible IPv6-address.

Implements Item_func_inet_bool_base.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines