| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgIncidenceUndirectedGraph :: Typeable a => SgNode a -> IO (Maybe (SgIncidenceUndirectedGraph ())) | ||||
| Attempts a dynamic cast of the given node to the type SgIncidenceUndirectedGraph. | ||||
| upSgIncidenceUndirectedGraph :: Typeable a => SgIncidenceUndirectedGraph a -> SgIncidenceUndirectedGraph () | ||||
| Performs an upcast of a SgIncidenceUndirectedGraph subtype to a SgIncidenceUndirectedGraph. | ||||
| newIncidenceUndirectedGraph :: String -> IO (SgIncidenceUndirectedGraph ()) | ||||
| Stub for ::SgIncidenceUndirectedGraph::SgIncidenceUndirectedGraph of type void (::std::string) | ||||
| incidenceUndirectedGraphCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIncidenceUndirectedGraph a -> IO () | ||||
| Stub for ::SgIncidenceUndirectedGraph::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| incidenceUndirectedGraphClassName :: Typeable a => SgIncidenceUndirectedGraph a -> IO String | ||||
| Stub for ::SgIncidenceUndirectedGraph::class_name of type ::std::string() | ||||
| incidenceUndirectedGraphGetChildIndex :: (Typeable a, Typeable b) => SgIncidenceUndirectedGraph a -> SgNode b -> IO CLong | ||||
| Stub for ::SgIncidenceUndirectedGraph::getChildIndex of type long (class ::SgNode*) | ||||
| incidenceUndirectedGraphGetChildIndex2 :: (Typeable a, Typeable b) => SgIncidenceUndirectedGraph a -> SgNode b -> IO CSize | ||||
| Stub for ::SgIncidenceUndirectedGraph::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| incidenceUndirectedGraphGetNumberOfTraversalSuccessors :: Typeable a => SgIncidenceUndirectedGraph a -> IO CSize | ||||
| Stub for ::SgIncidenceUndirectedGraph::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| incidenceUndirectedGraphGetTraversalSuccessorByIndex :: Typeable a => SgIncidenceUndirectedGraph a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgIncidenceUndirectedGraph::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| incidenceUndirectedGraphGetTraversalSuccessorContainer :: Typeable a => SgIncidenceUndirectedGraph a -> IO [SgNode ()] | ||||
| Stub for ::SgIncidenceUndirectedGraph::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| incidenceUndirectedGraphGetTraversalSuccessorNamesContainer :: Typeable a => SgIncidenceUndirectedGraph a -> IO [CString] | ||||
| Stub for ::SgIncidenceUndirectedGraph::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| incidenceUndirectedGraphIsInMemoryPool :: Typeable a => SgIncidenceUndirectedGraph a -> IO Bool | ||||
| Stub for ::SgIncidenceUndirectedGraph::isInMemoryPool of type bool () | ||||
| incidenceUndirectedGraphMemoryUsage :: IO CSize | ||||
| Stub for ::SgIncidenceUndirectedGraph::memoryUsage of type ::size_t() | ||||
| incidenceUndirectedGraphNumberOfNodes :: IO CSize | ||||
| Stub for ::SgIncidenceUndirectedGraph::numberOfNodes of type ::size_t() | ||||
| incidenceUndirectedGraphSageClassName :: Typeable a => SgIncidenceUndirectedGraph a -> IO String | ||||
| Stub for ::SgIncidenceUndirectedGraph::sage_class_name of type const char *() | ||||
| incidenceUndirectedGraphVariantT :: Typeable a => SgIncidenceUndirectedGraph a -> IO VariantT | ||||
| Stub for ::SgIncidenceUndirectedGraph::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |