CodeSonar C++ API
[For improved navigation, enable JavaScript.]
cs_directory_fwd.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 CS_DIRECTORY_FWD_HPP
17 #define CS_DIRECTORY_FWD_HPP
18 
19 #include "cs_directory.h"
20 #include "cs_ir_boilerplate.hpp"
21 #include "cs_types.hpp"
22 
25 namespace cs{
26  CS_IR_BOILERPLATE_FORWARD(
27  directory,
28  cs_directory,
29  friend class directory_children_iterator_policy;
30  friend class directory_files_iterator_policy;
31  friend class iterator_adapter<project_root_directories_iterator_policy>;
32  friend class iterator_adapter<directory_children_iterator_policy>;
33  friend class iterator_adapter<directory_files_iterator_policy>;
34  friend class sfile;
36  friend struct FatTypeTraits<directory>;
38  friend class project_root_directories_iterator_policy;
39  );
40 }
41 
42 #endif /* CS_DIRECTORY_FWD_HPP */
Namespace for CodeSonar/CodeSurfer API.
Definition: cs_ast.hpp:33