|
| ROSE.Sage3.Methods.SgAsmElfSymverSection |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgAsmElfSymverSection :: Typeable a => SgNode a -> IO (Maybe (SgAsmElfSymverSection ())) |
| Attempts a dynamic cast of the given node to the type SgAsmElfSymverSection.
|
|
| upSgAsmElfSymverSection :: Typeable a => SgAsmElfSymverSection a -> SgAsmElfSymverSection () |
| Performs an upcast of a SgAsmElfSymverSection subtype to a SgAsmElfSymverSection.
|
|
| newAsmElfSymverSection :: Typeable a => SgAsmElfFileHeader a -> IO (SgAsmElfSymverSection ()) |
| Stub for ::SgAsmElfSymverSection::SgAsmElfSymverSection of type void (class ::SgAsmElfFileHeader*)
|
|
| newAsmElfSymverSection2 :: IO (SgAsmElfSymverSection ()) |
| Stub for ::SgAsmElfSymverSection::SgAsmElfSymverSection of type void ()
|
|
| asmElfSymverSectionCalculateSizes :: Typeable a => SgAsmElfSymverSection a -> Ptr CSize -> Ptr CSize -> Ptr CSize -> Ptr CSize -> IO CULong |
| Stub for ::SgAsmElfSymverSection::calculate_sizes of type ::rose_addr_t(::size_t*, ::size_t*, ::size_t*, ::size_t*)
|
|
| asmElfSymverSectionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmElfSymverSection a -> IO () |
| Stub for ::SgAsmElfSymverSection::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| asmElfSymverSectionClassName :: Typeable a => SgAsmElfSymverSection a -> IO String |
| Stub for ::SgAsmElfSymverSection::class_name of type ::std::string()
|
|
| asmElfSymverSectionDump :: Typeable a => SgAsmElfSymverSection a -> Ptr CFile -> String -> CLong -> IO () |
| Stub for ::SgAsmElfSymverSection::dump of type void (::FILE*, const char *, ::ssize_t)
|
|
| asmElfSymverSectionGetChildIndex :: (Typeable a, Typeable b) => SgAsmElfSymverSection a -> SgNode b -> IO CLong |
| Stub for ::SgAsmElfSymverSection::getChildIndex of type long (class ::SgNode*)
|
|
| asmElfSymverSectionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmElfSymverSection a -> SgNode b -> IO CSize |
| Stub for ::SgAsmElfSymverSection::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| asmElfSymverSectionGetEntries :: Typeable a => SgAsmElfSymverSection a -> IO (SgAsmElfSymverEntryList ()) |
| Stub for ::SgAsmElfSymverSection::get_entries of type class ::SgAsmElfSymverEntryList*()
|
|
| asmElfSymverSectionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmElfSymverSection a -> IO CSize |
| Stub for ::SgAsmElfSymverSection::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| asmElfSymverSectionGetTraversalSuccessorByIndex :: Typeable a => SgAsmElfSymverSection a -> CSize -> IO (SgNode ()) |
| Stub for ::SgAsmElfSymverSection::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| asmElfSymverSectionGetTraversalSuccessorContainer :: Typeable a => SgAsmElfSymverSection a -> IO [SgNode ()] |
| Stub for ::SgAsmElfSymverSection::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| asmElfSymverSectionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmElfSymverSection a -> IO [CString] |
| Stub for ::SgAsmElfSymverSection::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| asmElfSymverSectionIsInMemoryPool :: Typeable a => SgAsmElfSymverSection a -> IO Bool |
| Stub for ::SgAsmElfSymverSection::isInMemoryPool of type bool ()
|
|
| asmElfSymverSectionMemoryUsage :: IO CSize |
| Stub for ::SgAsmElfSymverSection::memoryUsage of type ::size_t()
|
|
| asmElfSymverSectionNumberOfNodes :: IO CSize |
| Stub for ::SgAsmElfSymverSection::numberOfNodes of type ::size_t()
|
|
| asmElfSymverSectionParse :: Typeable a => SgAsmElfSymverSection a -> IO (SgAsmElfSymverSection ()) |
| Stub for ::SgAsmElfSymverSection::parse of type class ::SgAsmElfSymverSection*()
|
|
| asmElfSymverSectionSageClassName :: Typeable a => SgAsmElfSymverSection a -> IO String |
| Stub for ::SgAsmElfSymverSection::sage_class_name of type const char *()
|
|
| asmElfSymverSectionSetEntries :: (Typeable a, Typeable b) => SgAsmElfSymverSection a -> SgAsmElfSymverEntryList b -> IO () |
| Stub for ::SgAsmElfSymverSection::set_entries of type void (class ::SgAsmElfSymverEntryList*)
|
|
| asmElfSymverSectionVariantT :: Typeable a => SgAsmElfSymverSection a -> IO VariantT |
| Stub for ::SgAsmElfSymverSection::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |