lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Equivalent of Vec<lib_ruby_parser::source::Comment>
More...
#include <comment.hpp>
Public Member Functions | |
CommentList ()=delete | |
CommentList (Comment *ptr, size_t len, size_t capacity) | |
~CommentList () | |
CommentList (const CommentList &)=delete | |
CommentList & | operator= (CommentList const &)=delete |
CommentList (CommentList &&) | |
CommentList & | operator= (CommentList &&) |
Public Attributes | |
Comment * | ptr |
size_t | capacity |
size_t | len |
Equivalent of Vec<lib_ruby_parser::source::Comment>
|
delete |
lib_ruby_parser::CommentList::CommentList | ( | Comment * | ptr, |
size_t | len, | ||
size_t | capacity | ||
) |
lib_ruby_parser::CommentList::~CommentList | ( | ) |
|
delete |
lib_ruby_parser::CommentList::CommentList | ( | CommentList && | ) |
CommentList& lib_ruby_parser::CommentList::operator= | ( | CommentList && | ) |
|
delete |
size_t lib_ruby_parser::CommentList::capacity |
size_t lib_ruby_parser::CommentList::len |
Comment* lib_ruby_parser::CommentList::ptr |