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