Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

cr-pseudo.h File Reference

#include <stdio.h>
#include <glib.h>
#include "cr-attr-sel.h"

Go to the source code of this file.

Data Structures

struct  _CRPseudo
 The CRPseudo Class. More...


Typedefs

typedef _CRPseudo CRPseudo

Enumerations

enum  CRPseudoType { IDENT_PSEUDO = 0, FUNCTION_PSEUDO }

Functions

CRPseudocr_pseudo_new (void)
 Constructor of the CRPseudo class.

guchar * cr_pseudo_to_string (CRPseudo *a_this)
void cr_pseudo_dump (CRPseudo *a_this, FILE *a_fp)
 Dumps the pseudo to a file.

void cr_pseudo_destroy (CRPseudo *a_this)
 destructor of the CRPseudo class.


Typedef Documentation

typedef struct _CRPseudo CRPseudo
 

Definition at line 42 of file cr-pseudo.h.


Enumeration Type Documentation

enum CRPseudoType
 

Enumeration values:
IDENT_PSEUDO 
FUNCTION_PSEUDO 

Definition at line 36 of file cr-pseudo.h.


Function Documentation

void cr_pseudo_destroy CRPseudo a_this  ) 
 

destructor of the CRPseudo class.

Parameters:
a_this the current instance to destroy.

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

References _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
 

Dumps the pseudo to a file.

Parameters:
a_this the current instance of pseudo
a_fp the destination file pointer.

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

References cr_pseudo_to_string().

CRPseudo* cr_pseudo_new void   ) 
 

Constructor of the CRPseudo class.

Returns:
the newly build instance.

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

guchar* cr_pseudo_to_string CRPseudo a_this  ) 
 

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

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

Referenced by cr_additional_sel_to_string(), and cr_pseudo_dump().


Generated on Wed Oct 1 01:36:51 2003 for Libcroco by doxygen 1.3.3