| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmNESection :: Typeable a => SgNode a -> IO (Maybe (SgAsmNESection ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmNESection. | ||||
| upSgAsmNESection :: Typeable a => SgAsmNESection a -> SgAsmNESection () | ||||
| Performs an upcast of a SgAsmNESection subtype to a SgAsmNESection. | ||||
| newAsmNESection :: Typeable a => SgAsmNEFileHeader a -> IO (SgAsmNESection ()) | ||||
| Stub for ::SgAsmNESection::SgAsmNESection of type void (class ::SgAsmNEFileHeader*) | ||||
| newAsmNESection2 :: IO (SgAsmNESection ()) | ||||
| Stub for ::SgAsmNESection::SgAsmNESection of type void () | ||||
| asmNESectionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmNESection a -> IO () | ||||
| Stub for ::SgAsmNESection::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmNESectionClassName :: Typeable a => SgAsmNESection a -> IO String | ||||
| Stub for ::SgAsmNESection::class_name of type ::std::string() | ||||
| asmNESectionDump :: Typeable a => SgAsmNESection a -> Ptr CFile -> String -> CLong -> IO () | ||||
| Stub for ::SgAsmNESection::dump of type void (::FILE*, const char *, ::ssize_t) | ||||
| asmNESectionGetChildIndex :: (Typeable a, Typeable b) => SgAsmNESection a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmNESection::getChildIndex of type long (class ::SgNode*) | ||||
| asmNESectionGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmNESection a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmNESection::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmNESectionGetNumberOfTraversalSuccessors :: Typeable a => SgAsmNESection a -> IO CSize | ||||
| Stub for ::SgAsmNESection::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmNESectionGetRelocTable :: Typeable a => SgAsmNESection a -> IO (SgAsmNERelocTable ()) | ||||
| Stub for ::SgAsmNESection::get_reloc_table of type class ::SgAsmNERelocTable*() | ||||
| asmNESectionGetStEntry :: Typeable a => SgAsmNESection a -> IO (SgAsmNESectionTableEntry ()) | ||||
| Stub for ::SgAsmNESection::get_st_entry of type class ::SgAsmNESectionTableEntry*() | ||||
| asmNESectionGetTraversalSuccessorByIndex :: Typeable a => SgAsmNESection a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmNESection::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmNESectionGetTraversalSuccessorContainer :: Typeable a => SgAsmNESection a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmNESection::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmNESectionGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmNESection a -> IO [CString] | ||||
| Stub for ::SgAsmNESection::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmNESectionIsInMemoryPool :: Typeable a => SgAsmNESection a -> IO Bool | ||||
| Stub for ::SgAsmNESection::isInMemoryPool of type bool () | ||||
| asmNESectionMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmNESection::memoryUsage of type ::size_t() | ||||
| asmNESectionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmNESection::numberOfNodes of type ::size_t() | ||||
| asmNESectionSageClassName :: Typeable a => SgAsmNESection a -> IO String | ||||
| Stub for ::SgAsmNESection::sage_class_name of type const char *() | ||||
| asmNESectionSetRelocTable :: (Typeable a, Typeable b) => SgAsmNESection a -> SgAsmNERelocTable b -> IO () | ||||
| Stub for ::SgAsmNESection::set_reloc_table of type void (class ::SgAsmNERelocTable*) | ||||
| asmNESectionSetStEntry :: (Typeable a, Typeable b) => SgAsmNESection a -> SgAsmNESectionTableEntry b -> IO () | ||||
| Stub for ::SgAsmNESection::set_st_entry of type void (class ::SgAsmNESectionTableEntry*) | ||||
| asmNESectionVariantT :: Typeable a => SgAsmNESection a -> IO VariantT | ||||
| Stub for ::SgAsmNESection::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |