| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpMasterStatement :: Typeable a => SgNode a -> IO (Maybe (SgOmpMasterStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpMasterStatement. | ||||
| upSgOmpMasterStatement :: Typeable a => SgOmpMasterStatement a -> SgOmpMasterStatement () | ||||
| Performs an upcast of a SgOmpMasterStatement subtype to a SgOmpMasterStatement. | ||||
| newOmpMasterStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgStatement b -> IO (SgOmpMasterStatement ()) | ||||
| Stub for ::SgOmpMasterStatement::SgOmpMasterStatement of type void (class ::Sg_File_Info*, class ::SgStatement*) | ||||
| newOmpMasterStatement2 :: Typeable a => SgStatement a -> IO (SgOmpMasterStatement ()) | ||||
| Stub for ::SgOmpMasterStatement::SgOmpMasterStatement of type void (class ::SgStatement*) | ||||
| ompMasterStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpMasterStatement a -> IO () | ||||
| Stub for ::SgOmpMasterStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompMasterStatementClassName :: Typeable a => SgOmpMasterStatement a -> IO String | ||||
| Stub for ::SgOmpMasterStatement::class_name of type ::std::string() | ||||
| ompMasterStatementGetChildIndex :: (Typeable a, Typeable b) => SgOmpMasterStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpMasterStatement::getChildIndex of type long (class ::SgNode*) | ||||
| ompMasterStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpMasterStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpMasterStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompMasterStatementGetNumberOfTraversalSuccessors :: Typeable a => SgOmpMasterStatement a -> IO CSize | ||||
| Stub for ::SgOmpMasterStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompMasterStatementGetTraversalSuccessorByIndex :: Typeable a => SgOmpMasterStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpMasterStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompMasterStatementGetTraversalSuccessorContainer :: Typeable a => SgOmpMasterStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpMasterStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompMasterStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpMasterStatement a -> IO [CString] | ||||
| Stub for ::SgOmpMasterStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompMasterStatementIsInMemoryPool :: Typeable a => SgOmpMasterStatement a -> IO Bool | ||||
| Stub for ::SgOmpMasterStatement::isInMemoryPool of type bool () | ||||
| ompMasterStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpMasterStatement::memoryUsage of type ::size_t() | ||||
| ompMasterStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpMasterStatement::numberOfNodes of type ::size_t() | ||||
| ompMasterStatementPostConstructionInitialization :: Typeable a => SgOmpMasterStatement a -> IO () | ||||
| Stub for ::SgOmpMasterStatement::post_construction_initialization of type void () | ||||
| ompMasterStatementSageClassName :: Typeable a => SgOmpMasterStatement a -> IO String | ||||
| Stub for ::SgOmpMasterStatement::sage_class_name of type const char *() | ||||
| ompMasterStatementVariantT :: Typeable a => SgOmpMasterStatement a -> IO VariantT | ||||
| Stub for ::SgOmpMasterStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |