clang-metatool
A framework for reusing code in clang tools
Main Page
Related Pages
+
Namespaces
Namespace List
+
Namespace Members
All
Typedefs
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
i
l
m
o
p
r
t
u
v
~
+
Functions
b
c
d
e
f
g
i
m
o
p
r
v
~
Variables
Typedefs
+
Files
File List
+
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Pages
clangmetatool
types
file_attribute_map.h
Go to the documentation of this file.
1
#ifndef INCLUDED_CLANGMETATOOL_TYPES_FILE_ATTRIBUTE_MAP_H
2
#define INCLUDED_CLANGMETATOOL_TYPES_FILE_ATTRIBUTE_MAP_H
3
4
#include <map>
5
6
#include <
clangmetatool/types/file_uid.h
>
7
#include <
clangmetatool/types/file_attribute.h
>
8
9
namespace
clangmetatool
{
10
namespace
types {
11
12
template
<
typename
OTHER>
using
FileAttributeMap
= std::map<FileUID, OTHER>;
13
}
14
}
15
16
#endif
17
18
// ----------------------------------------------------------------------------
19
// Copyright 2018 Bloomberg Finance L.P.
20
//
21
// Licensed under the Apache License, Version 2.0 (the "License");
22
// you may not use this file except in compliance with the License.
23
// You may obtain a copy of the License at
24
//
25
// http://www.apache.org/licenses/LICENSE-2.0
26
//
27
// Unless required by applicable law or agreed to in writing, software
28
// distributed under the License is distributed on an "AS IS" BASIS,
29
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30
// See the License for the specific language governing permissions and
31
// limitations under the License.
32
// ----------------------------- END-OF-FILE ----------------------------------
file_attribute.h
clangmetatool
Definition:
meta_tool.h:17
clangmetatool::types::FileAttributeMap
std::map< FileUID, OTHER > FileAttributeMap
Definition:
file_attribute_map.h:12
file_uid.h
Generated by
1.8.13