Rizin
unix-like reverse engineering framework and cli tools
RzStrBuf Struct Reference

#include <rz_strbuf.h>

Public Attributes

char buf [32]
 
size_t len
 
char * ptr
 
size_t ptrlen
 
bool weakref
 

Detailed Description

Definition at line 10 of file rz_strbuf.h.

Member Data Documentation

◆ buf

char RzStrBuf::buf[32]

Definition at line 11 of file rz_strbuf.h.

◆ len

size_t RzStrBuf::len

◆ ptr

char* RzStrBuf::ptr

Definition at line 13 of file rz_strbuf.h.

◆ ptrlen

size_t RzStrBuf::ptrlen

Definition at line 14 of file rz_strbuf.h.

◆ weakref

bool RzStrBuf::weakref

Definition at line 15 of file rz_strbuf.h.


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