| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTemplateFunctionDeclaration :: Typeable a => SgNode a -> IO (Maybe (SgTemplateFunctionDeclaration ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTemplateFunctionDeclaration. | ||||
| upSgTemplateFunctionDeclaration :: Typeable a => SgTemplateFunctionDeclaration a -> SgTemplateFunctionDeclaration () | ||||
| Performs an upcast of a SgTemplateFunctionDeclaration subtype to a SgTemplateFunctionDeclaration. | ||||
| templateFunctionDeclarationCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTemplateFunctionDeclaration a -> IO () | ||||
| Stub for ::SgTemplateFunctionDeclaration::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| templateFunctionDeclarationClassName :: Typeable a => SgTemplateFunctionDeclaration a -> IO String | ||||
| Stub for ::SgTemplateFunctionDeclaration::class_name of type ::std::string() | ||||
| templateFunctionDeclarationGetChildIndex :: (Typeable a, Typeable b) => SgTemplateFunctionDeclaration a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTemplateFunctionDeclaration::getChildIndex of type long (class ::SgNode*) | ||||
| templateFunctionDeclarationGetChildIndex2 :: (Typeable a, Typeable b) => SgTemplateFunctionDeclaration a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| templateFunctionDeclarationGetDefinition :: Typeable a => SgTemplateFunctionDeclaration a -> IO (SgTemplateFunctionDefinition ()) | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_definition of type class ::SgTemplateFunctionDefinition*() | ||||
| templateFunctionDeclarationGetNumberOfTraversalSuccessors :: Typeable a => SgTemplateFunctionDeclaration a -> IO CSize | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| templateFunctionDeclarationGetTraversalSuccessorByIndex :: Typeable a => SgTemplateFunctionDeclaration a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| templateFunctionDeclarationGetTraversalSuccessorContainer :: Typeable a => SgTemplateFunctionDeclaration a -> IO [SgNode ()] | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| templateFunctionDeclarationGetTraversalSuccessorNamesContainer :: Typeable a => SgTemplateFunctionDeclaration a -> IO [CString] | ||||
| Stub for ::SgTemplateFunctionDeclaration::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| templateFunctionDeclarationIsInMemoryPool :: Typeable a => SgTemplateFunctionDeclaration a -> IO Bool | ||||
| Stub for ::SgTemplateFunctionDeclaration::isInMemoryPool of type bool () | ||||
| templateFunctionDeclarationMemoryUsage :: IO CSize | ||||
| Stub for ::SgTemplateFunctionDeclaration::memoryUsage of type ::size_t() | ||||
| templateFunctionDeclarationNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTemplateFunctionDeclaration::numberOfNodes of type ::size_t() | ||||
| templateFunctionDeclarationPostConstructionInitialization :: Typeable a => SgTemplateFunctionDeclaration a -> IO () | ||||
| Stub for ::SgTemplateFunctionDeclaration::post_construction_initialization of type void () | ||||
| templateFunctionDeclarationSageClassName :: Typeable a => SgTemplateFunctionDeclaration a -> IO String | ||||
| Stub for ::SgTemplateFunctionDeclaration::sage_class_name of type const char *() | ||||
| templateFunctionDeclarationSetDefinition :: (Typeable a, Typeable b) => SgTemplateFunctionDeclaration a -> SgTemplateFunctionDefinition b -> IO () | ||||
| Stub for ::SgTemplateFunctionDeclaration::set_definition of type void (class ::SgTemplateFunctionDefinition*) | ||||
| templateFunctionDeclarationVariantT :: Typeable a => SgTemplateFunctionDeclaration a -> IO VariantT | ||||
| Stub for ::SgTemplateFunctionDeclaration::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |