|
| ROSE.Sage3.Methods.SgDictionaryComprehension |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgDictionaryComprehension :: Typeable a => SgNode a -> IO (Maybe (SgDictionaryComprehension ())) |
| Attempts a dynamic cast of the given node to the type SgDictionaryComprehension.
|
|
| upSgDictionaryComprehension :: Typeable a => SgDictionaryComprehension a -> SgDictionaryComprehension () |
| Performs an upcast of a SgDictionaryComprehension subtype to a SgDictionaryComprehension.
|
|
| newDictionaryComprehension :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgKeyDatumPair b -> SgExprListExp c -> IO (SgDictionaryComprehension ()) |
| Stub for ::SgDictionaryComprehension::SgDictionaryComprehension of type void (class ::Sg_File_Info*, class ::SgKeyDatumPair*, class ::SgExprListExp*)
|
|
| newDictionaryComprehension2 :: (Typeable a, Typeable b) => SgKeyDatumPair a -> SgExprListExp b -> IO (SgDictionaryComprehension ()) |
| Stub for ::SgDictionaryComprehension::SgDictionaryComprehension of type void (class ::SgKeyDatumPair*, class ::SgExprListExp*)
|
|
| dictionaryComprehensionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDictionaryComprehension a -> IO () |
| Stub for ::SgDictionaryComprehension::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| dictionaryComprehensionClassName :: Typeable a => SgDictionaryComprehension a -> IO String |
| Stub for ::SgDictionaryComprehension::class_name of type ::std::string()
|
|
| dictionaryComprehensionGetChildIndex :: (Typeable a, Typeable b) => SgDictionaryComprehension a -> SgNode b -> IO CLong |
| Stub for ::SgDictionaryComprehension::getChildIndex of type long (class ::SgNode*)
|
|
| dictionaryComprehensionGetChildIndex2 :: (Typeable a, Typeable b) => SgDictionaryComprehension a -> SgNode b -> IO CSize |
| Stub for ::SgDictionaryComprehension::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| dictionaryComprehensionGetElement :: Typeable a => SgDictionaryComprehension a -> IO (SgKeyDatumPair ()) |
| Stub for ::SgDictionaryComprehension::get_element of type class ::SgKeyDatumPair*()
|
|
| dictionaryComprehensionGetGenerators :: Typeable a => SgDictionaryComprehension a -> IO (SgExprListExp ()) |
| Stub for ::SgDictionaryComprehension::get_generators of type class ::SgExprListExp*()
|
|
| dictionaryComprehensionGetNumberOfTraversalSuccessors :: Typeable a => SgDictionaryComprehension a -> IO CSize |
| Stub for ::SgDictionaryComprehension::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| dictionaryComprehensionGetTraversalSuccessorByIndex :: Typeable a => SgDictionaryComprehension a -> CSize -> IO (SgNode ()) |
| Stub for ::SgDictionaryComprehension::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| dictionaryComprehensionGetTraversalSuccessorContainer :: Typeable a => SgDictionaryComprehension a -> IO [SgNode ()] |
| Stub for ::SgDictionaryComprehension::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| dictionaryComprehensionGetTraversalSuccessorNamesContainer :: Typeable a => SgDictionaryComprehension a -> IO [CString] |
| Stub for ::SgDictionaryComprehension::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| dictionaryComprehensionGetType :: Typeable a => SgDictionaryComprehension a -> IO (SgType ()) |
| Stub for ::SgDictionaryComprehension::get_type of type class ::SgType*()
|
|
| dictionaryComprehensionIsInMemoryPool :: Typeable a => SgDictionaryComprehension a -> IO Bool |
| Stub for ::SgDictionaryComprehension::isInMemoryPool of type bool ()
|
|
| dictionaryComprehensionMemoryUsage :: IO CSize |
| Stub for ::SgDictionaryComprehension::memoryUsage of type ::size_t()
|
|
| dictionaryComprehensionNumberOfNodes :: IO CSize |
| Stub for ::SgDictionaryComprehension::numberOfNodes of type ::size_t()
|
|
| dictionaryComprehensionPostConstructionInitialization :: Typeable a => SgDictionaryComprehension a -> IO () |
| Stub for ::SgDictionaryComprehension::post_construction_initialization of type void ()
|
|
| dictionaryComprehensionSageClassName :: Typeable a => SgDictionaryComprehension a -> IO String |
| Stub for ::SgDictionaryComprehension::sage_class_name of type const char *()
|
|
| dictionaryComprehensionSetElement :: (Typeable a, Typeable b) => SgDictionaryComprehension a -> SgKeyDatumPair b -> IO () |
| Stub for ::SgDictionaryComprehension::set_element of type void (class ::SgKeyDatumPair*)
|
|
| dictionaryComprehensionSetGenerators :: (Typeable a, Typeable b) => SgDictionaryComprehension a -> SgExprListExp b -> IO () |
| Stub for ::SgDictionaryComprehension::set_generators of type void (class ::SgExprListExp*)
|
|
| dictionaryComprehensionVariantT :: Typeable a => SgDictionaryComprehension a -> IO VariantT |
| Stub for ::SgDictionaryComprehension::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |