| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgCommonBlock :: Typeable a => SgNode a -> IO (Maybe (SgCommonBlock ())) | ||||
| Attempts a dynamic cast of the given node to the type SgCommonBlock. | ||||
| upSgCommonBlock :: Typeable a => SgCommonBlock a -> SgCommonBlock () | ||||
| Performs an upcast of a SgCommonBlock subtype to a SgCommonBlock. | ||||
| newCommonBlock :: Typeable a => Sg_File_Info a -> IO (SgCommonBlock ()) | ||||
| Stub for ::SgCommonBlock::SgCommonBlock of type void (class ::Sg_File_Info*) | ||||
| newCommonBlock2 :: IO (SgCommonBlock ()) | ||||
| Stub for ::SgCommonBlock::SgCommonBlock of type void () | ||||
| commonBlockCfgIndexForEnd :: Typeable a => SgCommonBlock a -> IO CUInt | ||||
| Stub for ::SgCommonBlock::cfgIndexForEnd of type unsigned int () | ||||
| commonBlockCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCommonBlock a -> IO () | ||||
| Stub for ::SgCommonBlock::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| commonBlockClassName :: Typeable a => SgCommonBlock a -> IO String | ||||
| Stub for ::SgCommonBlock::class_name of type ::std::string() | ||||
| commonBlockGetChildIndex :: (Typeable a, Typeable b) => SgCommonBlock a -> SgNode b -> IO CLong | ||||
| Stub for ::SgCommonBlock::getChildIndex of type long (class ::SgNode*) | ||||
| commonBlockGetBlockList :: Typeable a => SgCommonBlock a -> IO [SgCommonBlockObject ()] | ||||
| Stub for ::SgCommonBlock::get_block_list of type const ::SgCommonBlockObjectPtrList&() | ||||
| commonBlockGetChildIndex2 :: (Typeable a, Typeable b) => SgCommonBlock a -> SgNode b -> IO CSize | ||||
| Stub for ::SgCommonBlock::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| commonBlockGetMangledName :: Typeable a => SgCommonBlock a -> IO String | ||||
| Stub for ::SgCommonBlock::get_mangled_name of type class ::SgName() | ||||
| commonBlockGetNumberOfTraversalSuccessors :: Typeable a => SgCommonBlock a -> IO CSize | ||||
| Stub for ::SgCommonBlock::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| commonBlockGetTraversalSuccessorByIndex :: Typeable a => SgCommonBlock a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgCommonBlock::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| commonBlockGetTraversalSuccessorContainer :: Typeable a => SgCommonBlock a -> IO [SgNode ()] | ||||
| Stub for ::SgCommonBlock::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| commonBlockGetTraversalSuccessorNamesContainer :: Typeable a => SgCommonBlock a -> IO [CString] | ||||
| Stub for ::SgCommonBlock::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| commonBlockIsInMemoryPool :: Typeable a => SgCommonBlock a -> IO Bool | ||||
| Stub for ::SgCommonBlock::isInMemoryPool of type bool () | ||||
| commonBlockMemoryUsage :: IO CSize | ||||
| Stub for ::SgCommonBlock::memoryUsage of type ::size_t() | ||||
| commonBlockNumberOfNodes :: IO CSize | ||||
| Stub for ::SgCommonBlock::numberOfNodes of type ::size_t() | ||||
| commonBlockPostConstructionInitialization :: Typeable a => SgCommonBlock a -> IO () | ||||
| Stub for ::SgCommonBlock::post_construction_initialization of type void () | ||||
| commonBlockSageClassName :: Typeable a => SgCommonBlock a -> IO String | ||||
| Stub for ::SgCommonBlock::sage_class_name of type const char *() | ||||
| commonBlockVariantT :: Typeable a => SgCommonBlock a -> IO VariantT | ||||
| Stub for ::SgCommonBlock::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |