cr-pseudo.c File Reference

#include "cr-pseudo.h"

Go to the source code of this file.

Functions

CRPseudocr_pseudo_new (void)
 cr_pseudo_new: Constructor of the CRPseudo class.
guchar * cr_pseudo_to_string (CRPseudo *a_this)
 cr_pseudo_to_string: : the current instance of CRPseud.
void cr_pseudo_dump (CRPseudo *a_this, FILE *a_fp)
 cr_pseudo_dump: : the current instance of pseudo : the destination file pointer.
void cr_pseudo_destroy (CRPseudo *a_this)
 cr_pseudo_destroy: : the current instance to destroy.


Function Documentation

void cr_pseudo_destroy CRPseudo a_this  ) 
 

cr_pseudo_destroy: : the current instance to destroy.

destructor of the CRPseudo class.

Definition at line 151 of file cr-pseudo.c.

References cr_string_destroy(), _CRPseudo::extra, and _CRPseudo::name.

Referenced by cr_additional_sel_destroy(), and cr_additional_sel_set_pseudo().

void cr_pseudo_dump CRPseudo a_this,
FILE *  a_fp
 

cr_pseudo_dump: : the current instance of pseudo : the destination file pointer.

Dumps the pseudo to a file.

Definition at line 130 of file cr-pseudo.c.

References cr_pseudo_to_string().

CRPseudo* cr_pseudo_new void   ) 
 

cr_pseudo_new: Constructor of the CRPseudo class.

Returns the newly build instance.

Definition at line 38 of file cr-pseudo.c.

guchar* cr_pseudo_to_string CRPseudo a_this  ) 
 

cr_pseudo_to_string: : the current instance of CRPseud.

Returns the serialized pseudo. Caller must free the returned string using g_free().

Definition at line 54 of file cr-pseudo.c.

References _CRPseudo::extra, FUNCTION_PSEUDO, IDENT_PSEUDO, _CRPseudo::name, and _CRPseudo::type.

Referenced by cr_additional_sel_one_to_string(), and cr_pseudo_dump().


Generated on Wed Mar 15 18:23:57 2006 for Libcroco by  doxygen 1.4.6