| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTemplateType :: Typeable a => SgNode a -> IO (Maybe (SgTemplateType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTemplateType. | ||||
| upSgTemplateType :: Typeable a => SgTemplateType a -> SgTemplateType () | ||||
| Performs an upcast of a SgTemplateType subtype to a SgTemplateType. | ||||
| newTemplateType :: IO (SgTemplateType ()) | ||||
| Stub for ::SgTemplateType::SgTemplateType of type void () | ||||
| templateTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTemplateType a -> IO () | ||||
| Stub for ::SgTemplateType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| templateTypeClassName :: Typeable a => SgTemplateType a -> IO String | ||||
| Stub for ::SgTemplateType::class_name of type ::std::string() | ||||
| templateTypeGetChildIndex :: (Typeable a, Typeable b) => SgTemplateType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTemplateType::getChildIndex of type long (class ::SgNode*) | ||||
| templateTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgTemplateType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTemplateType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| templateTypeGetMangled :: Typeable a => SgTemplateType a -> IO String | ||||
| Stub for ::SgTemplateType::get_mangled of type class ::SgName() | ||||
| templateTypeGetNumberOfTraversalSuccessors :: Typeable a => SgTemplateType a -> IO CSize | ||||
| Stub for ::SgTemplateType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| templateTypeGetTraversalSuccessorByIndex :: Typeable a => SgTemplateType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTemplateType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| templateTypeGetTraversalSuccessorContainer :: Typeable a => SgTemplateType a -> IO [SgNode ()] | ||||
| Stub for ::SgTemplateType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| templateTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgTemplateType a -> IO [CString] | ||||
| Stub for ::SgTemplateType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| templateTypeIsInMemoryPool :: Typeable a => SgTemplateType a -> IO Bool | ||||
| Stub for ::SgTemplateType::isInMemoryPool of type bool () | ||||
| templateTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgTemplateType::memoryUsage of type ::size_t() | ||||
| templateTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTemplateType::numberOfNodes of type ::size_t() | ||||
| templateTypeSageClassName :: Typeable a => SgTemplateType a -> IO String | ||||
| Stub for ::SgTemplateType::sage_class_name of type const char *() | ||||
| templateTypeVariantT :: Typeable a => SgTemplateType a -> IO VariantT | ||||
| Stub for ::SgTemplateType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |