Documentation for OpenFLUID 2.2.0
WareSrcHelpers.hpp File Reference

Detailed Description

#include <set>
#include <vector>
#include <string>
#include <regex>
#include <openfluid/base/Environment.hpp>
#include <openfluid/tools/FilesystemPath.hpp>
#include <openfluid/tools/Filesystem.hpp>
#include <openfluid/tools/StringHelpers.hpp>
#include <openfluid/dllexport.hpp>
Include dependency graph for WareSrcHelpers.hpp:

Go to the source code of this file.

Classes

class  openfluid::waresdev::WarePurgeHandler
 

Namespaces

 openfluid
 
 openfluid::waresdev
 

Functions

bool OPENFLUID_API openfluid::waresdev::IsCppFile (const openfluid::tools::FilesystemPath &FileObj)
 
bool OPENFLUID_API openfluid::waresdev::IsCMakeFile (const openfluid::tools::FilesystemPath &FileObj)
 
bool OPENFLUID_API openfluid::waresdev::hasUserAccess (const std::string &UserName, bool IsLoggedIn, const std::set< std::string > &ROUsers, const std::set< std::string > &RWUsers={})
 
bool OPENFLUID_API openfluid::waresdev::isWareInCurrentWorkspace (const std::string &WarePath)
 
std::map< std::string, std::string > OPENFLUID_API openfluid::waresdev::initializeConfigureVariables ()
 

Variables

static const std::vector< std::string > openfluid::waresdev::CppFilesExt