| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfInformation :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfInformation ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfInformation. | ||||
| upSgAsmDwarfInformation :: Typeable a => SgAsmDwarfInformation a -> SgAsmDwarfInformation () | ||||
| Performs an upcast of a SgAsmDwarfInformation subtype to a SgAsmDwarfInformation. | ||||
| newAsmDwarfInformation :: IO (SgAsmDwarfInformation ()) | ||||
| Stub for ::SgAsmDwarfInformation::SgAsmDwarfInformation of type void () | ||||
| asmDwarfInformationCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfInformation a -> IO () | ||||
| Stub for ::SgAsmDwarfInformation::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfInformationClassName :: Typeable a => SgAsmDwarfInformation a -> IO String | ||||
| Stub for ::SgAsmDwarfInformation::class_name of type ::std::string() | ||||
| asmDwarfInformationGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfInformation a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfInformation::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfInformationGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfInformation a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfInformation::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfInformationGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfInformation a -> IO CSize | ||||
| Stub for ::SgAsmDwarfInformation::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfInformationGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfInformation a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfInformation::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfInformationGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfInformation a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfInformation::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfInformationGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfInformation a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfInformation::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfInformationIsInMemoryPool :: Typeable a => SgAsmDwarfInformation a -> IO Bool | ||||
| Stub for ::SgAsmDwarfInformation::isInMemoryPool of type bool () | ||||
| asmDwarfInformationMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfInformation::memoryUsage of type ::size_t() | ||||
| asmDwarfInformationNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfInformation::numberOfNodes of type ::size_t() | ||||
| asmDwarfInformationSageClassName :: Typeable a => SgAsmDwarfInformation a -> IO String | ||||
| Stub for ::SgAsmDwarfInformation::sage_class_name of type const char *() | ||||
| asmDwarfInformationVariantT :: Typeable a => SgAsmDwarfInformation a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfInformation::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |