You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/language/learn-ql/cpp/introduce-libraries-cpp.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,12 @@ The rest of this topic summarizes available QL classes and corresponding C/C++ c
15
15
NOTE: You can find related classes and features using the query console's auto-complete feature. You can also press *F3* to jump to the definition of any element; QL library files are opened in new tabs in the console.
16
16
17
17
Summary of the library classes
18
-
==============================
18
+
------------------------------
19
19
20
20
The most commonly used standard QL library classes are listed below. The listing is broken down by functionality. Each QL library class is annotated with a C/C++ construct it corresponds to.
21
21
22
22
Declaration classes
23
-
-------------------
23
+
~~~~~~~~~~~~~~~~~~~
24
24
25
25
This table lists `Declaration <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Declaration.qll/type.Declaration$Declaration.html>`__ classes representing C/C++ declarations.
26
26
@@ -149,7 +149,7 @@ This table lists `Declaration <https://help.semmle.com/qldoc/cpp/semmle/code/cpp
149
149
150
150
151
151
Statement classes
152
-
-----------------
152
+
~~~~~~~~~~~~~~~~~
153
153
154
154
This table lists subclasses of `Stmt <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/stmts/Stmt.qll/type.Stmt$Stmt.html>`__ representing C/C++ statements.
155
155
@@ -210,7 +210,7 @@ This table lists subclasses of `Stmt <https://help.semmle.com/qldoc/cpp/semmle/c
210
210
211
211
212
212
Expression classes
213
-
------------------
213
+
~~~~~~~~~~~~~~~~~~
214
214
215
215
This table lists subclasses of `Expr <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/exprs/Expr.qll/type.Expr$Expr.html>`__ representing C/C++ expressions.
216
216
@@ -412,7 +412,7 @@ This table lists subclasses of `Expr <https://help.semmle.com/qldoc/cpp/semmle/c
412
412
413
413
414
414
Type classes
415
-
------------
415
+
~~~~~~~~~~~~
416
416
417
417
This table lists subclasses of `Type <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Type.qll/type.Type$Type.html>`__ representing C/C++ types.
418
418
@@ -480,7 +480,7 @@ This table lists subclasses of `Type <https://help.semmle.com/qldoc/cpp/semmle/c
480
480
481
481
482
482
Preprocessor classes
483
-
--------------------
483
+
~~~~~~~~~~~~~~~~~~~~
484
484
485
485
This table lists `Preprocessor <https://help.semmle.com/qldoc/cpp/semmle/code/cpp/Preprocessor.qll/module.Preprocessor.html>`__ classes representing C/C++ preprocessing directives.
0 commit comments