Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <string>
Go to the source code of this file.
Functions | |
const char * | ChasteBuildRootDir () |
const char * | ChasteSourceRootDir () |
std::string | ChasteComponentBuildDir (const std::string &rComponent) |
std::string | ChasteBuildDirName () |
std::string | DefaultChasteTestOutput () |
std::string | ChasteBuildType () |
A collection of functions providing information about the filesystem layout of this Chaste source tree.
Definition in file ChasteBuildRoot.hpp.
std::string ChasteBuildDirName | ( | ) |
Referenced by CellMLToSharedLibraryConverter::ConvertCellmlToSo().
const char * ChasteBuildRootDir | ( | ) |
Referenced by FileFinder::SetPath().
std::string ChasteBuildType | ( | ) |
Referenced by CellMLToSharedLibraryConverter::ConvertCellmlToSo().
std::string ChasteComponentBuildDir | ( | const std::string & | rComponent | ) |
rComponent | e.g. global, heart, pde, ... |
const char * ChasteSourceRootDir | ( | ) |
Referenced by PetscSetupUtils::CommonSetup(), Exception::SetMessage(), and FileFinder::SetPath().
std::string DefaultChasteTestOutput | ( | ) |
Referenced by OutputFileHandler::GetChasteTestOutputDirectory().