| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgGraphNodeList :: Typeable a => SgNode a -> IO (Maybe (SgGraphNodeList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgGraphNodeList. | ||||
| upSgGraphNodeList :: Typeable a => SgGraphNodeList a -> SgGraphNodeList () | ||||
| Performs an upcast of a SgGraphNodeList subtype to a SgGraphNodeList. | ||||
| newGraphNodeList :: IO (SgGraphNodeList ()) | ||||
| Stub for ::SgGraphNodeList::SgGraphNodeList of type void () | ||||
| graphNodeListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgGraphNodeList a -> IO () | ||||
| Stub for ::SgGraphNodeList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| graphNodeListClassName :: Typeable a => SgGraphNodeList a -> IO String | ||||
| Stub for ::SgGraphNodeList::class_name of type ::std::string() | ||||
| graphNodeListGetChildIndex :: (Typeable a, Typeable b) => SgGraphNodeList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgGraphNodeList::getChildIndex of type long (class ::SgNode*) | ||||
| graphNodeListGetChildIndex2 :: (Typeable a, Typeable b) => SgGraphNodeList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgGraphNodeList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| graphNodeListGetNumberOfTraversalSuccessors :: Typeable a => SgGraphNodeList a -> IO CSize | ||||
| Stub for ::SgGraphNodeList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| graphNodeListGetTraversalSuccessorByIndex :: Typeable a => SgGraphNodeList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgGraphNodeList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| graphNodeListGetTraversalSuccessorContainer :: Typeable a => SgGraphNodeList a -> IO [SgNode ()] | ||||
| Stub for ::SgGraphNodeList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| graphNodeListGetTraversalSuccessorNamesContainer :: Typeable a => SgGraphNodeList a -> IO [CString] | ||||
| Stub for ::SgGraphNodeList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| graphNodeListIsInMemoryPool :: Typeable a => SgGraphNodeList a -> IO Bool | ||||
| Stub for ::SgGraphNodeList::isInMemoryPool of type bool () | ||||
| graphNodeListMemoryUsage :: IO CSize | ||||
| Stub for ::SgGraphNodeList::memoryUsage of type ::size_t() | ||||
| graphNodeListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgGraphNodeList::numberOfNodes of type ::size_t() | ||||
| graphNodeListSageClassName :: Typeable a => SgGraphNodeList a -> IO String | ||||
| Stub for ::SgGraphNodeList::sage_class_name of type const char *() | ||||
| graphNodeListVariantT :: Typeable a => SgGraphNodeList a -> IO VariantT | ||||
| Stub for ::SgGraphNodeList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |