GDB (xrefs)
Loading...
Searching...
No Matches
Public Attributes | List of all members
membuf_object Struct Reference

Public Attributes

PyObject_HEAD void * buffer
 
CORE_ADDR addr
 
CORE_ADDR length
 

Detailed Description

Definition at line 23 of file py-membuf.c.

Member Data Documentation

◆ addr

CORE_ADDR membuf_object::addr

Definition at line 30 of file py-membuf.c.

Referenced by mbpy_str().

◆ buffer

PyObject_HEAD void* membuf_object::buffer

Definition at line 27 of file py-membuf.c.

Referenced by get_buffer().

◆ length

CORE_ADDR membuf_object::length

Definition at line 33 of file py-membuf.c.

Referenced by get_buffer(), and mbpy_str().


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