23 #ifndef __CR_PSEUDO_H__ 24 #define __CR_PSEUDO_H__ guchar * cr_pseudo_to_string(CRPseudo const *a_this)
cr_pseudo_to_string: @a_this: the current instance of #CRPseud.
CRParsingLocation location
CRPseudo * cr_pseudo_new(void)
@CRPseudo: The definition of the CRPseudo class.
void cr_pseudo_destroy(CRPseudo *a_this)
cr_pseudo_destroy: @a_this: the current instance to destroy.
The declaration of the CRParsingLocation object.
typedefG_BEGIN_DECLS struct _CRString CRString
void cr_pseudo_dump(CRPseudo const *a_this, FILE *a_fp)
cr_pseudo_dump: @a_this: the current instance of pseudo @a_fp: the destination file pointer.