38 #ifndef BLOCXX_GLOBAL_STRING_ARRAY_HPP_INCLUDE_GUARD_ 39 #define BLOCXX_GLOBAL_STRING_ARRAY_HPP_INCLUDE_GUARD_ 40 #include "blocxx/BLOCXX_config.h"
LazyGlobal< StringArray, const char *const, StringArrayConstructorFactory > GlobalStringArray
This String class is an abstract data type that represents as NULL terminated string of characters.
Array< String > StringArray
static StringArray * create(const char *const &elms)
This class can be used to store a global variable that is lazily initialized in a thread safe manner.