Functions
cr_pseudo_new ()
CRPseudo *
cr_pseudo_new (void);
Returns the newly build instance.
 
cr_pseudo_to_string ()
guchar *
cr_pseudo_to_string (CRPseudo const *a_this);
Returns the serialized pseudo. Caller must free the returned
string using g_free().
 
cr_pseudo_dump ()
void
cr_pseudo_dump (CRPseudo const *a_this,
                FILE *a_fp);
Dumps the pseudo to a file.
 
cr_pseudo_destroy ()
void
cr_pseudo_destroy (CRPseudo *a_this);
destructor of the CRPseudo class.