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

#include "guile-internal.h"

Public Attributes

const char * name
 
int required
 
int optional
 
int rest
 
scm_t_subr func
 
const char * doc_string
 

Detailed Description

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

Member Data Documentation

const char* scheme_function::doc_string

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

Referenced by gdbscm_define_functions().

scm_t_subr scheme_function::func

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

Referenced by gdbscm_define_functions().

const char* scheme_function::name

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

Referenced by gdbscm_define_functions().

int scheme_function::optional

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

Referenced by gdbscm_define_functions().

int scheme_function::required

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

Referenced by gdbscm_define_functions().

int scheme_function::rest

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

Referenced by gdbscm_define_functions().


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