| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmNERelocTable :: Typeable a => SgNode a -> IO (Maybe (SgAsmNERelocTable ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmNERelocTable. | ||||
| upSgAsmNERelocTable :: Typeable a => SgAsmNERelocTable a -> SgAsmNERelocTable () | ||||
| Performs an upcast of a SgAsmNERelocTable subtype to a SgAsmNERelocTable. | ||||
| newAsmNERelocTable :: (Typeable a, Typeable b) => SgAsmNEFileHeader a -> SgAsmNESection b -> IO (SgAsmNERelocTable ()) | ||||
| Stub for ::SgAsmNERelocTable::SgAsmNERelocTable of type void (class ::SgAsmNEFileHeader*, class ::SgAsmNESection*) | ||||
| newAsmNERelocTable2 :: IO (SgAsmNERelocTable ()) | ||||
| Stub for ::SgAsmNERelocTable::SgAsmNERelocTable of type void () | ||||
| asmNERelocTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmNERelocTable a -> IO () | ||||
| Stub for ::SgAsmNERelocTable::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmNERelocTableClassName :: Typeable a => SgAsmNERelocTable a -> IO String | ||||
| Stub for ::SgAsmNERelocTable::class_name of type ::std::string() | ||||
| asmNERelocTableDump :: Typeable a => SgAsmNERelocTable a -> Ptr CFile -> String -> CLong -> IO () | ||||
| Stub for ::SgAsmNERelocTable::dump of type void (::FILE*, const char *, ::ssize_t) | ||||
| asmNERelocTableGetChildIndex :: (Typeable a, Typeable b) => SgAsmNERelocTable a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmNERelocTable::getChildIndex of type long (class ::SgNode*) | ||||
| asmNERelocTableGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmNERelocTable a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmNERelocTable::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmNERelocTableGetEntries :: Typeable a => SgAsmNERelocTable a -> IO [SgAsmNERelocEntry ()] | ||||
| Stub for ::SgAsmNERelocTable::get_entries of type ::SgAsmNERelocEntryPtrList() | ||||
| asmNERelocTableGetNumberOfTraversalSuccessors :: Typeable a => SgAsmNERelocTable a -> IO CSize | ||||
| Stub for ::SgAsmNERelocTable::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmNERelocTableGetTraversalSuccessorByIndex :: Typeable a => SgAsmNERelocTable a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmNERelocTable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmNERelocTableGetTraversalSuccessorContainer :: Typeable a => SgAsmNERelocTable a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmNERelocTable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmNERelocTableGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmNERelocTable a -> IO [CString] | ||||
| Stub for ::SgAsmNERelocTable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmNERelocTableIsInMemoryPool :: Typeable a => SgAsmNERelocTable a -> IO Bool | ||||
| Stub for ::SgAsmNERelocTable::isInMemoryPool of type bool () | ||||
| asmNERelocTableMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmNERelocTable::memoryUsage of type ::size_t() | ||||
| asmNERelocTableNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmNERelocTable::numberOfNodes of type ::size_t() | ||||
| asmNERelocTableSageClassName :: Typeable a => SgAsmNERelocTable a -> IO String | ||||
| Stub for ::SgAsmNERelocTable::sage_class_name of type const char *() | ||||
| asmNERelocTableSetEntries :: Typeable a => SgAsmNERelocTable a -> [SgAsmNERelocEntry ()] -> IO () | ||||
| Stub for ::SgAsmNERelocTable::set_entries of type void (::SgAsmNERelocEntryPtrList) | ||||
| asmNERelocTableVariantT :: Typeable a => SgAsmNERelocTable a -> IO VariantT | ||||
| Stub for ::SgAsmNERelocTable::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |