asmjit::NodeList Class Reference

Node list.

A double-linked list of pointers to BaseNode, managed by BaseBuilder or BaseCompiler.

Note
At the moment NodeList is just a view, but it's planned that it will get more functionality in the future.

Public Members

Members

Member Functions

Construction & Destruction
Reset
Accessors

Member Data Documentation

BaseNode* NodeList::_first = nullptr◆ 

First node in the list or nullptr if there are no nodes in the list.

BaseNode* NodeList::_last = nullptr◆ 

Last node in the list or nullptr if there are no nodes in the list.