GDB (xrefs)
Public Attributes | List of all members
scm_from_stringn_data Struct Reference

Public Attributes

const char * string
 
size_t len
 
const char * charset
 
int conversion_kind
 
SCM result
 

Detailed Description

Definition at line 149 of file scm-string.c.

Member Data Documentation

const char* scm_from_stringn_data::charset

Definition at line 153 of file scm-string.c.

Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().

int scm_from_stringn_data::conversion_kind

Definition at line 154 of file scm-string.c.

Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().

size_t scm_from_stringn_data::len

Definition at line 152 of file scm-string.c.

Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().

SCM scm_from_stringn_data::result
const char* scm_from_stringn_data::string

Definition at line 151 of file scm-string.c.

Referenced by gdbscm_call_scm_from_stringn(), and gdbscm_scm_from_string().


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