lib-ruby-parser (C++ bindings)
4.0.1+ruby-3.1.1
C++ bindings for lib-ruby-parser library
|
#include <shared_byte_list.hpp>
Public Member Functions | |
SharedByteList ()=delete | |
SharedByteList (const char *ptr, size_t len) | |
Public Attributes | |
const char * | ptr |
size_t | len |
Equivalent of &[u8]
in Rust. Holds a constant pointer + length.
|
delete |
lib_ruby_parser::SharedByteList::SharedByteList | ( | const char * | ptr, |
size_t | len | ||
) |
size_t lib_ruby_parser::SharedByteList::len |
const char* lib_ruby_parser::SharedByteList::ptr |