PosToken Struct Reference
[The theme expression tokenizer]

A token, as output by the tokeniser. More...


Data Fields

PosTokenType type
union {
   struct {
      int   val
   }   i
   struct {
      double   val
   }   d
   struct {
      PosOperatorType   op
   }   o
   struct {
      char *   name
      GQuark   name_quark
   }   v
d


Detailed Description

A token, as output by the tokeniser.

Definition at line 360 of file theme.h.


Field Documentation

Definition at line 362 of file theme.h.

Referenced by meta_theme_replace_constants(), parse_number(), pos_eval_helper(), and pos_tokenize().

Definition at line 367 of file theme.h.

struct { ... } PosToken::i

double PosToken::val

Definition at line 371 of file theme.h.

struct { ... } PosToken::d

Definition at line 375 of file theme.h.

struct { ... } PosToken::o

Definition at line 379 of file theme.h.

Definition at line 380 of file theme.h.

struct { ... } PosToken::v

Referenced by free_tokens().

union { ... } PosToken::d


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

Generated on Sat Aug 23 22:04:25 2008 for metacity by  doxygen 1.5.5