#include <href.h>
Public Member Functions | |
Href () | |
Href (std::string str) | |
std::string | getFile () |
Get the file part of the href. | |
std::string | getAnchor () |
Get the anchor part of the href. | |
Href | operator= (std::string orig) |
Set href from std::string. | |
std::string | getString () |
Get the string. | |
Protected Attributes | |
std::string | _str |
Definition at line 10 of file href.h.