ReactOS 0.4.15-dev-7953-g1f49173
jsstr_rope_t Struct Reference

#include <jsstr.h>

Collaboration diagram for jsstr_rope_t:

Public Attributes

jsstr_t str
 
jsstr_tleft
 
jsstr_tright
 
unsigned depth
 

Detailed Description

Definition at line 93 of file jsstr.h.

Member Data Documentation

◆ depth

unsigned jsstr_rope_t::depth

Definition at line 97 of file jsstr.h.

Referenced by jsstr_concat().

◆ left

jsstr_t* jsstr_rope_t::left

Definition at line 95 of file jsstr.h.

◆ right

jsstr_t* jsstr_rope_t::right

Definition at line 96 of file jsstr.h.

◆ str

jsstr_t jsstr_rope_t::str

Definition at line 94 of file jsstr.h.


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