| ||||
| ||||
Synopsis | ||||
Documentation | ||||
isSgPointerType :: Typeable a => SgNode a -> IO (Maybe (SgPointerType ())) | ||||
Attempts a dynamic cast of the given node to the type SgPointerType. | ||||
upSgPointerType :: Typeable a => SgPointerType a -> SgPointerType () | ||||
Performs an upcast of a SgPointerType subtype to a SgPointerType. | ||||
newPointerType :: Typeable a => SgType a -> IO (SgPointerType ()) | ||||
Stub for ::SgPointerType::SgPointerType of type void (class ::SgType*) | ||||
pointerTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgPointerType a -> IO () | ||||
Stub for ::SgPointerType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
pointerTypeClassName :: Typeable a => SgPointerType a -> IO String | ||||
Stub for ::SgPointerType::class_name of type ::std::string() | ||||
pointerTypeCreateType :: (Typeable a, Typeable b) => SgType a -> SgExpression b -> IO (SgPointerType ()) | ||||
Stub for ::SgPointerType::createType of type class ::SgPointerType*(class SgType *, class SgExpression *) | ||||
pointerTypeGetChildIndex :: (Typeable a, Typeable b) => SgPointerType a -> SgNode b -> IO CLong | ||||
Stub for ::SgPointerType::getChildIndex of type long (class ::SgNode*) | ||||
pointerTypeGetBaseType :: Typeable a => SgPointerType a -> IO (SgType ()) | ||||
Stub for ::SgPointerType::get_base_type of type class ::SgType*() | ||||
pointerTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgPointerType a -> SgNode b -> IO CSize | ||||
Stub for ::SgPointerType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
pointerTypeGetMangled :: Typeable a => SgPointerType a -> IO String | ||||
Stub for ::SgPointerType::get_mangled of type class ::SgName() | ||||
pointerTypeGetNumberOfTraversalSuccessors :: Typeable a => SgPointerType a -> IO CSize | ||||
Stub for ::SgPointerType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
pointerTypeGetTraversalSuccessorByIndex :: Typeable a => SgPointerType a -> CSize -> IO (SgNode ()) | ||||
Stub for ::SgPointerType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
pointerTypeGetTraversalSuccessorContainer :: Typeable a => SgPointerType a -> IO [SgNode ()] | ||||
Stub for ::SgPointerType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
pointerTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgPointerType a -> IO [CString] | ||||
Stub for ::SgPointerType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
pointerTypeIsInMemoryPool :: Typeable a => SgPointerType a -> IO Bool | ||||
Stub for ::SgPointerType::isInMemoryPool of type bool () | ||||
pointerTypeMemoryUsage :: IO CSize | ||||
Stub for ::SgPointerType::memoryUsage of type ::size_t() | ||||
pointerTypeNumberOfNodes :: IO CSize | ||||
Stub for ::SgPointerType::numberOfNodes of type ::size_t() | ||||
pointerTypeSageClassName :: Typeable a => SgPointerType a -> IO String | ||||
Stub for ::SgPointerType::sage_class_name of type const char *() | ||||
pointerTypeSetBaseType :: (Typeable a, Typeable b) => SgPointerType a -> SgType b -> IO () | ||||
Stub for ::SgPointerType::set_base_type of type void (class ::SgType*) | ||||
pointerTypeVariantT :: Typeable a => SgPointerType a -> IO VariantT | ||||
Stub for ::SgPointerType::variantT of type enum ::VariantT() | ||||
Produced by Haddock version 2.4.2 |