24 #ifndef __CR_PARSING_LOCATION_H__
25 #define __CR_PARSING_LOCATION_H__
CRParsingLocationSerialisationMask
CRParsingLocation * cr_parsing_location_new(void)
@CRParsingLocation:
void cr_parsing_location_dump(CRParsingLocation const *a_this, enum CRParsingLocationSerialisationMask a_mask, FILE *a_fp)
cr_parsing_location_dump: @a_this: current instance of CRParsingLocation @a_mask: the serialization m...
enum CRStatus cr_parsing_location_init(CRParsingLocation *a_this)
cr_parsing_location_init: @a_this: the current instance of CRParsingLocation.
enum CRStatus cr_parsing_location_copy(CRParsingLocation *a_to, CRParsingLocation const *a_from)
cr_parsing_location_copy: @a_to: the destination of the copy.
void cr_parsing_location_destroy(CRParsingLocation *a_this)
cr_parsing_location_destroy: @a_this: the current instance of CRParsingLocation.
gchar * cr_parsing_location_to_string(CRParsingLocation const *a_this, enum CRParsingLocationSerialisationMask a_mask)
cr_parsing_location_to_string: @a_this: the current instance of CRParsingLocation.
The Croco library basic types definitions And global definitions.
CRStatus
The status type returned by the methods of the croco library.