24 #ifndef __CR_PARSING_LOCATION_H__ 25 #define __CR_PARSING_LOCATION_H__ The Croco library basic types definitions And global definitions.
enum CRStatus cr_parsing_location_init(CRParsingLocation *a_this)
cr_parsing_location_init: @a_this: the current instance of CRParsingLocation.
CRParsingLocationSerialisationMask
CRStatus
The status type returned by the methods of the croco library.
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...
void cr_parsing_location_destroy(CRParsingLocation *a_this)
cr_parsing_location_destroy: @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.
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.
CRParsingLocation * cr_parsing_location_new(void)
@CRParsingLocation: