| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFlushStatement :: Typeable a => SgNode a -> IO (Maybe (SgFlushStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFlushStatement. | ||||
| upSgFlushStatement :: Typeable a => SgFlushStatement a -> SgFlushStatement () | ||||
| Performs an upcast of a SgFlushStatement subtype to a SgFlushStatement. | ||||
| newFlushStatement :: Typeable a => Sg_File_Info a -> IO (SgFlushStatement ()) | ||||
| Stub for ::SgFlushStatement::SgFlushStatement of type void (class ::Sg_File_Info*) | ||||
| newFlushStatement2 :: IO (SgFlushStatement ()) | ||||
| Stub for ::SgFlushStatement::SgFlushStatement of type void () | ||||
| flushStatementCfgIndexForEnd :: Typeable a => SgFlushStatement a -> IO CUInt | ||||
| Stub for ::SgFlushStatement::cfgIndexForEnd of type unsigned int () | ||||
| flushStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFlushStatement a -> IO () | ||||
| Stub for ::SgFlushStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| flushStatementClassName :: Typeable a => SgFlushStatement a -> IO String | ||||
| Stub for ::SgFlushStatement::class_name of type ::std::string() | ||||
| flushStatementGetChildIndex :: (Typeable a, Typeable b) => SgFlushStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFlushStatement::getChildIndex of type long (class ::SgNode*) | ||||
| flushStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgFlushStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFlushStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| flushStatementGetNumberOfTraversalSuccessors :: Typeable a => SgFlushStatement a -> IO CSize | ||||
| Stub for ::SgFlushStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| flushStatementGetTraversalSuccessorByIndex :: Typeable a => SgFlushStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFlushStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| flushStatementGetTraversalSuccessorContainer :: Typeable a => SgFlushStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgFlushStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| flushStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgFlushStatement a -> IO [CString] | ||||
| Stub for ::SgFlushStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| flushStatementIsInMemoryPool :: Typeable a => SgFlushStatement a -> IO Bool | ||||
| Stub for ::SgFlushStatement::isInMemoryPool of type bool () | ||||
| flushStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgFlushStatement::memoryUsage of type ::size_t() | ||||
| flushStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFlushStatement::numberOfNodes of type ::size_t() | ||||
| flushStatementPostConstructionInitialization :: Typeable a => SgFlushStatement a -> IO () | ||||
| Stub for ::SgFlushStatement::post_construction_initialization of type void () | ||||
| flushStatementSageClassName :: Typeable a => SgFlushStatement a -> IO String | ||||
| Stub for ::SgFlushStatement::sage_class_name of type const char *() | ||||
| flushStatementVariantT :: Typeable a => SgFlushStatement a -> IO VariantT | ||||
| Stub for ::SgFlushStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |