| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfClassType :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfClassType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfClassType. | ||||
| upSgAsmDwarfClassType :: Typeable a => SgAsmDwarfClassType a -> SgAsmDwarfClassType () | ||||
| Performs an upcast of a SgAsmDwarfClassType subtype to a SgAsmDwarfClassType. | ||||
| newAsmDwarfClassType :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfClassType ()) | ||||
| Stub for ::SgAsmDwarfClassType::SgAsmDwarfClassType of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfClassTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfClassType a -> IO () | ||||
| Stub for ::SgAsmDwarfClassType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfClassTypeClassName :: Typeable a => SgAsmDwarfClassType a -> IO String | ||||
| Stub for ::SgAsmDwarfClassType::class_name of type ::std::string() | ||||
| asmDwarfClassTypeGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfClassType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfClassType::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfClassTypeGetBody :: Typeable a => SgAsmDwarfClassType a -> IO (SgAsmDwarfConstructList ()) | ||||
| Stub for ::SgAsmDwarfClassType::get_body of type class ::SgAsmDwarfConstructList*() | ||||
| asmDwarfClassTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfClassType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfClassType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfClassTypeGetChildren :: Typeable a => SgAsmDwarfClassType a -> IO (SgAsmDwarfConstructList ()) | ||||
| Stub for ::SgAsmDwarfClassType::get_children of type class ::SgAsmDwarfConstructList*() | ||||
| asmDwarfClassTypeGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfClassType a -> IO CSize | ||||
| Stub for ::SgAsmDwarfClassType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfClassTypeGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfClassType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfClassType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfClassTypeGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfClassType a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfClassType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfClassTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfClassType a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfClassType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfClassTypeIsInMemoryPool :: Typeable a => SgAsmDwarfClassType a -> IO Bool | ||||
| Stub for ::SgAsmDwarfClassType::isInMemoryPool of type bool () | ||||
| asmDwarfClassTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfClassType::memoryUsage of type ::size_t() | ||||
| asmDwarfClassTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfClassType::numberOfNodes of type ::size_t() | ||||
| asmDwarfClassTypeSageClassName :: Typeable a => SgAsmDwarfClassType a -> IO String | ||||
| Stub for ::SgAsmDwarfClassType::sage_class_name of type const char *() | ||||
| asmDwarfClassTypeSetBody :: (Typeable a, Typeable b) => SgAsmDwarfClassType a -> SgAsmDwarfConstructList b -> IO () | ||||
| Stub for ::SgAsmDwarfClassType::set_body of type void (class ::SgAsmDwarfConstructList*) | ||||
| asmDwarfClassTypeVariantT :: Typeable a => SgAsmDwarfClassType a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfClassType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |