|
gwenhywfar
5.3.0
|
#include "test_p.h"#include <gwenhywfar/misc.h>#include <gwenhywfar/debug.h>
Go to the source code of this file.
Functions | |
| TEST * | Test_dup (const TEST *p_src) |
| void | Test_free (TEST *p_struct) |
| TEST * | Test_fromXml (GWEN_XMLNODE *p_db) |
| const char * | Test_GetId (const TEST *p_struct) |
| TYPEMAKER2_ITEM_LIST * | Test_GetItems (const TEST *p_struct) |
| int | Test_GetMode (const TEST *p_struct) |
| const char * | Test_GetPrefix (const TEST *p_struct) |
| const char * | Test_GetType (const TEST *p_struct) |
| int | Test_Mode_fromString (const char *p_s) |
| const char * | Test_Mode_toString (int p_i) |
| TEST * | Test_new () |
| void | Test_ReadXml (TEST *p_struct, GWEN_XMLNODE *p_db) |
| void | Test_SetId (TEST *p_struct, const char *p_src) |
| void | Test_SetItems (TEST *p_struct, const TYPEMAKER2_ITEM_LIST *p_src) |
| void | Test_SetMode (TEST *p_struct, int p_src) |
| void | Test_SetPrefix (TEST *p_struct, const char *p_src) |
| void | Test_SetType (TEST *p_struct, const char *p_src) |
| void | Test_toXml (const TEST *p_struct, GWEN_XMLNODE *p_db) |
| void | Test_WriteXml (const TEST *p_struct, GWEN_XMLNODE *p_db) |
Definition at line 76 of file test.c.
References NULL, and Test_new().

| void Test_free | ( | TEST * | p_struct | ) |
| TEST* Test_fromXml | ( | GWEN_XMLNODE * | p_db | ) |
Definition at line 292 of file test.c.
References Test_new(), and Test_ReadXml().

| const char* Test_GetId | ( | const TEST * | p_struct | ) |
| TYPEMAKER2_ITEM_LIST* Test_GetItems | ( | const TEST * | p_struct | ) |
| int Test_GetMode | ( | const TEST * | p_struct | ) |
| const char* Test_GetPrefix | ( | const TEST * | p_struct | ) |
| const char* Test_GetType | ( | const TEST * | p_struct | ) |
| int Test_Mode_fromString | ( | const char * | p_s | ) |
Definition at line 23 of file test.c.
References Test_Mode_BitField, Test_Mode_Sequence, and Test_Mode_Unknown.
| const char* Test_Mode_toString | ( | int | p_i | ) |
Definition at line 34 of file test.c.
References Test_Mode_BitField, and Test_Mode_Sequence.
| TEST* Test_new | ( | ) |
Constructor.
Definition at line 46 of file test.c.
References GWEN_LIST_INIT, GWEN_NEW_OBJECT, and NULL.
Referenced by Test_dup(), and Test_fromXml().

| void Test_ReadXml | ( | TEST * | p_struct, |
| GWEN_XMLNODE * | p_db | ||
| ) |
Definition at line 216 of file test.c.
References GWEN_XMLNode_GetProperty(), and NULL.
Referenced by Test_fromXml().


| void Test_SetId | ( | TEST * | p_struct, |
| const char * | p_src | ||
| ) |
| void Test_SetItems | ( | TEST * | p_struct, |
| const TYPEMAKER2_ITEM_LIST * | p_src | ||
| ) |
| void Test_SetMode | ( | TEST * | p_struct, |
| int | p_src | ||
| ) |
| void Test_SetPrefix | ( | TEST * | p_struct, |
| const char * | p_src | ||
| ) |
| void Test_SetType | ( | TEST * | p_struct, |
| const char * | p_src | ||
| ) |
| void Test_toXml | ( | const TEST * | p_struct, |
| GWEN_XMLNODE * | p_db | ||
| ) |
Definition at line 287 of file test.c.
References Test_WriteXml().

| void Test_WriteXml | ( | const TEST * | p_struct, |
| GWEN_XMLNODE * | p_db | ||
| ) |
Definition at line 268 of file test.c.
References GWEN_XMLNode_SetProperty().
Referenced by Test_toXml().


1.8.14