CL_URLHelp Class Reference

URL helper functions. More...

#include <url_help.h>

List of all members.

Static Public Member Functions

Operations

static CL_StringRef get_protocol (const CL_StringRef &url)
 Returns the protocol name.
static CL_StringRef get_full_path (const CL_StringRef &url)
 Returns the entire URL path.
static CL_StringRef get_host (const CL_StringRef &url)
 Returns the host name of the URL.
static CL_StringRef get_port (const CL_StringRef &url)
 Returns the port of the URL.
static CL_StringRef get_local_path (const CL_StringRef &url)
 Returns the local path of the URL.
static CL_StringRef get_query (const CL_StringRef &url)
 Returns the query of the URL.

Detailed Description

URL helper functions.


Member Function Documentation

static CL_StringRef CL_URLHelp::get_full_path ( const CL_StringRef url  )  [static]

Returns the entire URL path.

static CL_StringRef CL_URLHelp::get_host ( const CL_StringRef url  )  [static]

Returns the host name of the URL.

static CL_StringRef CL_URLHelp::get_local_path ( const CL_StringRef url  )  [static]

Returns the local path of the URL.

static CL_StringRef CL_URLHelp::get_port ( const CL_StringRef url  )  [static]

Returns the port of the URL.

static CL_StringRef CL_URLHelp::get_protocol ( const CL_StringRef url  )  [static]

Returns the protocol name.

static CL_StringRef CL_URLHelp::get_query ( const CL_StringRef url  )  [static]

Returns the query of the URL.


The documentation for this class was generated from the following file: