_CRString Struct Reference

This is a ship implementation of string based on GString. More...

#include <cr-string.h>


Data Fields

GString * stryng
 The GString where all the string operation happen.
CRParsingLocation location
 The parsing location storage area.


Detailed Description

This is a ship implementation of string based on GString.

Actually, the aim of CRString is to store the parsing location (line,column,byte offset) at which a given string has been parsed in the input CSS. So this class has a gstring field of type GString that users can freely manipulate, and also a CRParginLocation type where the parsing location is store. If you don't want to deal with parsing location stuffs, then use GString instead. If we were in C++ for example, CRString would just inherit GString and just add accessors to the CRParsingLocation data ... but we are not and we still have to provide the parsing location information.

Definition at line 52 of file cr-string.h.


Field Documentation

The parsing location storage area.

Definition at line 61 of file cr-string.h.

The GString where all the string operation happen.

Definition at line 57 of file cr-string.h.


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

Generated on Wed Jul 8 15:11:39 2009 for Libcroco by  doxygen 1.5.7.1