|
| ROSE.Sage3.Methods.SgIntVal |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgIntVal :: Typeable a => SgNode a -> IO (Maybe (SgIntVal ())) |
| Attempts a dynamic cast of the given node to the type SgIntVal.
|
|
| upSgIntVal :: Typeable a => SgIntVal a -> SgIntVal () |
| Performs an upcast of a SgIntVal subtype to a SgIntVal.
|
|
| newIntVal :: Typeable a => Sg_File_Info a -> CInt -> String -> IO (SgIntVal ()) |
| Stub for ::SgIntVal::SgIntVal of type void (class ::Sg_File_Info*, int , ::std::string)
|
|
| newIntVal2 :: CInt -> String -> IO (SgIntVal ()) |
| Stub for ::SgIntVal::SgIntVal of type void (int , ::std::string)
|
|
| intValCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgIntVal a -> IO () |
| Stub for ::SgIntVal::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| intValClassName :: Typeable a => SgIntVal a -> IO String |
| Stub for ::SgIntVal::class_name of type ::std::string()
|
|
| intValGetChildIndex :: (Typeable a, Typeable b) => SgIntVal a -> SgNode b -> IO CLong |
| Stub for ::SgIntVal::getChildIndex of type long (class ::SgNode*)
|
|
| intValGetChildIndex2 :: (Typeable a, Typeable b) => SgIntVal a -> SgNode b -> IO CSize |
| Stub for ::SgIntVal::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| intValGetNumberOfTraversalSuccessors :: Typeable a => SgIntVal a -> IO CSize |
| Stub for ::SgIntVal::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| intValGetTraversalSuccessorByIndex :: Typeable a => SgIntVal a -> CSize -> IO (SgNode ()) |
| Stub for ::SgIntVal::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| intValGetTraversalSuccessorContainer :: Typeable a => SgIntVal a -> IO [SgNode ()] |
| Stub for ::SgIntVal::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| intValGetTraversalSuccessorNamesContainer :: Typeable a => SgIntVal a -> IO [CString] |
| Stub for ::SgIntVal::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| intValGetType :: Typeable a => SgIntVal a -> IO (SgType ()) |
| Stub for ::SgIntVal::get_type of type class ::SgType*()
|
|
| intValGetValue :: Typeable a => SgIntVal a -> IO CInt |
| Stub for ::SgIntVal::get_value of type int ()
|
|
| intValGetValueString :: Typeable a => SgIntVal a -> IO String |
| Stub for ::SgIntVal::get_valueString of type ::std::string()
|
|
| intValIsInMemoryPool :: Typeable a => SgIntVal a -> IO Bool |
| Stub for ::SgIntVal::isInMemoryPool of type bool ()
|
|
| intValMemoryUsage :: IO CSize |
| Stub for ::SgIntVal::memoryUsage of type ::size_t()
|
|
| intValNumberOfNodes :: IO CSize |
| Stub for ::SgIntVal::numberOfNodes of type ::size_t()
|
|
| intValPostConstructionInitialization :: Typeable a => SgIntVal a -> IO () |
| Stub for ::SgIntVal::post_construction_initialization of type void ()
|
|
| intValSageClassName :: Typeable a => SgIntVal a -> IO String |
| Stub for ::SgIntVal::sage_class_name of type const char *()
|
|
| intValSetValue :: Typeable a => SgIntVal a -> CInt -> IO () |
| Stub for ::SgIntVal::set_value of type void (int )
|
|
| intValSetValueString :: Typeable a => SgIntVal a -> String -> IO () |
| Stub for ::SgIntVal::set_valueString of type void (::std::string)
|
|
| intValVariantT :: Typeable a => SgIntVal a -> IO VariantT |
| Stub for ::SgIntVal::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |