Flutter Impeller
include_dir.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #pragma once
6 
7 #include <memory>
8 #include <string>
9 
10 #include "flutter/fml/unique_fd.h"
11 
12 namespace impeller {
13 namespace compiler {
14 
15 struct IncludeDir {
16  std::shared_ptr<fml::UniqueFD> dir;
17  std::string name;
18 };
19 
20 } // namespace compiler
21 } // namespace impeller
impeller::compiler::IncludeDir::name
std::string name
Definition: include_dir.h:17
impeller::compiler::IncludeDir
Definition: include_dir.h:15
impeller::compiler::IncludeDir::dir
std::shared_ptr< fml::UniqueFD > dir
Definition: include_dir.h:16
impeller
Definition: aiks_context.cc:10