lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
Equivalent of lib_ruby_parser::source::DecodedInput
More...
#include <decoded_input.hpp>
Public Member Functions | |
DecodedInput ()=delete | |
DecodedInput (String name, SourceLineList lines, ByteList bytes) | |
DecodedInput (const DecodedInput &)=delete | |
DecodedInput & | operator= (DecodedInput const &)=delete |
DecodedInput (DecodedInput &&)=default | |
DecodedInput & | operator= (DecodedInput &&)=default |
Public Attributes | |
String | name |
SourceLineList | lines |
ByteList | bytes |
Equivalent of lib_ruby_parser::source::DecodedInput
|
delete |
lib_ruby_parser::DecodedInput::DecodedInput | ( | String | name, |
SourceLineList | lines, | ||
ByteList | bytes | ||
) |
|
delete |
|
default |
|
default |
|
delete |
ByteList lib_ruby_parser::DecodedInput::bytes |
SourceLineList lib_ruby_parser::DecodedInput::lines |
String lib_ruby_parser::DecodedInput::name |