|
CRTerm * | cr_term_parse_expression_from_buf (const guchar *a_buf, enum CREncoding a_encoding) |
|
CRTerm * | cr_term_new (void) |
|
enum CRStatus | cr_term_set_number (CRTerm *a_this, CRNum *a_num) |
|
enum CRStatus | cr_term_set_function (CRTerm *a_this, CRString *a_func_name, CRTerm *a_func_param) |
|
enum CRStatus | cr_term_set_string (CRTerm *a_this, CRString *a_str) |
|
enum CRStatus | cr_term_set_ident (CRTerm *a_this, CRString *a_str) |
|
enum CRStatus | cr_term_set_uri (CRTerm *a_this, CRString *a_str) |
|
enum CRStatus | cr_term_set_rgb (CRTerm *a_this, CRRgb *a_rgb) |
|
enum CRStatus | cr_term_set_hash (CRTerm *a_this, CRString *a_str) |
|
CRTerm * | cr_term_append_term (CRTerm *a_this, CRTerm *a_new_term) |
|
CRTerm * | cr_term_prepend_term (CRTerm *a_this, CRTerm *a_new_term) |
|
guchar * | cr_term_to_string (CRTerm const *a_this) |
|
guchar * | cr_term_one_to_string (CRTerm const *a_this) |
|
void | cr_term_dump (CRTerm const *a_this, FILE *a_fp) |
|
int | cr_term_nr_values (CRTerm const *a_this) |
|
CRTerm * | cr_term_get_from_list (CRTerm *a_this, int itemnr) |
|
void | cr_term_ref (CRTerm *a_this) |
|
gboolean | cr_term_unref (CRTerm *a_this) |
|
void | cr_term_destroy (CRTerm *a_term) |
|
Declaration of the CRTerm class.
Definition in file cr-term.h.