| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgGraphEdgeList :: Typeable a => SgNode a -> IO (Maybe (SgGraphEdgeList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgGraphEdgeList. | ||||
| upSgGraphEdgeList :: Typeable a => SgGraphEdgeList a -> SgGraphEdgeList () | ||||
| Performs an upcast of a SgGraphEdgeList subtype to a SgGraphEdgeList. | ||||
| newGraphEdgeList :: IO (SgGraphEdgeList ()) | ||||
| Stub for ::SgGraphEdgeList::SgGraphEdgeList of type void () | ||||
| graphEdgeListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgGraphEdgeList a -> IO () | ||||
| Stub for ::SgGraphEdgeList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| graphEdgeListClassName :: Typeable a => SgGraphEdgeList a -> IO String | ||||
| Stub for ::SgGraphEdgeList::class_name of type ::std::string() | ||||
| graphEdgeListGetChildIndex :: (Typeable a, Typeable b) => SgGraphEdgeList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgGraphEdgeList::getChildIndex of type long (class ::SgNode*) | ||||
| graphEdgeListGetChildIndex2 :: (Typeable a, Typeable b) => SgGraphEdgeList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgGraphEdgeList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| graphEdgeListGetNumberOfTraversalSuccessors :: Typeable a => SgGraphEdgeList a -> IO CSize | ||||
| Stub for ::SgGraphEdgeList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| graphEdgeListGetTraversalSuccessorByIndex :: Typeable a => SgGraphEdgeList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgGraphEdgeList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| graphEdgeListGetTraversalSuccessorContainer :: Typeable a => SgGraphEdgeList a -> IO [SgNode ()] | ||||
| Stub for ::SgGraphEdgeList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| graphEdgeListGetTraversalSuccessorNamesContainer :: Typeable a => SgGraphEdgeList a -> IO [CString] | ||||
| Stub for ::SgGraphEdgeList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| graphEdgeListIsInMemoryPool :: Typeable a => SgGraphEdgeList a -> IO Bool | ||||
| Stub for ::SgGraphEdgeList::isInMemoryPool of type bool () | ||||
| graphEdgeListMemoryUsage :: IO CSize | ||||
| Stub for ::SgGraphEdgeList::memoryUsage of type ::size_t() | ||||
| graphEdgeListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgGraphEdgeList::numberOfNodes of type ::size_t() | ||||
| graphEdgeListSageClassName :: Typeable a => SgGraphEdgeList a -> IO String | ||||
| Stub for ::SgGraphEdgeList::sage_class_name of type const char *() | ||||
| graphEdgeListVariantT :: Typeable a => SgGraphEdgeList a -> IO VariantT | ||||
| Stub for ::SgGraphEdgeList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |