| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgIOStatement :: Typeable a => SgNode a -> IO (Maybe (SgIOStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgIOStatement. | ||||
| upSgIOStatement :: Typeable a => SgIOStatement a -> SgIOStatement () | ||||
| Performs an upcast of a SgIOStatement subtype to a SgIOStatement. | ||||
| newIOStatement :: Typeable a => Sg_File_Info a -> IO (SgIOStatement ()) | ||||
| Stub for ::SgIOStatement::SgIOStatement of type void (class ::Sg_File_Info*) | ||||
| newIOStatement2 :: IO (SgIOStatement ()) | ||||
| Stub for ::SgIOStatement::SgIOStatement of type void () | ||||
| iOStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIOStatement a -> IO () | ||||
| Stub for ::SgIOStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| iOStatementClassName :: Typeable a => SgIOStatement a -> IO String | ||||
| Stub for ::SgIOStatement::class_name of type ::std::string() | ||||
| iOStatementGetChildIndex :: (Typeable a, Typeable b) => SgIOStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgIOStatement::getChildIndex of type long (class ::SgNode*) | ||||
| iOStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgIOStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgIOStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| iOStatementGetErr :: Typeable a => SgIOStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgIOStatement::get_err of type class ::SgExpression*() | ||||
| iOStatementGetIoStmtList :: Typeable a => SgIOStatement a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgIOStatement::get_io_stmt_list of type class ::SgExprListExp*() | ||||
| iOStatementGetIomsg :: Typeable a => SgIOStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgIOStatement::get_iomsg of type class ::SgExpression*() | ||||
| iOStatementGetIostat :: Typeable a => SgIOStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgIOStatement::get_iostat of type class ::SgExpression*() | ||||
| iOStatementGetNumberOfTraversalSuccessors :: Typeable a => SgIOStatement a -> IO CSize | ||||
| Stub for ::SgIOStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| iOStatementGetTraversalSuccessorByIndex :: Typeable a => SgIOStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgIOStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| iOStatementGetTraversalSuccessorContainer :: Typeable a => SgIOStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgIOStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| iOStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgIOStatement a -> IO [CString] | ||||
| Stub for ::SgIOStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| iOStatementGetUnit :: Typeable a => SgIOStatement a -> IO (SgExpression ()) | ||||
| Stub for ::SgIOStatement::get_unit of type class ::SgExpression*() | ||||
| iOStatementIsInMemoryPool :: Typeable a => SgIOStatement a -> IO Bool | ||||
| Stub for ::SgIOStatement::isInMemoryPool of type bool () | ||||
| iOStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgIOStatement::memoryUsage of type ::size_t() | ||||
| iOStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgIOStatement::numberOfNodes of type ::size_t() | ||||
| iOStatementPostConstructionInitialization :: Typeable a => SgIOStatement a -> IO () | ||||
| Stub for ::SgIOStatement::post_construction_initialization of type void () | ||||
| iOStatementSageClassName :: Typeable a => SgIOStatement a -> IO String | ||||
| Stub for ::SgIOStatement::sage_class_name of type const char *() | ||||
| iOStatementSetErr :: (Typeable a, Typeable b) => SgIOStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgIOStatement::set_err of type void (class ::SgExpression*) | ||||
| iOStatementSetIoStmtList :: (Typeable a, Typeable b) => SgIOStatement a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgIOStatement::set_io_stmt_list of type void (class ::SgExprListExp*) | ||||
| iOStatementSetIomsg :: (Typeable a, Typeable b) => SgIOStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgIOStatement::set_iomsg of type void (class ::SgExpression*) | ||||
| iOStatementSetIostat :: (Typeable a, Typeable b) => SgIOStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgIOStatement::set_iostat of type void (class ::SgExpression*) | ||||
| iOStatementSetUnit :: (Typeable a, Typeable b) => SgIOStatement a -> SgExpression b -> IO () | ||||
| Stub for ::SgIOStatement::set_unit of type void (class ::SgExpression*) | ||||
| iOStatementVariantT :: Typeable a => SgIOStatement a -> IO VariantT | ||||
| Stub for ::SgIOStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |