| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmDwarfEnumerator :: Typeable a => SgNode a -> IO (Maybe (SgAsmDwarfEnumerator ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmDwarfEnumerator. | ||||
| upSgAsmDwarfEnumerator :: Typeable a => SgAsmDwarfEnumerator a -> SgAsmDwarfEnumerator () | ||||
| Performs an upcast of a SgAsmDwarfEnumerator subtype to a SgAsmDwarfEnumerator. | ||||
| newAsmDwarfEnumerator :: CInt -> Word64 -> Word64 -> IO (SgAsmDwarfEnumerator ()) | ||||
| Stub for ::SgAsmDwarfEnumerator::SgAsmDwarfEnumerator of type void (int , ::uint64_t, ::uint64_t) | ||||
| asmDwarfEnumeratorCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmDwarfEnumerator a -> IO () | ||||
| Stub for ::SgAsmDwarfEnumerator::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmDwarfEnumeratorClassName :: Typeable a => SgAsmDwarfEnumerator a -> IO String | ||||
| Stub for ::SgAsmDwarfEnumerator::class_name of type ::std::string() | ||||
| asmDwarfEnumeratorGetChildIndex :: (Typeable a, Typeable b) => SgAsmDwarfEnumerator a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmDwarfEnumerator::getChildIndex of type long (class ::SgNode*) | ||||
| asmDwarfEnumeratorGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmDwarfEnumerator a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmDwarfEnumerator::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmDwarfEnumeratorGetNumberOfTraversalSuccessors :: Typeable a => SgAsmDwarfEnumerator a -> IO CSize | ||||
| Stub for ::SgAsmDwarfEnumerator::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmDwarfEnumeratorGetTraversalSuccessorByIndex :: Typeable a => SgAsmDwarfEnumerator a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmDwarfEnumerator::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmDwarfEnumeratorGetTraversalSuccessorContainer :: Typeable a => SgAsmDwarfEnumerator a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmDwarfEnumerator::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmDwarfEnumeratorGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmDwarfEnumerator a -> IO [CString] | ||||
| Stub for ::SgAsmDwarfEnumerator::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmDwarfEnumeratorIsInMemoryPool :: Typeable a => SgAsmDwarfEnumerator a -> IO Bool | ||||
| Stub for ::SgAsmDwarfEnumerator::isInMemoryPool of type bool () | ||||
| asmDwarfEnumeratorMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmDwarfEnumerator::memoryUsage of type ::size_t() | ||||
| asmDwarfEnumeratorNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmDwarfEnumerator::numberOfNodes of type ::size_t() | ||||
| asmDwarfEnumeratorSageClassName :: Typeable a => SgAsmDwarfEnumerator a -> IO String | ||||
| Stub for ::SgAsmDwarfEnumerator::sage_class_name of type const char *() | ||||
| asmDwarfEnumeratorVariantT :: Typeable a => SgAsmDwarfEnumerator a -> IO VariantT | ||||
| Stub for ::SgAsmDwarfEnumerator::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |