Variables

tool/testResources/resources-CODEGEN.cpp File Reference

#include "resources/resources-internal.h"
Include dependency graph for tool/testResources/resources-CODEGEN.cpp:

Go to the source code of this file.

Variables

static const string_resource_t testVariable []
static AutoStringRegister g_autoRegister (testVariable)

Variable Documentation

const string_resource_t testVariable[] [static]
Initial value:
 {


{  "foo",   "example1.txt",  
"Hello world!  This is example text."},



{  "bar",   "example1.txt",  
"Hello world!  This is example text."},



{  "foo",   "example2.txt",  
"This is line 1 of a larger string resource." "\n"
"This is line 2." "\n"
"" "\n"
"Line 3 was blank.  This is line 4." "\n"
"Hello!  This is line 5, which is the longest line in here." "\n"
"Line 6: short." "\n"
"" "\n"
"" "\n"
"" "\n"
"Lines 7, 8, and 9 were blank.  Line 10 is the last line."},



{ NULL, NULL, NULL }
}

Definition at line 13 of file tool/testResources/resources-CODEGEN.cpp.