| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgCtorInitializerList :: Typeable a => SgNode a -> IO (Maybe (SgCtorInitializerList ())) | ||||
| Attempts a dynamic cast of the given node to the type SgCtorInitializerList. | ||||
| upSgCtorInitializerList :: Typeable a => SgCtorInitializerList a -> SgCtorInitializerList () | ||||
| Performs an upcast of a SgCtorInitializerList subtype to a SgCtorInitializerList. | ||||
| newCtorInitializerList :: Typeable a => Sg_File_Info a -> IO (SgCtorInitializerList ()) | ||||
| Stub for ::SgCtorInitializerList::SgCtorInitializerList of type void (class ::Sg_File_Info*) | ||||
| newCtorInitializerList2 :: IO (SgCtorInitializerList ()) | ||||
| Stub for ::SgCtorInitializerList::SgCtorInitializerList of type void () | ||||
| ctorInitializerListAppendCtorInitializer :: (Typeable a, Typeable b) => SgCtorInitializerList a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgCtorInitializerList::append_ctor_initializer of type void (class ::SgInitializedName*) | ||||
| ctorInitializerListCfgIndexForEnd :: Typeable a => SgCtorInitializerList a -> IO CUInt | ||||
| Stub for ::SgCtorInitializerList::cfgIndexForEnd of type unsigned int () | ||||
| ctorInitializerListCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgCtorInitializerList a -> IO () | ||||
| Stub for ::SgCtorInitializerList::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ctorInitializerListClassName :: Typeable a => SgCtorInitializerList a -> IO String | ||||
| Stub for ::SgCtorInitializerList::class_name of type ::std::string() | ||||
| ctorInitializerListGetChildIndex :: (Typeable a, Typeable b) => SgCtorInitializerList a -> SgNode b -> IO CLong | ||||
| Stub for ::SgCtorInitializerList::getChildIndex of type long (class ::SgNode*) | ||||
| ctorInitializerListGetChildIndex2 :: (Typeable a, Typeable b) => SgCtorInitializerList a -> SgNode b -> IO CSize | ||||
| Stub for ::SgCtorInitializerList::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ctorInitializerListGetCtors :: Typeable a => SgCtorInitializerList a -> IO [SgInitializedName ()] | ||||
| Stub for ::SgCtorInitializerList::get_ctors of type const ::SgInitializedNamePtrList&() | ||||
| ctorInitializerListGetMangledName :: Typeable a => SgCtorInitializerList a -> IO String | ||||
| Stub for ::SgCtorInitializerList::get_mangled_name of type class ::SgName() | ||||
| ctorInitializerListGetNumberOfTraversalSuccessors :: Typeable a => SgCtorInitializerList a -> IO CSize | ||||
| Stub for ::SgCtorInitializerList::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ctorInitializerListGetTraversalSuccessorByIndex :: Typeable a => SgCtorInitializerList a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgCtorInitializerList::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ctorInitializerListGetTraversalSuccessorContainer :: Typeable a => SgCtorInitializerList a -> IO [SgNode ()] | ||||
| Stub for ::SgCtorInitializerList::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ctorInitializerListGetTraversalSuccessorNamesContainer :: Typeable a => SgCtorInitializerList a -> IO [CString] | ||||
| Stub for ::SgCtorInitializerList::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ctorInitializerListIsInMemoryPool :: Typeable a => SgCtorInitializerList a -> IO Bool | ||||
| Stub for ::SgCtorInitializerList::isInMemoryPool of type bool () | ||||
| ctorInitializerListMemoryUsage :: IO CSize | ||||
| Stub for ::SgCtorInitializerList::memoryUsage of type ::size_t() | ||||
| ctorInitializerListNumberOfNodes :: IO CSize | ||||
| Stub for ::SgCtorInitializerList::numberOfNodes of type ::size_t() | ||||
| ctorInitializerListPostConstructionInitialization :: Typeable a => SgCtorInitializerList a -> IO () | ||||
| Stub for ::SgCtorInitializerList::post_construction_initialization of type void () | ||||
| ctorInitializerListPrependCtorInitializer :: (Typeable a, Typeable b) => SgCtorInitializerList a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgCtorInitializerList::prepend_ctor_initializer of type void (class ::SgInitializedName*) | ||||
| ctorInitializerListSageClassName :: Typeable a => SgCtorInitializerList a -> IO String | ||||
| Stub for ::SgCtorInitializerList::sage_class_name of type const char *() | ||||
| ctorInitializerListVariantT :: Typeable a => SgCtorInitializerList a -> IO VariantT | ||||
| Stub for ::SgCtorInitializerList::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |