|
| ROSE.Sage3.Methods.SgOptions |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgOptions :: Typeable a => SgNode a -> IO (Maybe (SgOptions ())) |
| Attempts a dynamic cast of the given node to the type SgOptions.
|
|
| upSgOptions :: Typeable a => SgOptions a -> SgOptions () |
| Performs an upcast of a SgOptions subtype to a SgOptions.
|
|
| newOptions :: IO (SgOptions ()) |
| Stub for ::SgOptions::SgOptions of type void ()
|
|
| optionsCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOptions a -> IO () |
| Stub for ::SgOptions::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| optionsClassName :: Typeable a => SgOptions a -> IO String |
| Stub for ::SgOptions::class_name of type ::std::string()
|
|
| optionsDebugLevel :: Typeable a => SgOptions a -> IO CInt |
| Stub for ::SgOptions::debug_level of type int ()
|
|
| optionsGetChildIndex :: (Typeable a, Typeable b) => SgOptions a -> SgNode b -> IO CLong |
| Stub for ::SgOptions::getChildIndex of type long (class ::SgNode*)
|
|
| optionsGetChildIndex2 :: (Typeable a, Typeable b) => SgOptions a -> SgNode b -> IO CSize |
| Stub for ::SgOptions::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| optionsGetNumberOfTraversalSuccessors :: Typeable a => SgOptions a -> IO CSize |
| Stub for ::SgOptions::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| optionsGetTraversalSuccessorByIndex :: Typeable a => SgOptions a -> CSize -> IO (SgNode ()) |
| Stub for ::SgOptions::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| optionsGetTraversalSuccessorContainer :: Typeable a => SgOptions a -> IO [SgNode ()] |
| Stub for ::SgOptions::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| optionsGetTraversalSuccessorNamesContainer :: Typeable a => SgOptions a -> IO [CString] |
| Stub for ::SgOptions::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| optionsIsInMemoryPool :: Typeable a => SgOptions a -> IO Bool |
| Stub for ::SgOptions::isInMemoryPool of type bool ()
|
|
| optionsLoggingLevel :: Typeable a => SgOptions a -> IO CInt |
| Stub for ::SgOptions::logging_level of type int ()
|
|
| optionsMemoryUsage :: IO CSize |
| Stub for ::SgOptions::memoryUsage of type ::size_t()
|
|
| optionsNumberOfNodes :: IO CSize |
| Stub for ::SgOptions::numberOfNodes of type ::size_t()
|
|
| optionsSageClassName :: Typeable a => SgOptions a -> IO String |
| Stub for ::SgOptions::sage_class_name of type const char *()
|
|
| optionsSetDebugLevel :: Typeable a => SgOptions a -> CInt -> IO () |
| Stub for ::SgOptions::set_debug_level of type void (int )
|
|
| optionsVariantT :: Typeable a => SgOptions a -> IO VariantT |
| Stub for ::SgOptions::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |