top | up | prev | next

File Class

Definition at line 12 of File.hpp

Constructors

File(const std::u32string& name_, const std::string& path_)

Member Functions

bool Included() const
const std::u32string& Name() const
const std::string& Path() const
void SetIncluded(bool included_)

Member Variables

bool included
std::u32string name
std::string path

Constructor Details

File Constructor

cpp2cm::File::File(const std::u32string& name_, const std::string& path_)

Definition at line 10 of File.cpp
Declaration at line 15 of File.hpp


Member Function Details

Included Member Function

bool cpp2cm::File::Included() const

Definition at line 18 of File.hpp

Called by: cpp2cm::Project::BuildAst , cpp2cm::Project::ReadSources , cpp2cm::Project::ReadVCSources


Name Member Function

const std::u32string& cpp2cm::File::Name() const

Definition at line 16 of File.hpp

Called by: cpp2cm::Filter::Apply , cpp2cm::Project::BuildAst , cpp2cm::Project::ReadMergeDirFiles


Path Member Function

const std::string& cpp2cm::File::Path() const

Definition at line 17 of File.hpp

Called by: cpp2cm::Project::BuildAst , cpp2cm::Project::Convert , cpp2cm::Project::ReadVCSources


SetIncluded Member Function

void cpp2cm::File::SetIncluded(bool included_)

Definition at line 19 of File.hpp

Called by: cpp2cm::Filter::Apply , cpp2cm::Project::Convert , cpp2cm::Project::ReadMergeDirFiles


top | up | prev | next