RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
Script::List Class Reference

Public Member Functions

template<typename ... Nodes>
 List (Nodes ... nodes)
 
ListAppend (Node *node)
 
ListAppend (std::unique_ptr< Node > node)
 

Public Attributes

std::vector< std::unique_ptr< Node > > children
 

Protected Member Functions

void init ()
 
template<typename ... Nodes>
void init (Node *node, Nodes ... nodes)
 
template<typename ... Nodes>
void init (std::unique_ptr< Node > node, Nodes ... nodes)
 

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