Libcroco
Data Fields
_CRDeclaration Struct Reference

#include <cr-declaration.h>

Data Fields

CRStringproperty
 The property. More...
 
CRTermvalue
 The value of the property. More...
 
CRStatementparent_statement
 
CRDeclarationnext
 
CRDeclarationprev
 
gboolean important
 
glong ref_count
 
CRParsingLocation location
 
gpointer rfu0
 
gpointer rfu1
 
gpointer rfu2
 
gpointer rfu3
 

Detailed Description

Definition at line 47 of file cr-declaration.h.

Field Documentation

◆ important

gboolean _CRDeclaration::important

Definition at line 65 of file cr-declaration.h.

◆ location

CRParsingLocation _CRDeclaration::location

Definition at line 69 of file cr-declaration.h.

◆ next

CRDeclaration* _CRDeclaration::next

◆ parent_statement

CRStatement* _CRDeclaration::parent_statement

◆ prev

CRDeclaration* _CRDeclaration::prev

◆ property

CRString* _CRDeclaration::property

◆ ref_count

glong _CRDeclaration::ref_count

Definition at line 67 of file cr-declaration.h.

Referenced by cr_declaration_ref(), and cr_declaration_unref().

◆ rfu0

gpointer _CRDeclaration::rfu0

Definition at line 71 of file cr-declaration.h.

◆ rfu1

gpointer _CRDeclaration::rfu1

Definition at line 72 of file cr-declaration.h.

◆ rfu2

gpointer _CRDeclaration::rfu2

Definition at line 73 of file cr-declaration.h.

◆ rfu3

gpointer _CRDeclaration::rfu3

Definition at line 74 of file cr-declaration.h.

◆ value

CRTerm* _CRDeclaration::value

The value of the property.

Definition at line 53 of file cr-declaration.h.

Referenced by cr_declaration_destroy(), and cr_declaration_new().


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