| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFormatItem :: Typeable a => SgNode a -> IO (Maybe (SgFormatItem ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFormatItem. | ||||
| upSgFormatItem :: Typeable a => SgFormatItem a -> SgFormatItem () | ||||
| Performs an upcast of a SgFormatItem subtype to a SgFormatItem. | ||||
| newFormatItem :: IO (SgFormatItem ()) | ||||
| Stub for ::SgFormatItem::SgFormatItem of type void () | ||||
| formatItemCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFormatItem a -> IO () | ||||
| Stub for ::SgFormatItem::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| formatItemClassName :: Typeable a => SgFormatItem a -> IO String | ||||
| Stub for ::SgFormatItem::class_name of type ::std::string() | ||||
| formatItemGetChildIndex :: (Typeable a, Typeable b) => SgFormatItem a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFormatItem::getChildIndex of type long (class ::SgNode*) | ||||
| formatItemGetChildIndex2 :: (Typeable a, Typeable b) => SgFormatItem a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFormatItem::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| formatItemGetData :: Typeable a => SgFormatItem a -> IO (SgExpression ()) | ||||
| Stub for ::SgFormatItem::get_data of type class ::SgExpression*() | ||||
| formatItemGetFormatItemList :: Typeable a => SgFormatItem a -> IO (SgFormatItemList ()) | ||||
| Stub for ::SgFormatItem::get_format_item_list of type class ::SgFormatItemList*() | ||||
| formatItemGetNumberOfTraversalSuccessors :: Typeable a => SgFormatItem a -> IO CSize | ||||
| Stub for ::SgFormatItem::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| formatItemGetRepeatSpecification :: Typeable a => SgFormatItem a -> IO CInt | ||||
| Stub for ::SgFormatItem::get_repeat_specification of type int () | ||||
| formatItemGetTraversalSuccessorByIndex :: Typeable a => SgFormatItem a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFormatItem::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| formatItemGetTraversalSuccessorContainer :: Typeable a => SgFormatItem a -> IO [SgNode ()] | ||||
| Stub for ::SgFormatItem::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| formatItemGetTraversalSuccessorNamesContainer :: Typeable a => SgFormatItem a -> IO [CString] | ||||
| Stub for ::SgFormatItem::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| formatItemIsInMemoryPool :: Typeable a => SgFormatItem a -> IO Bool | ||||
| Stub for ::SgFormatItem::isInMemoryPool of type bool () | ||||
| formatItemMemoryUsage :: IO CSize | ||||
| Stub for ::SgFormatItem::memoryUsage of type ::size_t() | ||||
| formatItemNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFormatItem::numberOfNodes of type ::size_t() | ||||
| formatItemSageClassName :: Typeable a => SgFormatItem a -> IO String | ||||
| Stub for ::SgFormatItem::sage_class_name of type const char *() | ||||
| formatItemSetData :: (Typeable a, Typeable b) => SgFormatItem a -> SgExpression b -> IO () | ||||
| Stub for ::SgFormatItem::set_data of type void (class ::SgExpression*) | ||||
| formatItemSetFormatItemList :: (Typeable a, Typeable b) => SgFormatItem a -> SgFormatItemList b -> IO () | ||||
| Stub for ::SgFormatItem::set_format_item_list of type void (class ::SgFormatItemList*) | ||||
| formatItemSetRepeatSpecification :: Typeable a => SgFormatItem a -> CInt -> IO () | ||||
| Stub for ::SgFormatItem::set_repeat_specification of type void (int ) | ||||
| formatItemVariantT :: Typeable a => SgFormatItem a -> IO VariantT | ||||
| Stub for ::SgFormatItem::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |