#include <gwenhywfar/types.h>
#include <gwenhywfar/list1.h>
#include <gwenhywfar/xml.h>
#include "tm_item.h"
Go to the source code of this file.
◆ TEST_DEFINE_VALUE1
| #define TEST_DEFINE_VALUE1 1 |
◆ TEST_DEFINE_VALUE2
| #define TEST_DEFINE_VALUE2 2 |
◆ TEST_DEFINE_VALUE3
| #define TEST_DEFINE_VALUE3 4 |
◆ TEST_DEFINE_VALUE4
| #define TEST_DEFINE_VALUE4 8 |
◆ TEST_DEFINE_VALUEx
| #define TEST_DEFINE_VALUEx 255 |
◆ TEST
◆ anonymous enum
| Enumerator |
|---|
| Test_Mode_Unknown | |
| Test_Mode_Sequence | |
| Test_Mode_BitField | |
Definition at line 38 of file test.h.
◆ Test_dup()
◆ Test_free()
◆ Test_fromXml()
◆ Test_GetId()
Getter. Use this function to get the member "id"
Definition at line 124 of file test.c.
◆ Test_GetItems()
Getter. Use this function to get the member "items"
Definition at line 142 of file test.c.
◆ Test_GetMode()
Getter. Use this function to get the member "mode"
Definition at line 148 of file test.c.
◆ Test_GetPrefix()
Getter. Use this function to get the member "prefix"
Definition at line 130 of file test.c.
◆ Test_GetType()
Getter. Use this function to get the member "type"
Definition at line 136 of file test.c.
◆ Test_Mode_fromString()
◆ Test_Mode_toString()
◆ Test_new()
◆ Test_ReadXml()
◆ Test_SetId()
Setter. Use this function to set the member "id"
Definition at line 154 of file test.c.
References NULL.
◆ Test_SetItems()
Setter. Use this function to set the member "items"
Definition at line 196 of file test.c.
◆ Test_SetMode()
Setter. Use this function to set the member "mode"
Definition at line 210 of file test.c.
◆ Test_SetPrefix()
Setter. Use this function to set the member "prefix"
Definition at line 168 of file test.c.
References NULL.
◆ Test_SetType()
Setter. Use this function to set the member "type"
Definition at line 182 of file test.c.
References NULL.
◆ Test_toXml()
◆ Test_WriteXml()