| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmPEExportSection :: Typeable a => SgNode a -> IO (Maybe (SgAsmPEExportSection ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmPEExportSection. | ||||
| upSgAsmPEExportSection :: Typeable a => SgAsmPEExportSection a -> SgAsmPEExportSection () | ||||
| Performs an upcast of a SgAsmPEExportSection subtype to a SgAsmPEExportSection. | ||||
| newAsmPEExportSection :: Typeable a => SgAsmPEFileHeader a -> IO (SgAsmPEExportSection ()) | ||||
| Stub for ::SgAsmPEExportSection::SgAsmPEExportSection of type void (class ::SgAsmPEFileHeader*) | ||||
| newAsmPEExportSection2 :: IO (SgAsmPEExportSection ()) | ||||
| Stub for ::SgAsmPEExportSection::SgAsmPEExportSection of type void () | ||||
| asmPEExportSectionAddEntry :: (Typeable a, Typeable b) => SgAsmPEExportSection a -> SgAsmPEExportEntry b -> IO () | ||||
| Stub for ::SgAsmPEExportSection::add_entry of type void (class ::SgAsmPEExportEntry*) | ||||
| asmPEExportSectionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmPEExportSection a -> IO () | ||||
| Stub for ::SgAsmPEExportSection::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmPEExportSectionClassName :: Typeable a => SgAsmPEExportSection a -> IO String | ||||
| Stub for ::SgAsmPEExportSection::class_name of type ::std::string() | ||||
| asmPEExportSectionDump :: Typeable a => SgAsmPEExportSection a -> Ptr CFile -> String -> CLong -> IO () | ||||
| Stub for ::SgAsmPEExportSection::dump of type void (::FILE*, const char *, ::ssize_t) | ||||
| asmPEExportSectionGetChildIndex :: (Typeable a, Typeable b) => SgAsmPEExportSection a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmPEExportSection::getChildIndex of type long (class ::SgNode*) | ||||
| asmPEExportSectionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmPEExportSection a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmPEExportSection::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmPEExportSectionGetExportDir :: Typeable a => SgAsmPEExportSection a -> IO (SgAsmPEExportDirectory ()) | ||||
| Stub for ::SgAsmPEExportSection::get_export_dir of type class ::SgAsmPEExportDirectory*() | ||||
| asmPEExportSectionGetExports :: Typeable a => SgAsmPEExportSection a -> IO (SgAsmPEExportEntryList ()) | ||||
| Stub for ::SgAsmPEExportSection::get_exports of type class ::SgAsmPEExportEntryList*() | ||||
| asmPEExportSectionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmPEExportSection a -> IO CSize | ||||
| Stub for ::SgAsmPEExportSection::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmPEExportSectionGetTraversalSuccessorByIndex :: Typeable a => SgAsmPEExportSection a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmPEExportSection::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmPEExportSectionGetTraversalSuccessorContainer :: Typeable a => SgAsmPEExportSection a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmPEExportSection::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmPEExportSectionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmPEExportSection a -> IO [CString] | ||||
| Stub for ::SgAsmPEExportSection::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmPEExportSectionIsInMemoryPool :: Typeable a => SgAsmPEExportSection a -> IO Bool | ||||
| Stub for ::SgAsmPEExportSection::isInMemoryPool of type bool () | ||||
| asmPEExportSectionMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmPEExportSection::memoryUsage of type ::size_t() | ||||
| asmPEExportSectionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmPEExportSection::numberOfNodes of type ::size_t() | ||||
| asmPEExportSectionParse :: Typeable a => SgAsmPEExportSection a -> IO (SgAsmPEExportSection ()) | ||||
| Stub for ::SgAsmPEExportSection::parse of type class ::SgAsmPEExportSection*() | ||||
| asmPEExportSectionSageClassName :: Typeable a => SgAsmPEExportSection a -> IO String | ||||
| Stub for ::SgAsmPEExportSection::sage_class_name of type const char *() | ||||
| asmPEExportSectionSetExportDir :: (Typeable a, Typeable b) => SgAsmPEExportSection a -> SgAsmPEExportDirectory b -> IO () | ||||
| Stub for ::SgAsmPEExportSection::set_export_dir of type void (class ::SgAsmPEExportDirectory*) | ||||
| asmPEExportSectionSetExports :: (Typeable a, Typeable b) => SgAsmPEExportSection a -> SgAsmPEExportEntryList b -> IO () | ||||
| Stub for ::SgAsmPEExportSection::set_exports of type void (class ::SgAsmPEExportEntryList*) | ||||
| asmPEExportSectionVariantT :: Typeable a => SgAsmPEExportSection a -> IO VariantT | ||||
| Stub for ::SgAsmPEExportSection::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |