Defines class Resources, which is a mechanism of storing program initialization variables customized by the user. More...
#include <string>
#include <list>
#include <map>
#include <iosfwd>
Go to the source code of this file.
Classes | |
class | Resources |
A Resources object represents a set of named values. Both the names and the values are strings. Thus, a Resources object is roughly equivalent to the operating system's environment structure but Resource are not identical with environment variables because they cannot be obtained using getenv(), and cannot be set using putenv. More... | |
Namespaces | |
namespace | cxxtls |
The namespace that encapsulates most of the functionality in the CXX toolkit. |
Defines class Resources, which is a mechanism of storing program initialization variables customized by the user.
Definition in file resources.h.