| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgAsmTypeVector :: Typeable a => SgNode a -> IO (Maybe (SgAsmTypeVector ())) | ||||
| Attempts a dynamic cast of the given node to the type SgAsmTypeVector. | ||||
| upSgAsmTypeVector :: Typeable a => SgAsmTypeVector a -> SgAsmTypeVector () | ||||
| Performs an upcast of a SgAsmTypeVector subtype to a SgAsmTypeVector. | ||||
| newAsmTypeVector :: Typeable a => CInt -> SgAsmType a -> IO (SgAsmTypeVector ()) | ||||
| Stub for ::SgAsmTypeVector::SgAsmTypeVector of type void (int , class ::SgAsmType*) | ||||
| asmTypeVectorCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgAsmTypeVector a -> IO () | ||||
| Stub for ::SgAsmTypeVector::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| asmTypeVectorClassName :: Typeable a => SgAsmTypeVector a -> IO String | ||||
| Stub for ::SgAsmTypeVector::class_name of type ::std::string() | ||||
| asmTypeVectorCreateType :: Typeable a => CInt -> SgAsmType a -> IO (SgAsmTypeVector ()) | ||||
| Stub for ::SgAsmTypeVector::createType of type class ::SgAsmTypeVector*(int , class SgAsmType *) | ||||
| asmTypeVectorGetChildIndex :: (Typeable a, Typeable b) => SgAsmTypeVector a -> SgNode b -> IO CLong | ||||
| Stub for ::SgAsmTypeVector::getChildIndex of type long (class ::SgNode*) | ||||
| asmTypeVectorGetChildIndex2 :: (Typeable a, Typeable b) => SgAsmTypeVector a -> SgNode b -> IO CSize | ||||
| Stub for ::SgAsmTypeVector::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| asmTypeVectorGetElementCount :: Typeable a => SgAsmTypeVector a -> IO CInt | ||||
| Stub for ::SgAsmTypeVector::get_elementCount of type int () | ||||
| asmTypeVectorGetElementType :: Typeable a => SgAsmTypeVector a -> IO (SgAsmType ()) | ||||
| Stub for ::SgAsmTypeVector::get_elementType of type class ::SgAsmType*() | ||||
| asmTypeVectorGetNumberOfTraversalSuccessors :: Typeable a => SgAsmTypeVector a -> IO CSize | ||||
| Stub for ::SgAsmTypeVector::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| asmTypeVectorGetTraversalSuccessorByIndex :: Typeable a => SgAsmTypeVector a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgAsmTypeVector::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| asmTypeVectorGetTraversalSuccessorContainer :: Typeable a => SgAsmTypeVector a -> IO [SgNode ()] | ||||
| Stub for ::SgAsmTypeVector::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| asmTypeVectorGetTraversalSuccessorNamesContainer :: Typeable a => SgAsmTypeVector a -> IO [CString] | ||||
| Stub for ::SgAsmTypeVector::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| asmTypeVectorIsInMemoryPool :: Typeable a => SgAsmTypeVector a -> IO Bool | ||||
| Stub for ::SgAsmTypeVector::isInMemoryPool of type bool () | ||||
| asmTypeVectorMemoryUsage :: IO CSize | ||||
| Stub for ::SgAsmTypeVector::memoryUsage of type ::size_t() | ||||
| asmTypeVectorNumberOfNodes :: IO CSize | ||||
| Stub for ::SgAsmTypeVector::numberOfNodes of type ::size_t() | ||||
| asmTypeVectorSageClassName :: Typeable a => SgAsmTypeVector a -> IO String | ||||
| Stub for ::SgAsmTypeVector::sage_class_name of type const char *() | ||||
| asmTypeVectorSetElementCount :: Typeable a => SgAsmTypeVector a -> CInt -> IO () | ||||
| Stub for ::SgAsmTypeVector::set_elementCount of type void (int ) | ||||
| asmTypeVectorSetElementType :: (Typeable a, Typeable b) => SgAsmTypeVector a -> SgAsmType b -> IO () | ||||
| Stub for ::SgAsmTypeVector::set_elementType of type void (class ::SgAsmType*) | ||||
| asmTypeVectorVariantT :: Typeable a => SgAsmTypeVector a -> IO VariantT | ||||
| Stub for ::SgAsmTypeVector::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |