| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeGlobalVoid :: Typeable a => SgNode a -> IO (Maybe (SgTypeGlobalVoid ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeGlobalVoid. | ||||
| upSgTypeGlobalVoid :: Typeable a => SgTypeGlobalVoid a -> SgTypeGlobalVoid () | ||||
| Performs an upcast of a SgTypeGlobalVoid subtype to a SgTypeGlobalVoid. | ||||
| newTypeGlobalVoid :: IO (SgTypeGlobalVoid ()) | ||||
| Stub for ::SgTypeGlobalVoid::SgTypeGlobalVoid of type void () | ||||
| typeGlobalVoidCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeGlobalVoid a -> IO () | ||||
| Stub for ::SgTypeGlobalVoid::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeGlobalVoidClassName :: Typeable a => SgTypeGlobalVoid a -> IO String | ||||
| Stub for ::SgTypeGlobalVoid::class_name of type ::std::string() | ||||
| typeGlobalVoidCreateType :: Typeable a => SgExpression a -> IO (SgTypeGlobalVoid ()) | ||||
| Stub for ::SgTypeGlobalVoid::createType of type class ::SgTypeGlobalVoid*(class SgExpression *) | ||||
| typeGlobalVoidGetChildIndex :: (Typeable a, Typeable b) => SgTypeGlobalVoid a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeGlobalVoid::getChildIndex of type long (class ::SgNode*) | ||||
| typeGlobalVoidGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeGlobalVoid a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeGlobalVoid::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeGlobalVoidGetMangled :: Typeable a => SgTypeGlobalVoid a -> IO String | ||||
| Stub for ::SgTypeGlobalVoid::get_mangled of type class ::SgName() | ||||
| typeGlobalVoidGetNumberOfTraversalSuccessors :: Typeable a => SgTypeGlobalVoid a -> IO CSize | ||||
| Stub for ::SgTypeGlobalVoid::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeGlobalVoidGetTraversalSuccessorByIndex :: Typeable a => SgTypeGlobalVoid a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeGlobalVoid::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeGlobalVoidGetTraversalSuccessorContainer :: Typeable a => SgTypeGlobalVoid a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeGlobalVoid::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeGlobalVoidGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeGlobalVoid a -> IO [CString] | ||||
| Stub for ::SgTypeGlobalVoid::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeGlobalVoidIsInMemoryPool :: Typeable a => SgTypeGlobalVoid a -> IO Bool | ||||
| Stub for ::SgTypeGlobalVoid::isInMemoryPool of type bool () | ||||
| typeGlobalVoidMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeGlobalVoid::memoryUsage of type ::size_t() | ||||
| typeGlobalVoidNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeGlobalVoid::numberOfNodes of type ::size_t() | ||||
| typeGlobalVoidSageClassName :: Typeable a => SgTypeGlobalVoid a -> IO String | ||||
| Stub for ::SgTypeGlobalVoid::sage_class_name of type const char *() | ||||
| typeGlobalVoidVariantT :: Typeable a => SgTypeGlobalVoid a -> IO VariantT | ||||
| Stub for ::SgTypeGlobalVoid::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |