API documentation  2.0rc1
Public Member Functions | List of all members
client::NodeList Class Reference

#include <clientlib.h>

Inherits client::Object.

Inherited by client::NodeListOf< TNode >.

Public Member Functions

double get_length ()
 
Nodeitem (double index)
 
Node *& operator[] (int index)
 
Nodeoperator[] (int index) const
 
NodeListget_prototype ()
 
void set_prototype (NodeList *)
 
 NodeList ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ NodeList()

client::NodeList::NodeList ( )

Member Function Documentation

◆ get_length()

double client::NodeList::get_length ( )

◆ get_prototype()

NodeList* client::NodeList::get_prototype ( )

◆ item()

Node* client::NodeList::item ( double  index)

◆ operator[]() [1/2]

Node*& client::NodeList::operator[] ( int  index)
inline

◆ operator[]() [2/2]

Node* client::NodeList::operator[] ( int  index) const
inline

◆ set_prototype()

void client::NodeList::set_prototype ( NodeList )