| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgStringConversion :: Typeable a => SgNode a -> IO (Maybe (SgStringConversion ())) | ||||
| Attempts a dynamic cast of the given node to the type SgStringConversion. | ||||
| upSgStringConversion :: Typeable a => SgStringConversion a -> SgStringConversion () | ||||
| Performs an upcast of a SgStringConversion subtype to a SgStringConversion. | ||||
| newStringConversion :: (Typeable a, Typeable b) => Sg_File_Info a -> SgExpression b -> IO (SgStringConversion ()) | ||||
| Stub for ::SgStringConversion::SgStringConversion of type void (class ::Sg_File_Info*, class ::SgExpression*) | ||||
| newStringConversion2 :: Typeable a => SgExpression a -> IO (SgStringConversion ()) | ||||
| Stub for ::SgStringConversion::SgStringConversion of type void (class ::SgExpression*) | ||||
| stringConversionCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgStringConversion a -> IO () | ||||
| Stub for ::SgStringConversion::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| stringConversionClassName :: Typeable a => SgStringConversion a -> IO String | ||||
| Stub for ::SgStringConversion::class_name of type ::std::string() | ||||
| stringConversionGetChildIndex :: (Typeable a, Typeable b) => SgStringConversion a -> SgNode b -> IO CLong | ||||
| Stub for ::SgStringConversion::getChildIndex of type long (class ::SgNode*) | ||||
| stringConversionGetChildIndex2 :: (Typeable a, Typeable b) => SgStringConversion a -> SgNode b -> IO CSize | ||||
| Stub for ::SgStringConversion::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| stringConversionGetExpression :: Typeable a => SgStringConversion a -> IO (SgExpression ()) | ||||
| Stub for ::SgStringConversion::get_expression of type class ::SgExpression*() | ||||
| stringConversionGetNumberOfTraversalSuccessors :: Typeable a => SgStringConversion a -> IO CSize | ||||
| Stub for ::SgStringConversion::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| stringConversionGetTraversalSuccessorByIndex :: Typeable a => SgStringConversion a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgStringConversion::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| stringConversionGetTraversalSuccessorContainer :: Typeable a => SgStringConversion a -> IO [SgNode ()] | ||||
| Stub for ::SgStringConversion::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| stringConversionGetTraversalSuccessorNamesContainer :: Typeable a => SgStringConversion a -> IO [CString] | ||||
| Stub for ::SgStringConversion::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| stringConversionGetType :: Typeable a => SgStringConversion a -> IO (SgType ()) | ||||
| Stub for ::SgStringConversion::get_type of type class ::SgType*() | ||||
| stringConversionIsInMemoryPool :: Typeable a => SgStringConversion a -> IO Bool | ||||
| Stub for ::SgStringConversion::isInMemoryPool of type bool () | ||||
| stringConversionMemoryUsage :: IO CSize | ||||
| Stub for ::SgStringConversion::memoryUsage of type ::size_t() | ||||
| stringConversionNumberOfNodes :: IO CSize | ||||
| Stub for ::SgStringConversion::numberOfNodes of type ::size_t() | ||||
| stringConversionPostConstructionInitialization :: Typeable a => SgStringConversion a -> IO () | ||||
| Stub for ::SgStringConversion::post_construction_initialization of type void () | ||||
| stringConversionSageClassName :: Typeable a => SgStringConversion a -> IO String | ||||
| Stub for ::SgStringConversion::sage_class_name of type const char *() | ||||
| stringConversionSetExpression :: (Typeable a, Typeable b) => SgStringConversion a -> SgExpression b -> IO () | ||||
| Stub for ::SgStringConversion::set_expression of type void (class ::SgExpression*) | ||||
| stringConversionVariantT :: Typeable a => SgStringConversion a -> IO VariantT | ||||
| Stub for ::SgStringConversion::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |