![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
double | get_redirectCount () |
double | get_type () |
Object * | toJSON () |
PerformanceNavigation * | get_prototype () |
void | set_prototype (PerformanceNavigation *) |
PerformanceNavigation () | |
double | get_TYPE_BACK_FORWARD () |
double | get_TYPE_NAVIGATE () |
double | get_TYPE_RELOAD () |
double | get_TYPE_RESERVED () |
![]() | |
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::PerformanceNavigation::PerformanceNavigation | ( | ) |
PerformanceNavigation* client::PerformanceNavigation::get_prototype | ( | ) |
double client::PerformanceNavigation::get_redirectCount | ( | ) |
double client::PerformanceNavigation::get_type | ( | ) |
double client::PerformanceNavigation::get_TYPE_BACK_FORWARD | ( | ) |
double client::PerformanceNavigation::get_TYPE_NAVIGATE | ( | ) |
double client::PerformanceNavigation::get_TYPE_RELOAD | ( | ) |
double client::PerformanceNavigation::get_TYPE_RESERVED | ( | ) |
void client::PerformanceNavigation::set_prototype | ( | PerformanceNavigation * | ) |
Object* client::PerformanceNavigation::toJSON | ( | ) |