#include "cr-pseudo.h"
Go to the source code of this file.
Functions | |
| CRPseudo * | cr_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. | |
Definition in file cr-pseudo.c.
|
|
destructor of the CRPseudo class.
Definition at line 138 of file cr-pseudo.c. References cr_string_destroy(), CRPseudo, _CRPseudo::extra, and _CRPseudo::name. Referenced by cr_additional_sel_destroy(), and cr_additional_sel_set_pseudo(). |
|
||||||||||||
|
Dumps the pseudo to a file.
Definition at line 119 of file cr-pseudo.c. References cr_pseudo_to_string(), and CRPseudo. |
|
|
Constructor of the CRPseudo class.
Definition at line 36 of file cr-pseudo.c. References CRPseudo. |
|
|
Definition at line 46 of file cr-pseudo.c. References CRPseudo, _CRPseudo::extra, name, _CRPseudo::name, and _CRString::stryng. Referenced by cr_additional_sel_one_to_string(), cr_additional_sel_to_string(), and cr_pseudo_dump(). |
1.3.9.1