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

#include "guile-internal.h"

Public Attributes

const char * name
 
SCM value
 
const char * doc_string
 

Detailed Description

Definition at line 42 of file guile-internal.h.

Member Data Documentation

const char* scheme_variable::doc_string

Definition at line 46 of file guile-internal.h.

const char* scheme_variable::name

Definition at line 44 of file guile-internal.h.

Referenced by gdbscm_define_variables().

SCM scheme_variable::value

Definition at line 45 of file guile-internal.h.

Referenced by gdbscm_define_variables().


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