CBuild
C++ build system with scripts written in c++
Loading...
Searching...
No Matches
Public Attributes | List of all members
CBuild::types::file_content Class Reference

Temporary struct for file content. More...

Public Attributes

std::string content
 Content of file.
 
std::string path
 Absolute path to file.
 
std::vector< std::string > includes
 Includes.
 

Detailed Description

Temporary struct for file content.

Definition at line 120 of file hash.cpp.

Member Data Documentation

◆ content

std::string CBuild::types::file_content::content

Content of file.

Definition at line 124 of file hash.cpp.

Referenced by CBuild::get_file_data().

◆ includes

std::vector<std::string> CBuild::types::file_content::includes

Includes.

Definition at line 132 of file hash.cpp.

Referenced by CBuild::get_file_data().

◆ path

std::string CBuild::types::file_content::path

Absolute path to file.

Definition at line 128 of file hash.cpp.

Referenced by CBuild::get_file_data().


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