mruby/c VM Source Code release 3.4
Loading...
Searching...
No Matches
RString Struct Reference

String object. More...

#include <c_string.h>

Inheritance diagram for RString:
Collaboration diagram for RString:

Data Fields

 MRBC_OBJECT_HEADER
MRBC_STRING_SIZE_T size
 string length.
uint8_t * data
 pointer to allocated buffer.
Data Fields inherited from RBasic
 MRBC_OBJECT_HEADER

Detailed Description

String object.

Definition at line 47 of file c_string.h.

Field Documentation

◆ data

uint8_t* RString::data

pointer to allocated buffer.

Definition at line 51 of file c_string.h.

◆ MRBC_OBJECT_HEADER

RString::MRBC_OBJECT_HEADER

Definition at line 48 of file c_string.h.

◆ size

MRBC_STRING_SIZE_T RString::size

string length.

Definition at line 50 of file c_string.h.


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