#include <clientlib.h>
Inherits client::Object.
Inherited by client::NodeListOf< TNode >.
◆ NodeList()
client::NodeList::NodeList |
( |
| ) |
|
◆ 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 * |
| ) |
|