Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
impeller::compiler::IncluderData Struct Reference

#include <includer.h>

Public Member Functions

 IncluderData (std::string p_file_name, std::unique_ptr< fml::Mapping > p_mapping)
 

Public Attributes

std::string file_name
 
std::unique_ptr< fml::Mappingmapping
 

Detailed Description

Definition at line 17 of file includer.h.

Constructor & Destructor Documentation

◆ IncluderData()

impeller::compiler::IncluderData::IncluderData ( std::string  p_file_name,
std::unique_ptr< fml::Mapping p_mapping 
)
inline

Definition at line 21 of file includer.h.

22 : file_name(std::move(p_file_name)), mapping(std::move(p_mapping)) {}
std::unique_ptr< fml::Mapping > mapping
Definition includer.h:19

Member Data Documentation

◆ file_name

std::string impeller::compiler::IncluderData::file_name

Definition at line 18 of file includer.h.

◆ mapping

std::unique_ptr<fml::Mapping> impeller::compiler::IncluderData::mapping

Definition at line 19 of file includer.h.


The documentation for this struct was generated from the following file: