GDB (xrefs)
Classes | Public Types | Public Attributes
internalvar Struct Reference

List of all members.

Classes

union  internalvar_data

Public Types

enum  internalvar_kind {
  INTERNALVAR_VOID, INTERNALVAR_VALUE, INTERNALVAR_MAKE_VALUE, INTERNALVAR_FUNCTION,
  INTERNALVAR_INTEGER, INTERNALVAR_STRING
}

Public Attributes

struct internalvarnext
char * name
enum internalvar::internalvar_kind kind
union internalvar::internalvar_data u

Detailed Description

Definition at line 1639 of file value.c.


Member Enumeration Documentation

Enumerator:
INTERNALVAR_VOID 
INTERNALVAR_VALUE 
INTERNALVAR_MAKE_VALUE 
INTERNALVAR_FUNCTION 
INTERNALVAR_INTEGER 
INTERNALVAR_STRING 

Definition at line 1648 of file value.c.


Member Data Documentation


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines