lib-ruby-parser (C++ bindings)  4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
lib_ruby_parser::NodeList Class Reference

#include <nodes.hpp>

Public Member Functions

 NodeList ()=delete
 
 NodeList (Node *ptr, size_t len, size_t capacity)
 
 ~NodeList ()
 
 NodeList (const NodeList &)=delete
 
NodeListoperator= (NodeList const &)=delete
 
 NodeList (NodeList &&)
 
NodeListoperator= (NodeList &&)
 

Public Attributes

Nodeptr
 
size_t capacity
 
size_t len
 

Constructor & Destructor Documentation

◆ NodeList() [1/4]

lib_ruby_parser::NodeList::NodeList ( )
delete

◆ NodeList() [2/4]

lib_ruby_parser::NodeList::NodeList ( Node ptr,
size_t  len,
size_t  capacity 
)

◆ ~NodeList()

lib_ruby_parser::NodeList::~NodeList ( )

◆ NodeList() [3/4]

lib_ruby_parser::NodeList::NodeList ( const NodeList )
delete

◆ NodeList() [4/4]

lib_ruby_parser::NodeList::NodeList ( NodeList &&  )

Member Function Documentation

◆ operator=() [1/2]

NodeList& lib_ruby_parser::NodeList::operator= ( NodeList &&  )

◆ operator=() [2/2]

NodeList& lib_ruby_parser::NodeList::operator= ( NodeList const &  )
delete

Member Data Documentation

◆ capacity

size_t lib_ruby_parser::NodeList::capacity

◆ len

size_t lib_ruby_parser::NodeList::len

◆ ptr

Node* lib_ruby_parser::NodeList::ptr

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