| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTemplateFunctionDefinition :: Typeable a => SgNode a -> IO (Maybe (SgTemplateFunctionDefinition ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTemplateFunctionDefinition. | ||||
| upSgTemplateFunctionDefinition :: Typeable a => SgTemplateFunctionDefinition a -> SgTemplateFunctionDefinition () | ||||
| Performs an upcast of a SgTemplateFunctionDefinition subtype to a SgTemplateFunctionDefinition. | ||||
| newTemplateFunctionDefinition :: (Typeable a, Typeable b) => Sg_File_Info a -> SgBasicBlock b -> IO (SgTemplateFunctionDefinition ()) | ||||
| Stub for ::SgTemplateFunctionDefinition::SgTemplateFunctionDefinition of type void (class ::Sg_File_Info*, class ::SgBasicBlock*) | ||||
| newTemplateFunctionDefinition2 :: Typeable a => SgBasicBlock a -> IO (SgTemplateFunctionDefinition ()) | ||||
| Stub for ::SgTemplateFunctionDefinition::SgTemplateFunctionDefinition of type void (class ::SgBasicBlock*) | ||||
| templateFunctionDefinitionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTemplateFunctionDefinition a -> IO () | ||||
| Stub for ::SgTemplateFunctionDefinition::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| templateFunctionDefinitionClassName :: Typeable a => SgTemplateFunctionDefinition a -> IO String | ||||
| Stub for ::SgTemplateFunctionDefinition::class_name of type ::std::string() | ||||
| templateFunctionDefinitionGetChildIndex :: (Typeable a, Typeable b) => SgTemplateFunctionDefinition a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTemplateFunctionDefinition::getChildIndex of type long (class ::SgNode*) | ||||
| templateFunctionDefinitionGetChildIndex2 :: (Typeable a, Typeable b) => SgTemplateFunctionDefinition a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTemplateFunctionDefinition::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| templateFunctionDefinitionGetNumberOfTraversalSuccessors :: Typeable a => SgTemplateFunctionDefinition a -> IO CSize | ||||
| Stub for ::SgTemplateFunctionDefinition::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| templateFunctionDefinitionGetTraversalSuccessorByIndex :: Typeable a => SgTemplateFunctionDefinition a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTemplateFunctionDefinition::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| templateFunctionDefinitionGetTraversalSuccessorContainer :: Typeable a => SgTemplateFunctionDefinition a -> IO [SgNode ()] | ||||
| Stub for ::SgTemplateFunctionDefinition::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| templateFunctionDefinitionGetTraversalSuccessorNamesContainer :: Typeable a => SgTemplateFunctionDefinition a -> IO [CString] | ||||
| Stub for ::SgTemplateFunctionDefinition::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| templateFunctionDefinitionIsInMemoryPool :: Typeable a => SgTemplateFunctionDefinition a -> IO Bool | ||||
| Stub for ::SgTemplateFunctionDefinition::isInMemoryPool of type bool () | ||||
| templateFunctionDefinitionMemoryUsage :: IO CSize | ||||
| Stub for ::SgTemplateFunctionDefinition::memoryUsage of type ::size_t() | ||||
| templateFunctionDefinitionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTemplateFunctionDefinition::numberOfNodes of type ::size_t() | ||||
| templateFunctionDefinitionPostConstructionInitialization :: Typeable a => SgTemplateFunctionDefinition a -> IO () | ||||
| Stub for ::SgTemplateFunctionDefinition::post_construction_initialization of type void () | ||||
| templateFunctionDefinitionSageClassName :: Typeable a => SgTemplateFunctionDefinition a -> IO String | ||||
| Stub for ::SgTemplateFunctionDefinition::sage_class_name of type const char *() | ||||
| templateFunctionDefinitionVariantT :: Typeable a => SgTemplateFunctionDefinition a -> IO VariantT | ||||
| Stub for ::SgTemplateFunctionDefinition::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |