← 返回首页
Print
CodeQL library for C/C++
codeql/cpp-all 10.1.0 (changelog, source)

Module Print

Import path

import semmle.code.cpp.Print

Imports

cpp

Provides classes and predicates for working with C/C++ code.

Predicates

getIdentityString

Gets a string that uniquely identifies this declaration, suitable for use when debugging queries. Only holds for functions, user-defined types, global and namespace-scope variables, and member variables.

getTypeIdentityString

Gets a string that uniquely identifies this type, suitable for use when debugging queries. All typedefs and decltypes are expanded, and all symbol names are fully qualified.

Copyright 2026 GitHub Software UK Ltd.Privacy Statement