i3
Public Types | Data Fields
stack_entry Struct Reference

Public Types

enum  { STACK_STR = 0, STACK_LONG = 1 }
 

Data Fields

const char * identifier
 
char * str
 
enum stack_entry:: { ... }  type
 
union {
   char *   str
 
   long   num
 
val
 

Detailed Description

Definition at line 73 of file commands_parser.c.

Member Enumeration Documentation

anonymous enum
Enumerator
STACK_STR 
STACK_LONG 

Definition at line 76 of file config_parser.c.

Field Documentation

const char * stack_entry::identifier

Definition at line 75 of file commands_parser.c.

Referenced by clear_stack(), push_long(), and push_string().

long stack_entry::num

Definition at line 82 of file config_parser.c.

Referenced by clear_stack(), get_long(), and push_long().

char* stack_entry::str

Definition at line 76 of file commands_parser.c.

Referenced by clear_stack(), get_string(), and push_string().

enum { ... } stack_entry::type

Referenced by clear_stack(), push_long(), and push_string().

union { ... } stack_entry::val

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