| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgStringVal :: Typeable a => SgNode a -> IO (Maybe (SgStringVal ())) | ||||
| Attempts a dynamic cast of the given node to the type SgStringVal. | ||||
| upSgStringVal :: Typeable a => SgStringVal a -> SgStringVal () | ||||
| Performs an upcast of a SgStringVal subtype to a SgStringVal. | ||||
| newStringVal :: Typeable a => Sg_File_Info a -> String -> IO (SgStringVal ()) | ||||
| Stub for ::SgStringVal::SgStringVal of type void (class ::Sg_File_Info*, ::std::string) | ||||
| newStringVal2 :: String -> IO (SgStringVal ()) | ||||
| Stub for ::SgStringVal::SgStringVal of type void (::std::string) | ||||
| stringValCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgStringVal a -> IO () | ||||
| Stub for ::SgStringVal::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| stringValClassName :: Typeable a => SgStringVal a -> IO String | ||||
| Stub for ::SgStringVal::class_name of type ::std::string() | ||||
| stringValGetChildIndex :: (Typeable a, Typeable b) => SgStringVal a -> SgNode b -> IO CLong | ||||
| Stub for ::SgStringVal::getChildIndex of type long (class ::SgNode*) | ||||
| stringValGetChildIndex2 :: (Typeable a, Typeable b) => SgStringVal a -> SgNode b -> IO CSize | ||||
| Stub for ::SgStringVal::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| stringValGetNumberOfTraversalSuccessors :: Typeable a => SgStringVal a -> IO CSize | ||||
| Stub for ::SgStringVal::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| stringValGetTraversalSuccessorByIndex :: Typeable a => SgStringVal a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgStringVal::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| stringValGetTraversalSuccessorContainer :: Typeable a => SgStringVal a -> IO [SgNode ()] | ||||
| Stub for ::SgStringVal::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| stringValGetTraversalSuccessorNamesContainer :: Typeable a => SgStringVal a -> IO [CString] | ||||
| Stub for ::SgStringVal::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| stringValGetType :: Typeable a => SgStringVal a -> IO (SgType ()) | ||||
| Stub for ::SgStringVal::get_type of type class ::SgType*() | ||||
| stringValGetUsesDoubleQuotes :: Typeable a => SgStringVal a -> IO Bool | ||||
| Stub for ::SgStringVal::get_usesDoubleQuotes of type bool () | ||||
| stringValGetUsesSingleQuotes :: Typeable a => SgStringVal a -> IO Bool | ||||
| Stub for ::SgStringVal::get_usesSingleQuotes of type bool () | ||||
| stringValGetValue :: Typeable a => SgStringVal a -> IO String | ||||
| Stub for ::SgStringVal::get_value of type ::std::string() | ||||
| stringValGetWcharString :: Typeable a => SgStringVal a -> IO Bool | ||||
| Stub for ::SgStringVal::get_wcharString of type bool () | ||||
| stringValIsChildUsedAsLValue :: (Typeable a, Typeable b) => SgStringVal a -> SgExpression b -> IO Bool | ||||
| Stub for ::SgStringVal::isChildUsedAsLValue of type bool (const class ::SgExpression*) | ||||
| stringValIsInMemoryPool :: Typeable a => SgStringVal a -> IO Bool | ||||
| Stub for ::SgStringVal::isInMemoryPool of type bool () | ||||
| stringValIsLValue :: Typeable a => SgStringVal a -> IO Bool | ||||
| Stub for ::SgStringVal::isLValue of type bool () | ||||
| stringValMemoryUsage :: IO CSize | ||||
| Stub for ::SgStringVal::memoryUsage of type ::size_t() | ||||
| stringValNumberOfNodes :: IO CSize | ||||
| Stub for ::SgStringVal::numberOfNodes of type ::size_t() | ||||
| stringValPostConstructionInitialization :: Typeable a => SgStringVal a -> IO () | ||||
| Stub for ::SgStringVal::post_construction_initialization of type void () | ||||
| stringValSageClassName :: Typeable a => SgStringVal a -> IO String | ||||
| Stub for ::SgStringVal::sage_class_name of type const char *() | ||||
| stringValSetUsesDoubleQuotes :: Typeable a => SgStringVal a -> Bool -> IO () | ||||
| Stub for ::SgStringVal::set_usesDoubleQuotes of type void (bool ) | ||||
| stringValSetUsesSingleQuotes :: Typeable a => SgStringVal a -> Bool -> IO () | ||||
| Stub for ::SgStringVal::set_usesSingleQuotes of type void (bool ) | ||||
| stringValSetValue :: Typeable a => SgStringVal a -> String -> IO () | ||||
| Stub for ::SgStringVal::set_value of type void (::std::string) | ||||
| stringValSetWcharString :: Typeable a => SgStringVal a -> Bool -> IO () | ||||
| Stub for ::SgStringVal::set_wcharString of type void (bool ) | ||||
| stringValVariantT :: Typeable a => SgStringVal a -> IO VariantT | ||||
| Stub for ::SgStringVal::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |