|
open62541 1.4.15
Open source implementation of OPC UA
|
#include <NodeContainer.h>
Data Fields | |
| NL_Node ** | nodes |
| size_t | size |
| size_t | capacity |
| size_t | incrementSize |
| bool | owner |
This Source Code Form is subject to the terms of the Mozilla Public License, v.
2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
Copyright 2020 (c) Matthias Konnerth
Definition at line 12 of file NodeContainer.h.
| size_t NodeContainer::capacity |
Definition at line 16 of file NodeContainer.h.
| size_t NodeContainer::incrementSize |
Definition at line 17 of file NodeContainer.h.
| NL_Node** NodeContainer::nodes |
Definition at line 14 of file NodeContainer.h.
| bool NodeContainer::owner |
Definition at line 18 of file NodeContainer.h.
| size_t NodeContainer::size |
Definition at line 15 of file NodeContainer.h.