clang: clang::ModuleFileExtensionMetadata Struct Reference (original) (raw)
Metadata for a module file extension. More...
#include "[clang/Serialization/ModuleFileExtension.h](ModuleFileExtension%5F8h%5Fsource.html)"
Public Attributes | |
---|---|
std::string | BlockName |
The name used to identify this particular extension block within the resulting module file. | |
unsigned | MajorVersion |
The major version of the extension data. | |
unsigned | MinorVersion |
The minor version of the extension data. | |
std::string | UserInfo |
A string containing additional user information that will be stored with the metadata. | |
Metadata for a module file extension.
Definition at line 35 of file ModuleFileExtension.h.
◆ BlockName
std::string clang::ModuleFileExtensionMetadata::BlockName
◆ MajorVersion
unsigned clang::ModuleFileExtensionMetadata::MajorVersion
◆ MinorVersion
unsigned clang::ModuleFileExtensionMetadata::MinorVersion
◆ UserInfo
std::string clang::ModuleFileExtensionMetadata::UserInfo
The documentation for this struct was generated from the following file:
- include/clang/Serialization/ModuleFileExtension.h