| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFormatItemList :: Typeable a => SgNode a -> IO (Maybe (SgFormatItemList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFormatItemList. | ||||
| upSgFormatItemList :: Typeable a => SgFormatItemList a -> SgFormatItemList () | ||||
| Performs an upcast of a SgFormatItemList subtype to a SgFormatItemList. | ||||
| newFormatItemList :: IO (SgFormatItemList ()) | ||||
| Stub for ::SgFormatItemList::SgFormatItemList of type void () | ||||
| formatItemListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFormatItemList a -> IO () | ||||
| Stub for ::SgFormatItemList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| formatItemListClassName :: Typeable a => SgFormatItemList a -> IO String | ||||
| Stub for ::SgFormatItemList::class_name of type ::std::string() | ||||
| formatItemListGetChildIndex :: (Typeable a, Typeable b) => SgFormatItemList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFormatItemList::getChildIndex of type long (class ::SgNode*) | ||||
| formatItemListGetChildIndex2 :: (Typeable a, Typeable b) => SgFormatItemList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFormatItemList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| formatItemListGetFormatItemList :: Typeable a => SgFormatItemList a -> IO [SgFormatItem ()] | ||||
| Stub for ::SgFormatItemList::get_format_item_list of type const ::SgFormatItemPtrList&() | ||||
| formatItemListGetNumberOfTraversalSuccessors :: Typeable a => SgFormatItemList a -> IO CSize | ||||
| Stub for ::SgFormatItemList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| formatItemListGetTraversalSuccessorByIndex :: Typeable a => SgFormatItemList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFormatItemList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| formatItemListGetTraversalSuccessorContainer :: Typeable a => SgFormatItemList a -> IO [SgNode ()] | ||||
| Stub for ::SgFormatItemList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| formatItemListGetTraversalSuccessorNamesContainer :: Typeable a => SgFormatItemList a -> IO [CString] | ||||
| Stub for ::SgFormatItemList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| formatItemListIsInMemoryPool :: Typeable a => SgFormatItemList a -> IO Bool | ||||
| Stub for ::SgFormatItemList::isInMemoryPool of type bool () | ||||
| formatItemListMemoryUsage :: IO CSize | ||||
| Stub for ::SgFormatItemList::memoryUsage of type ::size_t() | ||||
| formatItemListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFormatItemList::numberOfNodes of type ::size_t() | ||||
| formatItemListSageClassName :: Typeable a => SgFormatItemList a -> IO String | ||||
| Stub for ::SgFormatItemList::sage_class_name of type const char *() | ||||
| formatItemListSetFormatItemList :: Typeable a => SgFormatItemList a -> [SgFormatItem ()] -> IO () | ||||
| Stub for ::SgFormatItemList::set_format_item_list of type void (const ::SgFormatItemPtrList&) | ||||
| formatItemListVariantT :: Typeable a => SgFormatItemList a -> IO VariantT | ||||
| Stub for ::SgFormatItemList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |