| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmPESectionTable :: Typeable a => SgNode a -> IO (Maybe (SgAsmPESectionTable ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmPESectionTable. | ||||
| upSgAsmPESectionTable :: Typeable a => SgAsmPESectionTable a -> SgAsmPESectionTable () | ||||
| Performs an upcast of a SgAsmPESectionTable subtype to a SgAsmPESectionTable. | ||||
| newAsmPESectionTable :: Typeable a => SgAsmPEFileHeader a -> IO (SgAsmPESectionTable ()) | ||||
| Stub for ::SgAsmPESectionTable::SgAsmPESectionTable of type void (class ::SgAsmPEFileHeader*) | ||||
| newAsmPESectionTable2 :: IO (SgAsmPESectionTable ()) | ||||
| Stub for ::SgAsmPESectionTable::SgAsmPESectionTable of type void () | ||||
| asmPESectionTableAddSection :: (Typeable a, Typeable b) => SgAsmPESectionTable a -> SgAsmPESection b -> IO () | ||||
| Stub for ::SgAsmPESectionTable::add_section of type void (class ::SgAsmPESection*) | ||||
| asmPESectionTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmPESectionTable a -> IO () | ||||
| Stub for ::SgAsmPESectionTable::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmPESectionTableClassName :: Typeable a => SgAsmPESectionTable a -> IO String | ||||
| Stub for ::SgAsmPESectionTable::class_name of type ::std::string() | ||||
| asmPESectionTableDump :: Typeable a => SgAsmPESectionTable a -> Ptr CFile -> String -> CLong -> IO () | ||||
| Stub for ::SgAsmPESectionTable::dump of type void (::FILE*, const char *, ::ssize_t) | ||||
| asmPESectionTableGetChildIndex :: (Typeable a, Typeable b) => SgAsmPESectionTable a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmPESectionTable::getChildIndex of type long (class ::SgNode*) | ||||
| asmPESectionTableGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmPESectionTable a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmPESectionTable::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmPESectionTableGetNumberOfTraversalSuccessors :: Typeable a => SgAsmPESectionTable a -> IO CSize | ||||
| Stub for ::SgAsmPESectionTable::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmPESectionTableGetTraversalSuccessorByIndex :: Typeable a => SgAsmPESectionTable a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmPESectionTable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmPESectionTableGetTraversalSuccessorContainer :: Typeable a => SgAsmPESectionTable a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmPESectionTable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmPESectionTableGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmPESectionTable a -> IO [CString] | ||||
| Stub for ::SgAsmPESectionTable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmPESectionTableIsInMemoryPool :: Typeable a => SgAsmPESectionTable a -> IO Bool | ||||
| Stub for ::SgAsmPESectionTable::isInMemoryPool of type bool () | ||||
| asmPESectionTableMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmPESectionTable::memoryUsage of type ::size_t() | ||||
| asmPESectionTableNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmPESectionTable::numberOfNodes of type ::size_t() | ||||
| asmPESectionTableParse :: Typeable a => SgAsmPESectionTable a -> IO (SgAsmPESectionTable ()) | ||||
| Stub for ::SgAsmPESectionTable::parse of type class ::SgAsmPESectionTable*() | ||||
| asmPESectionTableReallocate :: Typeable a => SgAsmPESectionTable a -> IO Bool | ||||
| Stub for ::SgAsmPESectionTable::reallocate of type bool () | ||||
| asmPESectionTableSageClassName :: Typeable a => SgAsmPESectionTable a -> IO String | ||||
| Stub for ::SgAsmPESectionTable::sage_class_name of type const char *() | ||||
| asmPESectionTableVariantT :: Typeable a => SgAsmPESectionTable a -> IO VariantT | ||||
| Stub for ::SgAsmPESectionTable::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |