rose-0.9.5.1: Bindings for the ROSE compilerContentsIndex
ROSE.Sage3.Methods.SgAsmPEImportLookupTable
Synopsis
isSgAsmPEImportLookupTable :: Typeable a => SgNode a -> IO (Maybe (SgAsmPEImportLookupTable ()))
upSgAsmPEImportLookupTable :: Typeable a => SgAsmPEImportLookupTable a -> SgAsmPEImportLookupTable ()
newAsmPEImportLookupTable :: IO (SgAsmPEImportLookupTable ())
asmPEImportLookupTableAddEntry :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgAsmPEImportILTEntry b -> CSize -> IO CSize
asmPEImportLookupTableAddName :: Typeable a => SgAsmPEImportLookupTable a -> String -> CSize -> CSize -> IO CSize
asmPEImportLookupTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmPEImportLookupTable a -> IO ()
asmPEImportLookupTableClassName :: Typeable a => SgAsmPEImportLookupTable a -> IO String
asmPEImportLookupTableDump :: Typeable a => SgAsmPEImportLookupTable a -> Ptr CFile -> String -> CLong -> IO ()
asmPEImportLookupTableGetChildIndex :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgNode b -> IO CLong
asmPEImportLookupTableGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgNode b -> IO CSize
asmPEImportLookupTableGetEntries :: Typeable a => SgAsmPEImportLookupTable a -> IO (SgAsmPEImportILTEntryList ())
asmPEImportLookupTableGetNumberOfTraversalSuccessors :: Typeable a => SgAsmPEImportLookupTable a -> IO CSize
asmPEImportLookupTableGetTraversalSuccessorByIndex :: Typeable a => SgAsmPEImportLookupTable a -> CSize -> IO (SgNode ())
asmPEImportLookupTableGetTraversalSuccessorContainer :: Typeable a => SgAsmPEImportLookupTable a -> IO [SgNode ()]
asmPEImportLookupTableGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmPEImportLookupTable a -> IO [CString]
asmPEImportLookupTableIsInMemoryPool :: Typeable a => SgAsmPEImportLookupTable a -> IO Bool
asmPEImportLookupTableMemoryUsage :: IO CSize
asmPEImportLookupTableNumberOfNodes :: IO CSize
asmPEImportLookupTableSageClassName :: Typeable a => SgAsmPEImportLookupTable a -> IO String
asmPEImportLookupTableSetEntries :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgAsmPEImportILTEntryList b -> IO ()
asmPEImportLookupTableVariantT :: Typeable a => SgAsmPEImportLookupTable a -> IO VariantT
Documentation
isSgAsmPEImportLookupTable :: Typeable a => SgNode a -> IO (Maybe (SgAsmPEImportLookupTable ()))
Attempts a dynamic cast of the given node to the type SgAsmPEImportLookupTable.
upSgAsmPEImportLookupTable :: Typeable a => SgAsmPEImportLookupTable a -> SgAsmPEImportLookupTable ()
Performs an upcast of a SgAsmPEImportLookupTable subtype to a SgAsmPEImportLookupTable.
newAsmPEImportLookupTable :: IO (SgAsmPEImportLookupTable ())
Stub for ::SgAsmPEImportLookupTable::SgAsmPEImportLookupTable of type void ()
asmPEImportLookupTableAddEntry :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgAsmPEImportILTEntry b -> CSize -> IO CSize
Stub for ::SgAsmPEImportLookupTable::add_entry of type ::size_t(class ::SgAsmPEImportILTEntry*, ::size_t)
asmPEImportLookupTableAddName :: Typeable a => SgAsmPEImportLookupTable a -> String -> CSize -> CSize -> IO CSize
Stub for ::SgAsmPEImportLookupTable::add_name of type ::size_t(const ::std::string&, ::size_t, ::size_t)
asmPEImportLookupTableCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmPEImportLookupTable a -> IO ()
Stub for ::SgAsmPEImportLookupTable::checkDataMemberPointersIfInMemoryPool of type void ()
asmPEImportLookupTableClassName :: Typeable a => SgAsmPEImportLookupTable a -> IO String
Stub for ::SgAsmPEImportLookupTable::class_name of type ::std::string()
asmPEImportLookupTableDump :: Typeable a => SgAsmPEImportLookupTable a -> Ptr CFile -> String -> CLong -> IO ()
Stub for ::SgAsmPEImportLookupTable::dump of type void (::FILE*, const char *, ::ssize_t)
asmPEImportLookupTableGetChildIndex :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgNode b -> IO CLong
Stub for ::SgAsmPEImportLookupTable::getChildIndex of type long (class ::SgNode*)
asmPEImportLookupTableGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgNode b -> IO CSize
Stub for ::SgAsmPEImportLookupTable::get_childIndex of type ::size_t(class ::SgNode*)
asmPEImportLookupTableGetEntries :: Typeable a => SgAsmPEImportLookupTable a -> IO (SgAsmPEImportILTEntryList ())
Stub for ::SgAsmPEImportLookupTable::get_entries of type class ::SgAsmPEImportILTEntryList*()
asmPEImportLookupTableGetNumberOfTraversalSuccessors :: Typeable a => SgAsmPEImportLookupTable a -> IO CSize
Stub for ::SgAsmPEImportLookupTable::get_numberOfTraversalSuccessors of type ::size_t()
asmPEImportLookupTableGetTraversalSuccessorByIndex :: Typeable a => SgAsmPEImportLookupTable a -> CSize -> IO (SgNode ())
Stub for ::SgAsmPEImportLookupTable::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
asmPEImportLookupTableGetTraversalSuccessorContainer :: Typeable a => SgAsmPEImportLookupTable a -> IO [SgNode ()]
Stub for ::SgAsmPEImportLookupTable::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
asmPEImportLookupTableGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmPEImportLookupTable a -> IO [CString]
Stub for ::SgAsmPEImportLookupTable::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
asmPEImportLookupTableIsInMemoryPool :: Typeable a => SgAsmPEImportLookupTable a -> IO Bool
Stub for ::SgAsmPEImportLookupTable::isInMemoryPool of type bool ()
asmPEImportLookupTableMemoryUsage :: IO CSize
Stub for ::SgAsmPEImportLookupTable::memoryUsage of type ::size_t()
asmPEImportLookupTableNumberOfNodes :: IO CSize
Stub for ::SgAsmPEImportLookupTable::numberOfNodes of type ::size_t()
asmPEImportLookupTableSageClassName :: Typeable a => SgAsmPEImportLookupTable a -> IO String
Stub for ::SgAsmPEImportLookupTable::sage_class_name of type const char *()
asmPEImportLookupTableSetEntries :: (Typeable a, Typeable b) => SgAsmPEImportLookupTable a -> SgAsmPEImportILTEntryList b -> IO ()
Stub for ::SgAsmPEImportLookupTable::set_entries of type void (class ::SgAsmPEImportILTEntryList*)
asmPEImportLookupTableVariantT :: Typeable a => SgAsmPEImportLookupTable a -> IO VariantT
Stub for ::SgAsmPEImportLookupTable::variantT of type enum ::VariantT()
Produced by Haddock version 2.4.2