CodeQL library for C/C++
codeql/cpp-all 0.12.8-dev (changelog, source)
Search

Member predicate Class::getUuid

Gets the UUID that associated with this class, struct or union via the __declspec(uuid) attribute.

Regardless of the format of the UUID string in source code, the returned value is normalized to the standard “registry format”, without braces, and using lowercase letters (e.g. “01234567-89ab-cdef-0123-456789abcdef”).

string getUuid()