|  |  |  | Libcroco Reference Manual |  | 
|---|---|---|---|---|
| Top | Description | ||||
struct CRPseudo; void cr_pseudo_destroy (CRPseudo *a_this); void cr_pseudo_dump (CRPseudo const *a_this,FILE *a_fp); CRPseudo * cr_pseudo_new (void); guchar * cr_pseudo_to_string (CRPseudo const *a_this);
struct CRPseudo {
        enum CRPseudoType type ;
        CRString *name ;
        CRString *extra ;
        CRParsingLocation location ;
};
void                cr_pseudo_destroy                   (CRPseudo *a_this);
destructor of the CRPseudo class.
| 
 | the current instance to destroy. | 
void cr_pseudo_dump (CRPseudo const *a_this,FILE *a_fp);
Dumps the pseudo to a file.
| 
 | the current instance of pseudo | 
| 
 | the destination file pointer. |