| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgLocatedNodeSupport :: Typeable a => SgNode a -> IO (Maybe (SgLocatedNodeSupport ())) | ||||
| Attempts a dynamic cast of the given node to the type SgLocatedNodeSupport. | ||||
| upSgLocatedNodeSupport :: Typeable a => SgLocatedNodeSupport a -> SgLocatedNodeSupport () | ||||
| Performs an upcast of a SgLocatedNodeSupport subtype to a SgLocatedNodeSupport. | ||||
| newLocatedNodeSupport :: Typeable a => Sg_File_Info a -> IO (SgLocatedNodeSupport ()) | ||||
| Stub for ::SgLocatedNodeSupport::SgLocatedNodeSupport of type void (class ::Sg_File_Info*) | ||||
| newLocatedNodeSupport2 :: IO (SgLocatedNodeSupport ()) | ||||
| Stub for ::SgLocatedNodeSupport::SgLocatedNodeSupport of type void () | ||||
| locatedNodeSupportCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgLocatedNodeSupport a -> IO () | ||||
| Stub for ::SgLocatedNodeSupport::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| locatedNodeSupportClassName :: Typeable a => SgLocatedNodeSupport a -> IO String | ||||
| Stub for ::SgLocatedNodeSupport::class_name of type ::std::string() | ||||
| locatedNodeSupportGetChildIndex :: (Typeable a, Typeable b) => SgLocatedNodeSupport a -> SgNode b -> IO CLong | ||||
| Stub for ::SgLocatedNodeSupport::getChildIndex of type long (class ::SgNode*) | ||||
| locatedNodeSupportGetChildIndex2 :: (Typeable a, Typeable b) => SgLocatedNodeSupport a -> SgNode b -> IO CSize | ||||
| Stub for ::SgLocatedNodeSupport::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| locatedNodeSupportGetNumberOfTraversalSuccessors :: Typeable a => SgLocatedNodeSupport a -> IO CSize | ||||
| Stub for ::SgLocatedNodeSupport::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| locatedNodeSupportGetTraversalSuccessorByIndex :: Typeable a => SgLocatedNodeSupport a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgLocatedNodeSupport::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| locatedNodeSupportGetTraversalSuccessorContainer :: Typeable a => SgLocatedNodeSupport a -> IO [SgNode ()] | ||||
| Stub for ::SgLocatedNodeSupport::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| locatedNodeSupportGetTraversalSuccessorNamesContainer :: Typeable a => SgLocatedNodeSupport a -> IO [CString] | ||||
| Stub for ::SgLocatedNodeSupport::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| locatedNodeSupportIsInMemoryPool :: Typeable a => SgLocatedNodeSupport a -> IO Bool | ||||
| Stub for ::SgLocatedNodeSupport::isInMemoryPool of type bool () | ||||
| locatedNodeSupportMemoryUsage :: IO CSize | ||||
| Stub for ::SgLocatedNodeSupport::memoryUsage of type ::size_t() | ||||
| locatedNodeSupportNumberOfNodes :: IO CSize | ||||
| Stub for ::SgLocatedNodeSupport::numberOfNodes of type ::size_t() | ||||
| locatedNodeSupportSageClassName :: Typeable a => SgLocatedNodeSupport a -> IO String | ||||
| Stub for ::SgLocatedNodeSupport::sage_class_name of type const char *() | ||||
| locatedNodeSupportVariantT :: Typeable a => SgLocatedNodeSupport a -> IO VariantT | ||||
| Stub for ::SgLocatedNodeSupport::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |