Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Classes | |
struct | _CRPseudo |
The CRPseudo Class. More... | |
Typedefs | |
typedef struct _CRPseudo | CRPseudo |
Enumerations | |
enum | CRPseudoType { IDENT_PSEUDO = 0 , FUNCTION_PSEUDO } |
Functions | |
CRPseudo * | cr_pseudo_new (void) |
guchar * | cr_pseudo_to_string (CRPseudo const *a_this) |
void | cr_pseudo_dump (CRPseudo const *a_this, FILE *a_fp) |
void | cr_pseudo_destroy (CRPseudo *a_this) |
Definition at line 40 of file cr-pseudo.h.
enum CRPseudoType |
Enumerator | |
---|---|
IDENT_PSEUDO | |
FUNCTION_PSEUDO |
Definition at line 34 of file cr-pseudo.h.
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 | ) |