NDEVR
API Documentation
ConfigType

Stores String variables reprenting the type of compile configuration that will be supported by a particular Module or resource (debug vs release). More...

Collaboration diagram for ConfigType:
[legend]

Static Public Attributes

static constexpr StringView all = "debug|release"
 All build configurations combined.
static constexpr StringView debug = "debug"
 Debug build configuration.
static constexpr StringView release = "release"
 Release build configuration.

Detailed Description

Stores String variables reprenting the type of compile configuration that will be supported by a particular Module or resource (debug vs release).


Definition at line 30 of file ModuleResourceManager.h.


The documentation for this struct was generated from the following file: