Vuo 2.4.4
Loading...
Searching...
No Matches
VuoCompilerEnvironment Member List

This is the complete list of members for VuoCompilerEnvironment, including all inherited members.

addCompilerToNotify(VuoCompiler *compiler)VuoCompilerEnvironment
addExpatriateSourceFile(const string &sourcePath)VuoCompilerEnvironment
addFrameworkSearchPath(const string &path)VuoCompilerEnvironment
addHeaderSearchPath(const string &path)VuoCompilerEnvironment
addLibrarySearchPath(const string &path)VuoCompilerEnvironment
addModuleSearchPath(const string &path, bool shouldWatch=true)VuoCompilerEnvironment
addToDependencyGraph(VuoCompilerModule *module)VuoCompilerEnvironment
compileModulesFromSourceCode(const set< string > &moduleKeys, bool shouldRecompileIfUnchanged, dispatch_group_t moduleSourceCompilersExist, dispatch_queue_t llvmQueue)VuoCompilerEnvironment
deleteFromCompiledModuleCache(const set< string > &moduleKeys)VuoCompilerEnvironment
deleteOverriddenModuleFile(const string &moduleKey)VuoCompilerEnvironment
fileChanged(const string &moduleSearchPath)VuoCompilerEnvironmentvirtual
findModule(const string &moduleKey)VuoCompilerEnvironment
findNodeSet(const string &name)VuoCompilerEnvironment
generateSpecializedModules(const set< string > &moduleKeys, VuoCompiler *compiler, dispatch_group_t moduleSourceCompilersExist, dispatch_queue_t llvmQueue)VuoCompilerEnvironment
getBuiltInFrameworkSearchPaths(void)VuoCompilerEnvironmentstatic
getBuiltInLibrarySearchPaths(void)VuoCompilerEnvironmentstatic
getBuiltInModuleSearchPaths(void)VuoCompilerEnvironmentstatic
getCacheableModulesAndDependencies(set< string > &dylibsNeededToLinkToThisCache, set< string > &frameworksNeededToLinkToThisCache)VuoCompilerEnvironment
getCompiledModuleCachePath(void)VuoCompilerEnvironment
getCompositionDependencyGraph(void)VuoCompilerEnvironment
getDependencyGraph(void)VuoCompilerEnvironment
getFrameworkSearchPaths(void)VuoCompilerEnvironment
getHeaderSearchPaths(void)VuoCompilerEnvironment
getLibraryModule(const string &libraryModuleName)VuoCompilerEnvironment
getLibraryModules(void)VuoCompilerEnvironment
getLibrarySearchPaths(void)VuoCompilerEnvironment
getModuleCache(void)VuoCompilerEnvironment
getModuleSearchPaths(void)VuoCompilerEnvironment
getName()VuoCompilerEnvironment
getNodeClass(const string &moduleKey)VuoCompilerEnvironment
getNodeClasses(void)VuoCompilerEnvironment
getNodeSets()VuoCompilerEnvironment
getOverriddenCompiledModuleCachePath(void)VuoCompilerEnvironment
getTarget()VuoCompilerEnvironment
getType(const string &moduleKey)VuoCompilerEnvironment
getTypes(void)VuoCompilerEnvironment
isBuiltIn(void)VuoCompilerEnvironment
isBuiltInOriginal(void)VuoCompilerEnvironment
isGenerated(void)VuoCompilerEnvironment
listAllModules(void)VuoCompilerEnvironment
listAllSourceFiles(void)VuoCompilerEnvironment
listModule(const string &moduleKey)VuoCompilerEnvironment
listModules(const set< string > &moduleKeys)VuoCompilerEnvironment
listSourceFile(const string &moduleKey)VuoCompilerEnvironment
listSourceFiles(const set< string > &moduleKeys)VuoCompilerEnvironment
loadCompiledModules(const set< string > &moduleKeys, const map< string, string > &sourceCodeForModule, dispatch_queue_t llvmQueue)VuoCompilerEnvironment
moduleFileChanged(const string &moduleKey, const string &modulePath, const string &moduleSourceCode, std::function< void(void)> moduleLoadedCallback, VuoCompiler *compiler, VuoCompilerIssues *issues=nullptr)VuoCompilerEnvironment
modulesChanged(void)VuoCompilerEnvironment
moduleSearchPathContentsChanged(const string &moduleSearchPath)VuoCompilerEnvironment
moduleSearchPathContentsChangedQueueVuoCompilerEnvironment
notifyCompilers(const set< VuoCompilerModule * > &modulesAdded, const set< pair< VuoCompilerModule *, VuoCompilerModule * > > &modulesModified, const set< VuoCompilerModule * > &modulesRemoved, VuoCompilerIssues *issues, bool oldModulesInvalidated=true)VuoCompilerEnvironment
removeCompilerToNotify(VuoCompiler *compiler)VuoCompilerEnvironment
removeExpatriateSourceFile(const string &sourcePath)VuoCompilerEnvironment
removeFromDependencyGraph(VuoCompilerModule *module)VuoCompilerEnvironment
setModuleCache(shared_ptr< VuoModuleCache > moduleCache)VuoCompilerEnvironment
stopWatchingModuleSearchPaths(void)VuoCompilerEnvironment
TestCompilingAndLinking (defined in VuoCompilerEnvironment)VuoCompilerEnvironmentfriend
unloadCompiledModules(const set< string > &moduleKeys)VuoCompilerEnvironment
VuoCompilerEnvironment(string target, bool builtIn, bool generated)VuoCompilerEnvironmentexplicit
~VuoCompilerEnvironment(void)VuoCompilerEnvironmentvirtual