|
| ROSE.Sage3.Methods.SgDirectedGraphEdge |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgDirectedGraphEdge :: Typeable a => SgNode a -> IO (Maybe (SgDirectedGraphEdge ())) |
| Attempts a dynamic cast of the given node to the type SgDirectedGraphEdge.
|
|
| upSgDirectedGraphEdge :: Typeable a => SgDirectedGraphEdge a -> SgDirectedGraphEdge () |
| Performs an upcast of a SgDirectedGraphEdge subtype to a SgDirectedGraphEdge.
|
|
| newDirectedGraphEdge :: (Typeable a, Typeable b) => String -> String -> CInt -> SgGraphNode a -> SgGraphNode b -> IO (SgDirectedGraphEdge ()) |
| Stub for ::SgDirectedGraphEdge::SgDirectedGraphEdge of type void (::std::string, ::std::string, int , class ::SgGraphNode*, class ::SgGraphNode*)
|
|
| newDirectedGraphEdge2 :: (Typeable a, Typeable b) => SgGraphNode a -> SgGraphNode b -> String -> IO (SgDirectedGraphEdge ()) |
| Stub for ::SgDirectedGraphEdge::SgDirectedGraphEdge of type void (class ::SgGraphNode*, class ::SgGraphNode*, ::std::string)
|
|
| directedGraphEdgeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDirectedGraphEdge a -> IO () |
| Stub for ::SgDirectedGraphEdge::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| directedGraphEdgeClassName :: Typeable a => SgDirectedGraphEdge a -> IO String |
| Stub for ::SgDirectedGraphEdge::class_name of type ::std::string()
|
|
| directedGraphEdgeGetChildIndex :: (Typeable a, Typeable b) => SgDirectedGraphEdge a -> SgNode b -> IO CLong |
| Stub for ::SgDirectedGraphEdge::getChildIndex of type long (class ::SgNode*)
|
|
| directedGraphEdgeGetChildIndex2 :: (Typeable a, Typeable b) => SgDirectedGraphEdge a -> SgNode b -> IO CSize |
| Stub for ::SgDirectedGraphEdge::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| directedGraphEdgeGetFrom :: Typeable a => SgDirectedGraphEdge a -> IO (SgGraphNode ()) |
| Stub for ::SgDirectedGraphEdge::get_from of type class ::SgGraphNode*()
|
|
| directedGraphEdgeGetNumberOfTraversalSuccessors :: Typeable a => SgDirectedGraphEdge a -> IO CSize |
| Stub for ::SgDirectedGraphEdge::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| directedGraphEdgeGetTo :: Typeable a => SgDirectedGraphEdge a -> IO (SgGraphNode ()) |
| Stub for ::SgDirectedGraphEdge::get_to of type class ::SgGraphNode*()
|
|
| directedGraphEdgeGetTraversalSuccessorByIndex :: Typeable a => SgDirectedGraphEdge a -> CSize -> IO (SgNode ()) |
| Stub for ::SgDirectedGraphEdge::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| directedGraphEdgeGetTraversalSuccessorContainer :: Typeable a => SgDirectedGraphEdge a -> IO [SgNode ()] |
| Stub for ::SgDirectedGraphEdge::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| directedGraphEdgeGetTraversalSuccessorNamesContainer :: Typeable a => SgDirectedGraphEdge a -> IO [CString] |
| Stub for ::SgDirectedGraphEdge::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| directedGraphEdgeIsInMemoryPool :: Typeable a => SgDirectedGraphEdge a -> IO Bool |
| Stub for ::SgDirectedGraphEdge::isInMemoryPool of type bool ()
|
|
| directedGraphEdgeMemoryUsage :: IO CSize |
| Stub for ::SgDirectedGraphEdge::memoryUsage of type ::size_t()
|
|
| directedGraphEdgeNumberOfNodes :: IO CSize |
| Stub for ::SgDirectedGraphEdge::numberOfNodes of type ::size_t()
|
|
| directedGraphEdgeSageClassName :: Typeable a => SgDirectedGraphEdge a -> IO String |
| Stub for ::SgDirectedGraphEdge::sage_class_name of type const char *()
|
|
| directedGraphEdgeVariantT :: Typeable a => SgDirectedGraphEdge a -> IO VariantT |
| Stub for ::SgDirectedGraphEdge::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |