Documentation for OpenFLUID
2.2.0
|
Classes | |
class | BuilderextSignatureSerializer |
class | ObserverSignatureSerializer |
class | SimulatorSignatureSerializer |
class | SimulatorSignatureXMLReader |
struct | WareBuildOptions |
struct | CppWriter |
struct | DataJsonConverter |
class | WareSignatureSerializer |
class | WareSrcChecker |
class | WareSrcContainer |
class | WareSrcContainerOps |
class | WareSrcDocalyzer |
class | WareSrcDocalyzerListener |
class | WareSrcEnquirer |
class | WareSrcFactory |
class | WarePurgeHandler |
class | WareSrcMigrator |
class | WareSrcMigratorListener |
class | WareSrcOpsListener |
Variables | |
const std::string | BUILD_ONLY_MODE_STRING |
const std::string | BUILD_INSTALL_MODE_STRING |
const std::string | DEBUG_CONFIG_MODE_STRING |
const std::string | RELEASE_CONFIG_MODE_STRING |
static const std::vector< std::string > | CppFilesExt |
|
inline |
|
inline |
|
inline |
std::string OPENFLUID_API openfluid::waresdev::getGhostSimulatorPath | ( | const std::string & | ParentPath, |
const openfluid::ware::WareID_t & | ID | ||
) |
bool OPENFLUID_API openfluid::waresdev::hasUserAccess | ( | const std::string & | UserName, |
bool | IsLoggedIn, | ||
const std::set< std::string > & | ROUsers, | ||
const std::set< std::string > & | RWUsers = {} |
||
) |
Checks if a given user can do read operations on a ware based on the RO/RW lists
[in] | UserName | the current user to check |
[in] | IsLoggedIn | true if logged in to hub |
[in] | ROUsers | the set of users with read only access |
[in] | RWUsers | the set of users with read+write access |
std::map<std::string,std::string> OPENFLUID_API openfluid::waresdev::initializeConfigureVariables | ( | ) |
Initializes a map of CMake variables according to the OpenFLUID installation context
bool OPENFLUID_API openfluid::waresdev::IsCMakeFile | ( | const openfluid::tools::FilesystemPath & | FileObj | ) |
Returns true if the given file path is a CMake file (based on its name and/or extension)
[in] | FileObj | The file path |
bool OPENFLUID_API openfluid::waresdev::IsCppFile | ( | const openfluid::tools::FilesystemPath & | FileObj | ) |
Returns true if the given file path is a C++ source file (based on its extension)
[in] | FileObj | The file path |
bool OPENFLUID_API openfluid::waresdev::isWareInCurrentWorkspace | ( | const std::string & | WarePath | ) |
Checks if a given ware id is found in current workspace. Wrapper of WareSrcEnquirer function
[in] | WarePath | the ware path |
bool OPENFLUID_API openfluid::waresdev::migrateGhostSimulator | ( | const std::string & | ParentPath, |
const openfluid::ware::WareID_t & | ID | ||
) |
openfluid::tools::Path OPENFLUID_API openfluid::waresdev::oldSignaturePath | ( | const std::string & | ParentPath, |
const openfluid::ware::WareID_t & | ID | ||
) |
const std::string openfluid::waresdev::BUILD_INSTALL_MODE_STRING |
const std::string openfluid::waresdev::BUILD_ONLY_MODE_STRING |
|
inlinestatic |
const std::string openfluid::waresdev::DEBUG_CONFIG_MODE_STRING |
const std::string openfluid::waresdev::RELEASE_CONFIG_MODE_STRING |