cr-pseudo
CRPseudo * cr_pseudo_new (void);
void
Returns the newly build instance.
guchar * cr_pseudo_to_string (CRPseudo const *a_this);
CRPseudo const *a_this
Returns the serialized pseudo. Caller must free the returned string using g_free().
g_free()
a_this
the current instance of CRPseud.
void cr_pseudo_dump (CRPseudo const *a_this, FILE *a_fp);
FILE *a_fp
Dumps the pseudo to a file.
the current instance of pseudo
a_fp
the destination file pointer.
void cr_pseudo_destroy (CRPseudo *a_this);
CRPseudo *a_this
destructor of the CRPseudo class.
the current instance to destroy.
struct CRPseudo { enum CRPseudoType type ; CRString *name ; CRString *extra ; CRParsingLocation location ; };