Libcroco
Data Fields
_CRToken Struct Reference

This class abstracts a css2 token. More...

#include <cr-token.h>

Data Fields

enum CRTokenType type
enum CRTokenExtraType extra_type
CRInputPos pos
union {
   CRString *   str
   CRRgb *   rgb
   CRNum *   num
   guint32   unichar
u
CRStringdimen
CRParsingLocation location

Detailed Description

This class abstracts a css2 token.

Definition at line 101 of file cr-token.h.


Field Documentation

Definition at line 115 of file cr-token.h.

Referenced by cr_tknzr_parse_token(), and cr_token_set_dimen().

Definition at line 105 of file cr-token.h.

Definition at line 110 of file cr-token.h.

Referenced by cr_parser_parse_term(), and cr_token_set_rgb().

union { ... } _CRToken::u

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