|
| ROSE.Sage3.Methods.SgProject |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgProject :: Typeable a => SgNode a -> IO (Maybe (SgProject ())) |
| Attempts a dynamic cast of the given node to the type SgProject.
|
|
| upSgProject :: Typeable a => SgProject a -> SgProject () |
| Performs an upcast of a SgProject subtype to a SgProject.
|
|
| newProject :: [CString] -> Bool -> IO (SgProject ()) |
| Stub for ::SgProject::SgProject of type void (const class ::std::vector < string , allocator< string > > &, bool )
|
|
| newProject2 :: CInt -> Ptr CString -> Bool -> IO (SgProject ()) |
| Stub for ::SgProject::SgProject of type void (int , char **, bool )
|
|
| newProject3 :: IO (SgProject ()) |
| Stub for ::SgProject::SgProject of type void ()
|
|
| newProject4 :: Typeable a => Ptr (SgProject a) -> IO (SgProject ()) |
| Stub for ::SgProject::SgProject of type void (const class ::SgProject&)
|
|
| projectAttributeExists :: Typeable a => SgProject a -> String -> IO Bool |
| Stub for ::SgProject::attributeExists of type bool (::std::string)
|
|
| projectCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgProject a -> IO () |
| Stub for ::SgProject::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| projectClassName :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::class_name of type ::std::string()
|
|
| projectCompileOutput :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::compileOutput of type int ()
|
|
| projectDisplay :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::display of type void (const ::std::string&)
|
|
| projectGetAbsolutePathFileNames :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::getAbsolutePathFileNames of type class ::std::vector < string , allocator< string > > ()
|
|
| projectGetChildIndex :: (Typeable a, Typeable b) => SgProject a -> SgNode b -> IO CLong |
| Stub for ::SgProject::getChildIndex of type long (class ::SgNode*)
|
|
| projectGetC99Only :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_C99_only of type bool ()
|
|
| projectGetCPreprocessorOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_C_PreprocessorOnly of type bool ()
|
|
| projectGetCOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_C_only of type bool ()
|
|
| projectGetCoArrayFortranOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_CoArrayFortran_only of type bool ()
|
|
| projectGetCxxOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_Cxx_only of type bool ()
|
|
| projectGetF2003Only :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_F2003_only of type bool ()
|
|
| projectGetF77Only :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_F77_only of type bool ()
|
|
| projectGetF90Only :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_F90_only of type bool ()
|
|
| projectGetF95Only :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_F95_only of type bool ()
|
|
| projectGetFortranOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_Fortran_only of type bool ()
|
|
| projectGetJavaOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_Java_only of type bool ()
|
|
| projectGetPHPOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_PHP_only of type bool ()
|
|
| projectGetPythonOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_Python_only of type bool ()
|
|
| projectGetAddCppDirectivesToAST :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_addCppDirectivesToAST of type bool ()
|
|
| projectGetAstMerge :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_astMerge of type bool ()
|
|
| projectGetAstMergeCommandFile :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::get_astMergeCommandFile of type ::std::string()
|
|
| projectGetBackendErrorCode :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::get_backendErrorCode of type int ()
|
|
| projectGetBinaryOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_binary_only of type bool ()
|
|
| projectGetBracketedIncludesSearchPaths :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_bracketedIncludesSearchPaths of type class ::std::list < string , allocator< string > > ()
|
|
| projectGetChildIndex2 :: (Typeable a, Typeable b) => SgProject a -> SgNode b -> IO CSize |
| Stub for ::SgProject::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| projectGetCompilationPerformanceFile :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::get_compilationPerformanceFile of type ::std::string()
|
|
| projectGetCompileOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_compileOnly of type bool ()
|
|
| projectGetDataBaseFilename :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::get_dataBaseFilename of type ::std::string()
|
|
| projectGetDetectDanglingPointers :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::get_detect_dangling_pointers of type int ()
|
|
| projectGetDirectoryList :: Typeable a => SgProject a -> IO (SgDirectoryList ()) |
| Stub for ::SgProject::get_directoryList of type class ::SgDirectoryList*()
|
|
| projectGetExcludeFileList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_excludeFileList of type ::SgStringList&()
|
|
| projectGetExcludePathList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_excludePathList of type ::SgStringList&()
|
|
| projectGetExitAfterParser :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_exit_after_parser of type bool ()
|
|
| projectGetFile :: Typeable a => SgProject a -> CInt -> IO (Ptr (SgFile ())) |
| Stub for ::SgProject::get_file of type class ::SgFile&(int )
|
|
| projectGetFileList :: Typeable a => SgProject a -> IO [SgFile ()] |
| Stub for ::SgProject::get_fileList of type ::SgFilePtrList&()
|
|
| projectGetFileListPtr :: Typeable a => SgProject a -> IO (SgFileList ()) |
| Stub for ::SgProject::get_fileList_ptr of type class ::SgFileList*()
|
|
| projectGetFrontendConstantFolding :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_frontendConstantFolding of type bool ()
|
|
| projectGetFrontendErrorCode :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::get_frontendErrorCode of type int ()
|
|
| projectGetIncludeDirectorySpecifierList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_includeDirectorySpecifierList of type const ::SgStringList&()
|
|
| projectGetIncludeFileList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_includeFileList of type ::SgStringList&()
|
|
| projectGetIncludePathList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_includePathList of type ::SgStringList&()
|
|
| projectGetLibraryDirectorySpecifierList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_libraryDirectorySpecifierList of type const ::SgStringList&()
|
|
| projectGetLibraryFileList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_libraryFileList of type const ::SgStringList&()
|
|
| projectGetLibrarySpecifierList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_librarySpecifierList of type const ::SgStringList&()
|
|
| projectGetMacroSpecifierList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_macroSpecifierList of type const ::SgStringList&()
|
|
| projectGetNumberOfTraversalSuccessors :: Typeable a => SgProject a -> IO CSize |
| Stub for ::SgProject::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| projectGetObjectFileNameList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_objectFileNameList of type const ::SgStringList&()
|
|
| projectGetOriginalCommandLineArgumentList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_originalCommandLineArgumentList of type ::SgStringList()
|
|
| projectGetOutputFileName :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::get_outputFileName of type ::std::string()
|
|
| projectGetPreincludeDirectoryList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_preincludeDirectoryList of type const ::SgStringList&()
|
|
| projectGetPreincludeFileList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_preincludeFileList of type const ::SgStringList&()
|
|
| projectGetPrelink :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_prelink of type bool ()
|
|
| projectGetQuotedIncludesSearchPaths :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_quotedIncludesSearchPaths of type class ::std::list < string , allocator< string > > ()
|
|
| projectGetSkipTransformation :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_skip_transformation of type bool ()
|
|
| projectGetSkipTranslationFromEdgAstToRoseAst :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_skip_translation_from_edg_ast_to_rose_ast of type bool ()
|
|
| projectGetSkipUnparse :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_skip_unparse of type bool ()
|
|
| projectGetSkipfinalCompileStep :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_skipfinalCompileStep of type bool ()
|
|
| projectGetSourceFileNameList :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_sourceFileNameList of type const ::SgStringList&()
|
|
| projectGetTraversalSuccessorByIndex :: Typeable a => SgProject a -> CSize -> IO (SgNode ()) |
| Stub for ::SgProject::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| projectGetTraversalSuccessorContainer :: Typeable a => SgProject a -> IO [SgNode ()] |
| Stub for ::SgProject::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| projectGetTraversalSuccessorNamesContainer :: Typeable a => SgProject a -> IO [CString] |
| Stub for ::SgProject::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| projectGetUnparseHeaderFilesRootFolder :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::get_unparseHeaderFilesRootFolder of type ::std::string()
|
|
| projectGetUseBackendOnly :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_useBackendOnly of type bool ()
|
|
| projectGetVerbose :: IO CInt |
| Stub for ::SgProject::get_verbose of type int ()
|
|
| projectGetWave :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::get_wave of type bool ()
|
|
| projectInitialization :: Typeable a => SgProject a -> IO () |
| Stub for ::SgProject::initialization of type void ()
|
|
| projectIsInMemoryPool :: Typeable a => SgProject a -> IO Bool |
| Stub for ::SgProject::isInMemoryPool of type bool ()
|
|
| projectLinkstring :: Typeable a => SgProject a -> String -> IO CInt |
| Stub for ::SgProject::link of type int (::std::string)
|
|
| projectLinkvectorstring :: Typeable a => SgProject a -> [CString] -> String -> IO CInt |
| Stub for ::SgProject::link of type int (const class ::std::vector < string , allocator< string > > &, ::std::string)
|
|
| projectMemoryUsage :: IO CSize |
| Stub for ::SgProject::memoryUsage of type ::size_t()
|
|
| projectNumberOfAttributes :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::numberOfAttributes of type int ()
|
|
| projectNumberOfDirectories :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::numberOfDirectories of type int ()
|
|
| projectNumberOfFiles :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::numberOfFiles of type int ()
|
|
| projectNumberOfNodes :: IO CSize |
| Stub for ::SgProject::numberOfNodes of type ::size_t()
|
|
| projectParse :: Typeable a => SgProject a -> IO CInt |
| Stub for ::SgProject::parse of type int ()
|
|
| projectParsevector :: Typeable a => SgProject a -> [CString] -> IO CInt |
| Stub for ::SgProject::parse of type int (const class ::std::vector < string , allocator< string > > &)
|
|
| projectParse2 :: Typeable a => SgProject a -> CInt -> Ptr CString -> IO CInt |
| Stub for ::SgProject::parse of type int (int , char **)
|
|
| projectProcessCommandLinevector :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::processCommandLine of type void (const class ::std::vector < string , allocator< string > > &)
|
|
| projectProcessCommandLine :: Typeable a => SgProject a -> CInt -> Ptr CString -> IO () |
| Stub for ::SgProject::processCommandLine of type void (int , char **)
|
|
| projectRemoveAttribute :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::removeAttribute of type void (::std::string)
|
|
| projectSageClassName :: Typeable a => SgProject a -> IO String |
| Stub for ::SgProject::sage_class_name of type const char *()
|
|
| projectSetCPreprocessorOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_C_PreprocessorOnly of type void (bool )
|
|
| projectSetCOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_C_only of type void (bool )
|
|
| projectSetCxxOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_Cxx_only of type void (bool )
|
|
| projectSetFortranOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_Fortran_only of type void (bool )
|
|
| projectSetJavaOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_Java_only of type void (bool )
|
|
| projectSetAddCppDirectivesToAST :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_addCppDirectivesToAST of type void (bool )
|
|
| projectSetAstMerge :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_astMerge of type void (bool )
|
|
| projectSetAstMergeCommandFile :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::set_astMergeCommandFile of type void (::std::string)
|
|
| projectSetBackendErrorCode :: Typeable a => SgProject a -> CInt -> IO () |
| Stub for ::SgProject::set_backendErrorCode of type void (int )
|
|
| projectSetBinaryOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_binary_only of type void (bool )
|
|
| projectSetBracketedIncludesSearchPaths :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_bracketedIncludesSearchPaths of type void (class ::std::list < string , allocator< string > > )
|
|
| projectSetCompilationPerformanceFile :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::set_compilationPerformanceFile of type void (::std::string)
|
|
| projectSetCompileOnly :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_compileOnly of type void (bool )
|
|
| projectSetDataBaseFilename :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::set_dataBaseFilename of type void (::std::string)
|
|
| projectSetDirectoryList :: (Typeable a, Typeable b) => SgProject a -> SgDirectoryList b -> IO () |
| Stub for ::SgProject::set_directoryList of type void (class ::SgDirectoryList*)
|
|
| projectSetExcludeFileList :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_excludeFileList of type void (const ::SgStringList&)
|
|
| projectSetExcludePathList :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_excludePathList of type void (const ::SgStringList&)
|
|
| projectSetFile :: (Typeable a, Typeable b) => SgProject a -> Ptr (SgFile b) -> IO () |
| Stub for ::SgProject::set_file of type void (class ::SgFile&)
|
|
| projectSetFileList :: Typeable a => SgProject a -> [SgFile ()] -> IO () |
| Stub for ::SgProject::set_fileList of type void (::SgFilePtrList&)
|
|
| projectSetFileListPtr :: (Typeable a, Typeable b) => SgProject a -> SgFileList b -> IO () |
| Stub for ::SgProject::set_fileList_ptr of type void (class ::SgFileList*)
|
|
| projectSetFrontendConstantFolding :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_frontendConstantFolding of type void (bool )
|
|
| projectSetFrontendErrorCode :: Typeable a => SgProject a -> CInt -> IO () |
| Stub for ::SgProject::set_frontendErrorCode of type void (int )
|
|
| projectSetIncludeFileList :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_includeFileList of type void (const ::SgStringList&)
|
|
| projectSetIncludePathList :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_includePathList of type void (const ::SgStringList&)
|
|
| projectSetOriginalCommandLineArgumentList :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_originalCommandLineArgumentList of type void (::SgStringList)
|
|
| projectSetOutputFileName :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::set_outputFileName of type void (::std::string)
|
|
| projectSetPrelink :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_prelink of type void (bool )
|
|
| projectSetQuotedIncludesSearchPaths :: Typeable a => SgProject a -> [CString] -> IO () |
| Stub for ::SgProject::set_quotedIncludesSearchPaths of type void (class ::std::list < string , allocator< string > > )
|
|
| projectSetUnparseHeaderFilesRootFolder :: Typeable a => SgProject a -> String -> IO () |
| Stub for ::SgProject::set_unparseHeaderFilesRootFolder of type void (::std::string)
|
|
| projectSetVerbose :: CInt -> IO () |
| Stub for ::SgProject::set_verbose of type void (int )
|
|
| projectSetWave :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::set_wave of type void (bool )
|
|
| projectSkipfinalCompileStep :: Typeable a => SgProject a -> Bool -> IO () |
| Stub for ::SgProject::skipfinalCompileStep of type void (bool )
|
|
| projectVariantT :: Typeable a => SgProject a -> IO VariantT |
| Stub for ::SgProject::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |