| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDictionaryExp :: Typeable a => SgNode a -> IO (Maybe (SgDictionaryExp ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDictionaryExp. | ||||
| upSgDictionaryExp :: Typeable a => SgDictionaryExp a -> SgDictionaryExp () | ||||
| Performs an upcast of a SgDictionaryExp subtype to a SgDictionaryExp. | ||||
| newDictionaryExp :: Typeable a => Sg_File_Info a -> IO (SgDictionaryExp ()) | ||||
| Stub for ::SgDictionaryExp::SgDictionaryExp of type void (class ::Sg_File_Info*) | ||||
| newDictionaryExp2 :: IO (SgDictionaryExp ()) | ||||
| Stub for ::SgDictionaryExp::SgDictionaryExp of type void () | ||||
| dictionaryExpAppendPair :: (Typeable a, Typeable b) => SgDictionaryExp a -> SgKeyDatumPair b -> IO () | ||||
| Stub for ::SgDictionaryExp::append_pair of type void (class ::SgKeyDatumPair*) | ||||
| dictionaryExpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDictionaryExp a -> IO () | ||||
| Stub for ::SgDictionaryExp::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| dictionaryExpClassName :: Typeable a => SgDictionaryExp a -> IO String | ||||
| Stub for ::SgDictionaryExp::class_name of type ::std::string() | ||||
| dictionaryExpGetChildIndex :: (Typeable a, Typeable b) => SgDictionaryExp a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDictionaryExp::getChildIndex of type long (class ::SgNode*) | ||||
| dictionaryExpGetChildIndex2 :: (Typeable a, Typeable b) => SgDictionaryExp a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDictionaryExp::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| dictionaryExpGetKeyDatumPairs :: Typeable a => SgDictionaryExp a -> IO [SgKeyDatumPair ()] | ||||
| Stub for ::SgDictionaryExp::get_key_datum_pairs of type ::SgKeyDatumPairPtrList&() | ||||
| dictionaryExpGetNumberOfTraversalSuccessors :: Typeable a => SgDictionaryExp a -> IO CSize | ||||
| Stub for ::SgDictionaryExp::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| dictionaryExpGetTraversalSuccessorByIndex :: Typeable a => SgDictionaryExp a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDictionaryExp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| dictionaryExpGetTraversalSuccessorContainer :: Typeable a => SgDictionaryExp a -> IO [SgNode ()] | ||||
| Stub for ::SgDictionaryExp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| dictionaryExpGetTraversalSuccessorNamesContainer :: Typeable a => SgDictionaryExp a -> IO [CString] | ||||
| Stub for ::SgDictionaryExp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| dictionaryExpGetType :: Typeable a => SgDictionaryExp a -> IO (SgType ()) | ||||
| Stub for ::SgDictionaryExp::get_type of type class ::SgType*() | ||||
| dictionaryExpIsInMemoryPool :: Typeable a => SgDictionaryExp a -> IO Bool | ||||
| Stub for ::SgDictionaryExp::isInMemoryPool of type bool () | ||||
| dictionaryExpMemoryUsage :: IO CSize | ||||
| Stub for ::SgDictionaryExp::memoryUsage of type ::size_t() | ||||
| dictionaryExpNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDictionaryExp::numberOfNodes of type ::size_t() | ||||
| dictionaryExpPostConstructionInitialization :: Typeable a => SgDictionaryExp a -> IO () | ||||
| Stub for ::SgDictionaryExp::post_construction_initialization of type void () | ||||
| dictionaryExpSageClassName :: Typeable a => SgDictionaryExp a -> IO String | ||||
| Stub for ::SgDictionaryExp::sage_class_name of type const char *() | ||||
| dictionaryExpVariantT :: Typeable a => SgDictionaryExp a -> IO VariantT | ||||
| Stub for ::SgDictionaryExp::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |