![]() |
Chaste
Release::3.4
|
#include <string>
Include dependency graph for ChasteBuildRoot.hpp:
This graph shows which files directly or indirectly include this file: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 | 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().