top | up | prev | next

SourceFileModuleMapKey Struct

Definition at line 13 of SourceFileModuleMap.cpp

Constructors

SourceFileModuleMapKey(BackEnd backend_, Config config_, const std::string& sourceFilePath_)

Member Variables

BackEnd backend
Config config
std::string sourceFilePath

Constructor Details

SourceFileModuleMapKey Constructor

cmajor::symbols::SourceFileModuleMapKey::SourceFileModuleMapKey(BackEnd backend_, Config config_, const std::string& sourceFilePath_)

Definition at line 15 of SourceFileModuleMap.cpp :
 15 : backend(backend_)config(config_)sourceFilePath(sourceFilePath_) {}


top | up | prev | next