CodeSonar C++ API
[For improved navigation, enable JavaScript.]
csonar_api.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023, an unpublished work by CodeSecure, Inc.
3  * ALL RIGHTS RESERVED
4  *
5  * Copyright (c) 2013-2023, an unpublished work by GrammaTech, Inc.
6  * ALL RIGHTS RESERVED
7  *
8  * This software is furnished under a license and may be used and
9  * copied only in accordance with the terms of such license and the
10  * inclusion of the above copyright notice. This software or any
11  * other copies thereof may not be provided or otherwise made
12  * available to any other person. Title to and ownership of the
13  * software is retained by CodeSecure, Inc.
14  */
15 
16 #ifndef CSONAR_API_HPP
17 #define CSONAR_API_HPP
18 
24 #include "codesonar/src/api/cpp/csonar_metricclass.hpp"
25 #include "codesonar/src/api/cpp/csonar_visitor.hpp"
26 #include "codesonar/src/api/cpp/csonar_warningclass.hpp"
27 
28 #endif /* CSONAR_API_HPP */