| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUpcWaitStatement :: Typeable a => SgNode a -> IO (Maybe (SgUpcWaitStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUpcWaitStatement. | ||||
| upSgUpcWaitStatement :: Typeable a => SgUpcWaitStatement a -> SgUpcWaitStatement () | ||||
| Performs an upcast of a SgUpcWaitStatement subtype to a SgUpcWaitStatement. | ||||
| newUpcWaitStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgUpcWaitStatement ()) | ||||
| Stub for ::SgUpcWaitStatement::SgUpcWaitStatement of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newUpcWaitStatement2 :: Typeable a => SgExpression a -> IO (SgUpcWaitStatement ()) | ||||
| Stub for ::SgUpcWaitStatement::SgUpcWaitStatement of type void (class ::SgExpression*) | ||||
| upcWaitStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUpcWaitStatement a -> IO () | ||||
| Stub for ::SgUpcWaitStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| upcWaitStatementClassName :: Typeable a => SgUpcWaitStatement a -> IO String | ||||
| Stub for ::SgUpcWaitStatement::class_name of type ::std::string() | ||||
| upcWaitStatementGetChildIndex :: (Typeable a, Typeable b) => SgUpcWaitStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUpcWaitStatement::getChildIndex of type long (class ::SgNode*) | ||||
| upcWaitStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgUpcWaitStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUpcWaitStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| upcWaitStatementGetNumberOfTraversalSuccessors :: Typeable a => SgUpcWaitStatement a -> IO CSize | ||||
| Stub for ::SgUpcWaitStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| upcWaitStatementGetTraversalSuccessorByIndex :: Typeable a => SgUpcWaitStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUpcWaitStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| upcWaitStatementGetTraversalSuccessorContainer :: Typeable a => SgUpcWaitStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgUpcWaitStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| upcWaitStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgUpcWaitStatement a -> IO [CString] | ||||
| Stub for ::SgUpcWaitStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| upcWaitStatementGetWaitExpression :: Typeable a => SgUpcWaitStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgUpcWaitStatement::get_wait_expression of type class ::SgExpression*() | ||||
| upcWaitStatementIsInMemoryPool :: Typeable a => SgUpcWaitStatement a -> IO Bool | ||||
| Stub for ::SgUpcWaitStatement::isInMemoryPool of type bool () | ||||
| upcWaitStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgUpcWaitStatement::memoryUsage of type ::size_t() | ||||
| upcWaitStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUpcWaitStatement::numberOfNodes of type ::size_t() | ||||
| upcWaitStatementPostConstructionInitialization :: Typeable a => SgUpcWaitStatement a -> IO () | ||||
| Stub for ::SgUpcWaitStatement::post_construction_initialization of type void () | ||||
| upcWaitStatementSageClassName :: Typeable a => SgUpcWaitStatement a -> IO String | ||||
| Stub for ::SgUpcWaitStatement::sage_class_name of type const char *() | ||||
| upcWaitStatementSetWaitExpression :: (Typeable a, Typeable b) => SgUpcWaitStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgUpcWaitStatement::set_wait_expression of type void (class ::SgExpression*) | ||||
| upcWaitStatementVariantT :: Typeable a => SgUpcWaitStatement a -> IO VariantT | ||||
| Stub for ::SgUpcWaitStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |