| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypedefSeq :: Typeable a => SgNode a -> IO (Maybe (SgTypedefSeq ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypedefSeq. | ||||
| upSgTypedefSeq :: Typeable a => SgTypedefSeq a -> SgTypedefSeq () | ||||
| Performs an upcast of a SgTypedefSeq subtype to a SgTypedefSeq. | ||||
| newTypedefSeq :: IO (SgTypedefSeq ()) | ||||
| Stub for ::SgTypedefSeq::SgTypedefSeq of type void () | ||||
| typedefSeqAppendTypedef :: (Typeable a, Typeable b) => SgTypedefSeq a -> SgType b -> IO () | ||||
| Stub for ::SgTypedefSeq::append_typedef of type void (class ::SgType*) | ||||
| typedefSeqCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypedefSeq a -> IO () | ||||
| Stub for ::SgTypedefSeq::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typedefSeqClassName :: Typeable a => SgTypedefSeq a -> IO String | ||||
| Stub for ::SgTypedefSeq::class_name of type ::std::string() | ||||
| typedefSeqGetChildIndex :: (Typeable a, Typeable b) => SgTypedefSeq a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypedefSeq::getChildIndex of type long (class ::SgNode*) | ||||
| typedefSeqGetChildIndex2 :: (Typeable a, Typeable b) => SgTypedefSeq a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypedefSeq::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typedefSeqGetNumberOfTraversalSuccessors :: Typeable a => SgTypedefSeq a -> IO CSize | ||||
| Stub for ::SgTypedefSeq::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typedefSeqGetTraversalSuccessorByIndex :: Typeable a => SgTypedefSeq a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypedefSeq::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typedefSeqGetTraversalSuccessorContainer :: Typeable a => SgTypedefSeq a -> IO [SgNode ()] | ||||
| Stub for ::SgTypedefSeq::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typedefSeqGetTraversalSuccessorNamesContainer :: Typeable a => SgTypedefSeq a -> IO [CString] | ||||
| Stub for ::SgTypedefSeq::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typedefSeqGetTypedefs :: Typeable a => SgTypedefSeq a -> IO [SgType ()] | ||||
| Stub for ::SgTypedefSeq::get_typedefs of type const ::SgTypePtrList&() | ||||
| typedefSeqIsInMemoryPool :: Typeable a => SgTypedefSeq a -> IO Bool | ||||
| Stub for ::SgTypedefSeq::isInMemoryPool of type bool () | ||||
| typedefSeqMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypedefSeq::memoryUsage of type ::size_t() | ||||
| typedefSeqNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypedefSeq::numberOfNodes of type ::size_t() | ||||
| typedefSeqSageClassName :: Typeable a => SgTypedefSeq a -> IO String | ||||
| Stub for ::SgTypedefSeq::sage_class_name of type const char *() | ||||
| typedefSeqVariantT :: Typeable a => SgTypedefSeq a -> IO VariantT | ||||
| Stub for ::SgTypedefSeq::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |