UFO: Alien Invasion
Loading...
Searching...
No Matches
test_property_t Struct Reference
Collaboration diagram for test_property_t:
Collaboration graph

Data Fields

char name [MAX_PROPERTY_NAME]
const char * value
struct test_property_s * hash_next
struct test_property_s * next

Detailed Description

Definition at line 110 of file test_shared.cpp.

Field Documentation

◆ hash_next

struct test_property_s* test_property_t::hash_next

Definition at line 113 of file test_shared.cpp.

Referenced by TEST_GetProperty(), and TEST_RegisterProperty().

◆ name

char test_property_t::name[MAX_PROPERTY_NAME]

Definition at line 111 of file test_shared.cpp.

Referenced by TEST_GetProperty(), and TEST_RegisterProperty().

◆ next

struct test_property_s* test_property_t::next

Definition at line 114 of file test_shared.cpp.

Referenced by TEST_RegisterProperty().

◆ value

const char* test_property_t::value

The documentation for this struct was generated from the following file: