![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| String * | get_hash () |
| void | set_hash (const String &) |
| String * | get_host () |
| void | set_host (const String &) |
| String * | get_hostname () |
| void | set_hostname (const String &) |
| String * | get_href () |
| void | set_href (const String &) |
| String * | get_origin () |
| String * | get_pathname () |
| void | set_pathname (const String &) |
| String * | get_port () |
| void | set_port (const String &) |
| String * | get_protocol () |
| void | set_protocol (const String &) |
| String * | get_search () |
| void | set_search (const String &) |
| void | assign (const String &url) |
| void | reload () |
| void | reload (bool forcedReload) |
| void | replace (const String &url) |
| String * | toString () |
| Location * | get_prototype () |
| void | set_prototype (Location *) |
| Location () | |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| client::Location::Location | ( | ) |
| void client::Location::assign | ( | const String & | url | ) |
| String* client::Location::get_hash | ( | ) |
| String* client::Location::get_host | ( | ) |
| String* client::Location::get_hostname | ( | ) |
| String* client::Location::get_href | ( | ) |
| String* client::Location::get_origin | ( | ) |
| String* client::Location::get_pathname | ( | ) |
| String* client::Location::get_port | ( | ) |
| String* client::Location::get_protocol | ( | ) |
| Location* client::Location::get_prototype | ( | ) |
| String* client::Location::get_search | ( | ) |
| void client::Location::reload | ( | ) |
| void client::Location::reload | ( | bool | forcedReload | ) |
| void client::Location::replace | ( | const String & | url | ) |
| void client::Location::set_hash | ( | const String & | ) |
| void client::Location::set_host | ( | const String & | ) |
| void client::Location::set_hostname | ( | const String & | ) |
| void client::Location::set_href | ( | const String & | ) |
| void client::Location::set_pathname | ( | const String & | ) |
| void client::Location::set_port | ( | const String & | ) |
| void client::Location::set_protocol | ( | const String & | ) |
| void client::Location::set_prototype | ( | Location * | ) |
| void client::Location::set_search | ( | const String & | ) |
| String* client::Location::toString | ( | ) |
1.8.13