| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgWaitStatement :: Typeable a => SgNode a -> IO (Maybe (SgWaitStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgWaitStatement. | ||||
| upSgWaitStatement :: Typeable a => SgWaitStatement a -> SgWaitStatement () | ||||
| Performs an upcast of a SgWaitStatement subtype to a SgWaitStatement. | ||||
| newWaitStatement :: Typeable a => Sg_File_Info a -> IO (SgWaitStatement ()) | ||||
| Stub for ::SgWaitStatement::SgWaitStatement of type void (class ::Sg_File_Info*) | ||||
| newWaitStatement2 :: IO (SgWaitStatement ()) | ||||
| Stub for ::SgWaitStatement::SgWaitStatement of type void () | ||||
| waitStatementCfgIndexForEnd :: Typeable a => SgWaitStatement a -> IO CUInt | ||||
| Stub for ::SgWaitStatement::cfgIndexForEnd of type unsigned int () | ||||
| waitStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgWaitStatement a -> IO () | ||||
| Stub for ::SgWaitStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| waitStatementClassName :: Typeable a => SgWaitStatement a -> IO String | ||||
| Stub for ::SgWaitStatement::class_name of type ::std::string() | ||||
| waitStatementGetChildIndex :: (Typeable a, Typeable b) => SgWaitStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgWaitStatement::getChildIndex of type long (class ::SgNode*) | ||||
| waitStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgWaitStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgWaitStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| waitStatementGetNumberOfTraversalSuccessors :: Typeable a => SgWaitStatement a -> IO CSize | ||||
| Stub for ::SgWaitStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| waitStatementGetTraversalSuccessorByIndex :: Typeable a => SgWaitStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgWaitStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| waitStatementGetTraversalSuccessorContainer :: Typeable a => SgWaitStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgWaitStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| waitStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgWaitStatement a -> IO [CString] | ||||
| Stub for ::SgWaitStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| waitStatementIsInMemoryPool :: Typeable a => SgWaitStatement a -> IO Bool | ||||
| Stub for ::SgWaitStatement::isInMemoryPool of type bool () | ||||
| waitStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgWaitStatement::memoryUsage of type ::size_t() | ||||
| waitStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgWaitStatement::numberOfNodes of type ::size_t() | ||||
| waitStatementPostConstructionInitialization :: Typeable a => SgWaitStatement a -> IO () | ||||
| Stub for ::SgWaitStatement::post_construction_initialization of type void () | ||||
| waitStatementSageClassName :: Typeable a => SgWaitStatement a -> IO String | ||||
| Stub for ::SgWaitStatement::sage_class_name of type const char *() | ||||
| waitStatementVariantT :: Typeable a => SgWaitStatement a -> IO VariantT | ||||
| Stub for ::SgWaitStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |