clang-metatool
A framework for reusing code in clang tools
Namespaces | Typedefs
file_attribute_map.h File Reference
#include <map>
#include <clangmetatool/types/file_uid.h>
#include <clangmetatool/types/file_attribute.h>
Include dependency graph for file_attribute_map.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 clangmetatool
 
 clangmetatool::types
 

Typedefs

template<typename OTHER >
using clangmetatool::types::FileAttributeMap = std::map< FileUID, OTHER >