My Project
Public Member Functions | Protected Member Functions
Item_func_is_ipv6 Class Reference
Inheritance diagram for Item_func_is_ipv6:
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_ipv6 (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_ipv6::calc_value ( const String arg) [protected, virtual]

Checks if the passed string represents an IPv6-address.

Parameters:
argThe string to check.
Returns:
Check status.
Return values:
falseThe passed string does not represent an IPv6-address.
trueThe passed string represents an 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