#include <test_tag.h>
|
| TAG_BLOCK (bitmap_data, { short width;short height;byte depth;bitfield8 format_flags;TAG_ENUM(bitmap_type, { texture_2d, texture_3d, cubemap, unknown });}) |
|
| TAG_BLOCK (the_go_fuck_yourself_block, { bitfield16 extra_flags;bitfield32 who_needs_this_many_flags;}) |
|
| TAG_BLOCK (nested_block_test, { int nested_property;ascii nested_string;TAG_BLOCK(nested_block_child_block, { short please_work;ascii edge_1;TAG_ENUM(argh, { argh_one, argh_two, argh_three, argh_four });ascii edge_2;data_reference test_dataref;});}) |
|
| TAG_BLOCK (block, { int integer;data_reference dataref;TAG_BLOCK(block_two, { int integer;data_reference dataref;TAG_BLOCK(block_three, { int integer;data_reference dataref;TAG_BLOCK(block_four, { int integer;data_reference dataref;TAG_BLOCK(block_five, { int integer;data_reference dataref;});});});});}) |
|
◆ TAG_BLOCK() [1/4]
test_tag::TAG_BLOCK |
( |
bitmap_data |
, |
|
|
{ short width;short height;byte depth;bitfield8 format_flags;TAG_ENUM(bitmap_type, { texture_2d, texture_3d, cubemap, unknown });} |
|
|
) |
| |
◆ TAG_BLOCK() [2/4]
◆ TAG_BLOCK() [3/4]
test_tag::TAG_BLOCK |
( |
nested_block_test |
, |
|
|
{ int nested_property;ascii nested_string;TAG_BLOCK(nested_block_child_block, { short please_work;ascii edge_1;TAG_ENUM(argh, { argh_one, argh_two, argh_three, argh_four });ascii edge_2;data_reference test_dataref;});} |
|
|
) |
| |
◆ TAG_BLOCK() [4/4]
test_tag::TAG_BLOCK |
( |
the_go_fuck_yourself_block |
, |
|
|
{ bitfield16 extra_flags;bitfield32 who_needs_this_many_flags;} |
|
|
) |
| |
◆ another_int
int test_tag::another_int |
◆ byte_test
◆ integer_test
int test_tag::integer_test |
◆ short_test
short test_tag::short_test |
◆ test_dataref
The documentation for this struct was generated from the following file: