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 91 of file guile-internal.h.

Member Data Documentation

◆ doc_string

const char* scheme_function::doc_string

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

Referenced by gdbscm_define_functions().

◆ func

scm_t_subr scheme_function::func

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

Referenced by gdbscm_define_functions().

◆ name

const char* scheme_function::name

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

Referenced by gdbscm_define_functions().

◆ optional

int scheme_function::optional

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

Referenced by gdbscm_define_functions().

◆ required

int scheme_function::required

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

Referenced by gdbscm_define_functions().

◆ rest

int scheme_function::rest

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

Referenced by gdbscm_define_functions().


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