| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUndirectedGraphEdge :: Typeable a => SgNode a -> IO (Maybe (SgUndirectedGraphEdge ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUndirectedGraphEdge. | ||||
| upSgUndirectedGraphEdge :: Typeable a => SgUndirectedGraphEdge a -> SgUndirectedGraphEdge () | ||||
| Performs an upcast of a SgUndirectedGraphEdge subtype to a SgUndirectedGraphEdge. | ||||
| newUndirectedGraphEdge :: (Typeable a, Typeable b) => SgGraphNode a -> SgGraphNode b -> String -> IO (SgUndirectedGraphEdge ()) | ||||
| Stub for ::SgUndirectedGraphEdge::SgUndirectedGraphEdge of type void (class ::SgGraphNode*, class ::SgGraphNode*, ::std::string) | ||||
| undirectedGraphEdgeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUndirectedGraphEdge a -> IO () | ||||
| Stub for ::SgUndirectedGraphEdge::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| undirectedGraphEdgeClassName :: Typeable a => SgUndirectedGraphEdge a -> IO String | ||||
| Stub for ::SgUndirectedGraphEdge::class_name of type ::std::string() | ||||
| undirectedGraphEdgeGetChildIndex :: (Typeable a, Typeable b) => SgUndirectedGraphEdge a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUndirectedGraphEdge::getChildIndex of type long (class ::SgNode*) | ||||
| undirectedGraphEdgeGetChildIndex2 :: (Typeable a, Typeable b) => SgUndirectedGraphEdge a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUndirectedGraphEdge::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| undirectedGraphEdgeGetNode1 :: Typeable a => SgUndirectedGraphEdge a -> IO (SgGraphNode ()) | ||||
| Stub for ::SgUndirectedGraphEdge::get_node1 of type class ::SgGraphNode*() | ||||
| undirectedGraphEdgeGetNode2 :: Typeable a => SgUndirectedGraphEdge a -> IO (SgGraphNode ()) | ||||
| Stub for ::SgUndirectedGraphEdge::get_node2 of type class ::SgGraphNode*() | ||||
| undirectedGraphEdgeGetNumberOfTraversalSuccessors :: Typeable a => SgUndirectedGraphEdge a -> IO CSize | ||||
| Stub for ::SgUndirectedGraphEdge::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| undirectedGraphEdgeGetTraversalSuccessorByIndex :: Typeable a => SgUndirectedGraphEdge a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUndirectedGraphEdge::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| undirectedGraphEdgeGetTraversalSuccessorContainer :: Typeable a => SgUndirectedGraphEdge a -> IO [SgNode ()] | ||||
| Stub for ::SgUndirectedGraphEdge::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| undirectedGraphEdgeGetTraversalSuccessorNamesContainer :: Typeable a => SgUndirectedGraphEdge a -> IO [CString] | ||||
| Stub for ::SgUndirectedGraphEdge::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| undirectedGraphEdgeIsInMemoryPool :: Typeable a => SgUndirectedGraphEdge a -> IO Bool | ||||
| Stub for ::SgUndirectedGraphEdge::isInMemoryPool of type bool () | ||||
| undirectedGraphEdgeMemoryUsage :: IO CSize | ||||
| Stub for ::SgUndirectedGraphEdge::memoryUsage of type ::size_t() | ||||
| undirectedGraphEdgeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUndirectedGraphEdge::numberOfNodes of type ::size_t() | ||||
| undirectedGraphEdgeSageClassName :: Typeable a => SgUndirectedGraphEdge a -> IO String | ||||
| Stub for ::SgUndirectedGraphEdge::sage_class_name of type const char *() | ||||
| undirectedGraphEdgeVariantT :: Typeable a => SgUndirectedGraphEdge a -> IO VariantT | ||||
| Stub for ::SgUndirectedGraphEdge::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |