28#ifndef __CR_STRING_H__
29#define __CR_STRING_H__
The declaration of the CRParsingLocation object.
CRString * cr_string_new(void)
CRString * cr_string_new_from_string(const gchar *a_string)
gchar * cr_string_dup2(CRString const *a_this)
typedefG_BEGIN_DECLS struct _CRString CRString
CRString * cr_string_dup(CRString const *a_this)
void cr_string_destroy(CRString *a_this)
CRString * cr_string_new_from_gstring(GString const *a_string)
gint cr_string_peek_raw_str_len(CRString const *a_this)
const gchar * cr_string_peek_raw_str(CRString const *a_this)
The Croco library basic types definitions And global definitions.
This is a ship implementation of string based on GString.
CRParsingLocation location
The parsing location storage area.
GString * stryng
The GString where all the string operation happen.