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

Rerpresentation of Bytes struct from lib-ruby-parser. More...

#include <bytes.hpp>

Public Member Functions

 Bytes ()=delete
 
 Bytes (ByteList raw)
 
 Bytes (const Bytes &)=delete
 
Bytesoperator= (Bytes const &)=delete
 
 Bytes (Bytes &&)=default
 
Bytesoperator= (Bytes &&)=default
 

Public Attributes

ByteList raw
 

Detailed Description

Rerpresentation of Bytes struct from lib-ruby-parser.

Constructor & Destructor Documentation

◆ Bytes() [1/4]

lib_ruby_parser::Bytes::Bytes ( )
delete

◆ Bytes() [2/4]

lib_ruby_parser::Bytes::Bytes ( ByteList  raw)
explicit

◆ Bytes() [3/4]

lib_ruby_parser::Bytes::Bytes ( const Bytes )
delete

◆ Bytes() [4/4]

lib_ruby_parser::Bytes::Bytes ( Bytes &&  )
default

Member Function Documentation

◆ operator=() [1/2]

Bytes& lib_ruby_parser::Bytes::operator= ( Bytes &&  )
default

◆ operator=() [2/2]

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

Member Data Documentation

◆ raw

ByteList lib_ruby_parser::Bytes::raw

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