| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgCommonBlockObject :: Typeable a => SgNode a -> IO (Maybe (SgCommonBlockObject ())) | ||||
| Attempts a dynamic cast of the given node to the type SgCommonBlockObject. | ||||
| upSgCommonBlockObject :: Typeable a => SgCommonBlockObject a -> SgCommonBlockObject () | ||||
| Performs an upcast of a SgCommonBlockObject subtype to a SgCommonBlockObject. | ||||
| newCommonBlockObject :: Typeable a => Sg_File_Info a -> IO (SgCommonBlockObject ()) | ||||
| Stub for ::SgCommonBlockObject::SgCommonBlockObject of type void (class ::Sg_File_Info*) | ||||
| newCommonBlockObject2 :: IO (SgCommonBlockObject ()) | ||||
| Stub for ::SgCommonBlockObject::SgCommonBlockObject of type void () | ||||
| commonBlockObjectCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCommonBlockObject a -> IO () | ||||
| Stub for ::SgCommonBlockObject::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| commonBlockObjectClassName :: Typeable a => SgCommonBlockObject a -> IO String | ||||
| Stub for ::SgCommonBlockObject::class_name of type ::std::string() | ||||
| commonBlockObjectGetChildIndex :: (Typeable a, Typeable b) => SgCommonBlockObject a -> SgNode b -> IO CLong | ||||
| Stub for ::SgCommonBlockObject::getChildIndex of type long (class ::SgNode*) | ||||
| commonBlockObjectGetBlockName :: Typeable a => SgCommonBlockObject a -> IO String | ||||
| Stub for ::SgCommonBlockObject::get_block_name of type ::std::string() | ||||
| commonBlockObjectGetChildIndex2 :: (Typeable a, Typeable b) => SgCommonBlockObject a -> SgNode b -> IO CSize | ||||
| Stub for ::SgCommonBlockObject::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| commonBlockObjectGetNumberOfTraversalSuccessors :: Typeable a => SgCommonBlockObject a -> IO CSize | ||||
| Stub for ::SgCommonBlockObject::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| commonBlockObjectGetTraversalSuccessorByIndex :: Typeable a => SgCommonBlockObject a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgCommonBlockObject::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| commonBlockObjectGetTraversalSuccessorContainer :: Typeable a => SgCommonBlockObject a -> IO [SgNode ()] | ||||
| Stub for ::SgCommonBlockObject::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| commonBlockObjectGetTraversalSuccessorNamesContainer :: Typeable a => SgCommonBlockObject a -> IO [CString] | ||||
| Stub for ::SgCommonBlockObject::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| commonBlockObjectGetVariableReferenceList :: Typeable a => SgCommonBlockObject a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgCommonBlockObject::get_variable_reference_list of type class ::SgExprListExp*() | ||||
| commonBlockObjectIsInMemoryPool :: Typeable a => SgCommonBlockObject a -> IO Bool | ||||
| Stub for ::SgCommonBlockObject::isInMemoryPool of type bool () | ||||
| commonBlockObjectMemoryUsage :: IO CSize | ||||
| Stub for ::SgCommonBlockObject::memoryUsage of type ::size_t() | ||||
| commonBlockObjectNumberOfNodes :: IO CSize | ||||
| Stub for ::SgCommonBlockObject::numberOfNodes of type ::size_t() | ||||
| commonBlockObjectSageClassName :: Typeable a => SgCommonBlockObject a -> IO String | ||||
| Stub for ::SgCommonBlockObject::sage_class_name of type const char *() | ||||
| commonBlockObjectSetBlockName :: Typeable a => SgCommonBlockObject a -> String -> IO () | ||||
| Stub for ::SgCommonBlockObject::set_block_name of type void (::std::string) | ||||
| commonBlockObjectSetVariableReferenceList :: (Typeable a, Typeable b) => SgCommonBlockObject a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgCommonBlockObject::set_variable_reference_list of type void (class ::SgExprListExp*) | ||||
| commonBlockObjectVariantT :: Typeable a => SgCommonBlockObject a -> IO VariantT | ||||
| Stub for ::SgCommonBlockObject::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |