OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl_metadata_key_view Struct Reference

#include <occtl_topo_build.h>

Public Attributes

const char * key
 
size_t key_len
 

Detailed Description

Borrowed view of a metadata key stored on a graph node.

Pointer lifetime is tied to the owning graph metadata. The view is invalidated by metadata mutation on the graph, graph mutation that remaps/removes the target node, graph clone/free, or graph compaction.

Member Data Documentation

◆ key

const char* occtl_metadata_key_view::key

Borrowed key bytes; not necessarily NUL-terminated.

◆ key_len

size_t occtl_metadata_key_view::key_len

Length of key in bytes.


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