| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpSectionStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpSectionStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpSectionStatement. | ||||
| upSgOmpSectionStatement :: Typeable a => SgOmpSectionStatement a -> SgOmpSectionStatement () | ||||
| Performs an upcast of a SgOmpSectionStatement subtype to a SgOmpSectionStatement. | ||||
| newOmpSectionStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpSectionStatement ()) | ||||
| Stub for ::SgOmpSectionStatement::SgOmpSectionStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpSectionStatement2 :: Typeable a => SgStatement a -> IO (SgOmpSectionStatement ()) | ||||
| Stub for ::SgOmpSectionStatement::SgOmpSectionStatement of type void (class ::SgStatement*) | ||||
| ompSectionStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpSectionStatement a -> IO () | ||||
| Stub for ::SgOmpSectionStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompSectionStatementClassName :: Typeable a => SgOmpSectionStatement a -> IO String | ||||
| Stub for ::SgOmpSectionStatement::class_name of type ::std::string() | ||||
| ompSectionStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpSectionStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpSectionStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompSectionStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpSectionStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpSectionStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompSectionStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpSectionStatement a -> IO CSize | ||||
| Stub for ::SgOmpSectionStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompSectionStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpSectionStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpSectionStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompSectionStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpSectionStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpSectionStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompSectionStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpSectionStatement a -> IO [CString] | ||||
| Stub for ::SgOmpSectionStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompSectionStatementIsInMemoryPool :: Typeable a => SgOmpSectionStatement a -> IO Bool | ||||
| Stub for ::SgOmpSectionStatement::isInMemoryPool of type bool () | ||||
| ompSectionStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpSectionStatement::memoryUsage of type ::size_t() | ||||
| ompSectionStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpSectionStatement::numberOfNodes of type ::size_t() | ||||
| ompSectionStatementPostConstructionInitialization :: Typeable a => SgOmpSectionStatement a -> IO () | ||||
| Stub for ::SgOmpSectionStatement::post_construction_initialization of type void () | ||||
| ompSectionStatementSageClassName :: Typeable a => SgOmpSectionStatement a -> IO String | ||||
| Stub for ::SgOmpSectionStatement::sage_class_name of type const char *() | ||||
| ompSectionStatementVariantT :: Typeable a => SgOmpSectionStatement a -> IO VariantT | ||||
| Stub for ::SgOmpSectionStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |