|
open62541 1.4.15
Open source implementation of OPC UA
|
#include "Nodeset.h"Go to the source code of this file.
Data Structures | |
| struct | NodeContainer |
Typedefs | |
| typedef struct NodeContainer | NodeContainer |
Functions | |
| NodeContainer * | NodeContainer_new (size_t initialSize, bool owner) |
| void | NodeContainer_delete (NodeContainer *container) |
| void | NodeContainer_add (NodeContainer *container, NL_Node *node) |
| typedef struct NodeContainer NodeContainer |
Definition at line 20 of file NodeContainer.h.
| void NodeContainer_add | ( | NodeContainer * | container, |
| NL_Node * | node | ||
| ) |
| void NodeContainer_delete | ( | NodeContainer * | container | ) |
| NodeContainer * NodeContainer_new | ( | size_t | initialSize, |
| bool | owner | ||
| ) |