| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpForStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpForStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpForStatement. | ||||
| upSgOmpForStatement :: Typeable a => SgOmpForStatement a -> SgOmpForStatement () | ||||
| Performs an upcast of a SgOmpForStatement subtype to a SgOmpForStatement. | ||||
| newOmpForStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpForStatement ()) | ||||
| Stub for ::SgOmpForStatement::SgOmpForStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpForStatement2 :: Typeable a => SgStatement a -> IO (SgOmpForStatement ()) | ||||
| Stub for ::SgOmpForStatement::SgOmpForStatement of type void (class ::SgStatement*) | ||||
| ompForStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpForStatement a -> IO () | ||||
| Stub for ::SgOmpForStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompForStatementClassName :: Typeable a => SgOmpForStatement a -> IO String | ||||
| Stub for ::SgOmpForStatement::class_name of type ::std::string() | ||||
| ompForStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpForStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpForStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompForStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpForStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpForStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompForStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpForStatement a -> IO CSize | ||||
| Stub for ::SgOmpForStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompForStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpForStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpForStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompForStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpForStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpForStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompForStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpForStatement a -> IO [CString] | ||||
| Stub for ::SgOmpForStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompForStatementIsInMemoryPool :: Typeable a => SgOmpForStatement a -> IO Bool | ||||
| Stub for ::SgOmpForStatement::isInMemoryPool of type bool () | ||||
| ompForStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpForStatement::memoryUsage of type ::size_t() | ||||
| ompForStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpForStatement::numberOfNodes of type ::size_t() | ||||
| ompForStatementPostConstructionInitialization :: Typeable a => SgOmpForStatement a -> IO () | ||||
| Stub for ::SgOmpForStatement::post_construction_initialization of type void () | ||||
| ompForStatementSageClassName :: Typeable a => SgOmpForStatement a -> IO String | ||||
| Stub for ::SgOmpForStatement::sage_class_name of type const char *() | ||||
| ompForStatementVariantT :: Typeable a => SgOmpForStatement a -> IO VariantT | ||||
| Stub for ::SgOmpForStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |