open62541 1.4.15
Open source implementation of OPC UA
Loading...
Searching...
No Matches
Data Fields
NodeContainer Struct Reference

#include <NodeContainer.h>

Data Fields

NL_Node ** nodes
 
size_t size
 
size_t capacity
 
size_t incrementSize
 
bool owner
 

Detailed Description

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.

Field Documentation

◆ capacity

size_t NodeContainer::capacity

Definition at line 16 of file NodeContainer.h.

◆ incrementSize

size_t NodeContainer::incrementSize

Definition at line 17 of file NodeContainer.h.

◆ nodes

NL_Node** NodeContainer::nodes

Definition at line 14 of file NodeContainer.h.

◆ owner

bool NodeContainer::owner

Definition at line 18 of file NodeContainer.h.

◆ size

size_t NodeContainer::size

Definition at line 15 of file NodeContainer.h.


The documentation for this struct was generated from the following file: