_value Struct Reference

Encapsulation of a "value". More...


Public Types

enum  { VALUE_TYPE_INTEGER, VALUE_TYPE_STRING }

Data Fields

enum _value:: { ... }  type
union {
   const char *   s
   int   i
data


Detailed Description

Encapsulation of a "value".

Definition at line 33 of file expression.c.


Member Enumeration Documentation

anonymous enum

Enumerator:
VALUE_TYPE_INTEGER 
VALUE_TYPE_STRING 

Definition at line 34 of file expression.c.


Field Documentation

enum { ... } _value::type

const char* _value::s

Definition at line 36 of file expression.c.

int _value::i

Definition at line 37 of file expression.c.

union { ... } _value::data


The documentation for this struct was generated from the following file:
Generated on Fri Oct 12 08:44:57 2007 for rpm by  doxygen 1.5.2