| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFunctionParameterList :: Typeable a => SgNode a -> IO (Maybe (SgFunctionParameterList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFunctionParameterList. | ||||
| upSgFunctionParameterList :: Typeable a => SgFunctionParameterList a -> SgFunctionParameterList () | ||||
| Performs an upcast of a SgFunctionParameterList subtype to a SgFunctionParameterList. | ||||
| newFunctionParameterList :: Typeable a => Sg_File_Info a -> IO (SgFunctionParameterList ()) | ||||
| Stub for ::SgFunctionParameterList::SgFunctionParameterList of type void (class ::Sg_File_Info*) | ||||
| newFunctionParameterList2 :: IO (SgFunctionParameterList ()) | ||||
| Stub for ::SgFunctionParameterList::SgFunctionParameterList of type void () | ||||
| functionParameterListAppendArg :: (Typeable a, Typeable b) => SgFunctionParameterList a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgFunctionParameterList::append_arg of type void (class ::SgInitializedName*) | ||||
| functionParameterListCfgIndexForEnd :: Typeable a => SgFunctionParameterList a -> IO CUInt | ||||
| Stub for ::SgFunctionParameterList::cfgIndexForEnd of type unsigned int () | ||||
| functionParameterListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFunctionParameterList a -> IO () | ||||
| Stub for ::SgFunctionParameterList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| functionParameterListClassName :: Typeable a => SgFunctionParameterList a -> IO String | ||||
| Stub for ::SgFunctionParameterList::class_name of type ::std::string() | ||||
| functionParameterListGetChildIndex :: (Typeable a, Typeable b) => SgFunctionParameterList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFunctionParameterList::getChildIndex of type long (class ::SgNode*) | ||||
| functionParameterListGetArgs :: Typeable a => SgFunctionParameterList a -> IO [SgInitializedName ()] | ||||
| Stub for ::SgFunctionParameterList::get_args of type const ::SgInitializedNamePtrList&() | ||||
| functionParameterListGetChildIndex2 :: (Typeable a, Typeable b) => SgFunctionParameterList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFunctionParameterList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| functionParameterListGetMangledName :: Typeable a => SgFunctionParameterList a -> IO String | ||||
| Stub for ::SgFunctionParameterList::get_mangled_name of type class ::SgName() | ||||
| functionParameterListGetNumberOfTraversalSuccessors :: Typeable a => SgFunctionParameterList a -> IO CSize | ||||
| Stub for ::SgFunctionParameterList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| functionParameterListGetTraversalSuccessorByIndex :: Typeable a => SgFunctionParameterList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFunctionParameterList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| functionParameterListGetTraversalSuccessorContainer :: Typeable a => SgFunctionParameterList a -> IO [SgNode ()] | ||||
| Stub for ::SgFunctionParameterList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| functionParameterListGetTraversalSuccessorNamesContainer :: Typeable a => SgFunctionParameterList a -> IO [CString] | ||||
| Stub for ::SgFunctionParameterList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| functionParameterListIsInMemoryPool :: Typeable a => SgFunctionParameterList a -> IO Bool | ||||
| Stub for ::SgFunctionParameterList::isInMemoryPool of type bool () | ||||
| functionParameterListMemoryUsage :: IO CSize | ||||
| Stub for ::SgFunctionParameterList::memoryUsage of type ::size_t() | ||||
| functionParameterListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFunctionParameterList::numberOfNodes of type ::size_t() | ||||
| functionParameterListPostConstructionInitialization :: Typeable a => SgFunctionParameterList a -> IO () | ||||
| Stub for ::SgFunctionParameterList::post_construction_initialization of type void () | ||||
| functionParameterListPrependArg :: (Typeable a, Typeable b) => SgFunctionParameterList a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgFunctionParameterList::prepend_arg of type void (class ::SgInitializedName*) | ||||
| functionParameterListSageClassName :: Typeable a => SgFunctionParameterList a -> IO String | ||||
| Stub for ::SgFunctionParameterList::sage_class_name of type const char *() | ||||
| functionParameterListVariantT :: Typeable a => SgFunctionParameterList a -> IO VariantT | ||||
| Stub for ::SgFunctionParameterList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |