|
| ROSE.Sage3.Methods.SgImagPartOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgImagPartOp :: Typeable a => SgNode a -> IO (Maybe (SgImagPartOp ())) |
| Attempts a dynamic cast of the given node to the type SgImagPartOp.
|
|
| upSgImagPartOp :: Typeable a => SgImagPartOp a -> SgImagPartOp () |
| Performs an upcast of a SgImagPartOp subtype to a SgImagPartOp.
|
|
| newImagPartOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgImagPartOp ()) |
| Stub for ::SgImagPartOp::SgImagPartOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newImagPartOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgImagPartOp ()) |
| Stub for ::SgImagPartOp::SgImagPartOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| imagPartOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgImagPartOp a -> IO () |
| Stub for ::SgImagPartOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| imagPartOpClassName :: Typeable a => SgImagPartOp a -> IO String |
| Stub for ::SgImagPartOp::class_name of type ::std::string()
|
|
| imagPartOpGetChildIndex :: (Typeable a, Typeable b) => SgImagPartOp a -> SgNode b -> IO CLong |
| Stub for ::SgImagPartOp::getChildIndex of type long (class ::SgNode*)
|
|
| imagPartOpGetChildIndex2 :: (Typeable a, Typeable b) => SgImagPartOp a -> SgNode b -> IO CSize |
| Stub for ::SgImagPartOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| imagPartOpGetNumberOfTraversalSuccessors :: Typeable a => SgImagPartOp a -> IO CSize |
| Stub for ::SgImagPartOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| imagPartOpGetTraversalSuccessorByIndex :: Typeable a => SgImagPartOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgImagPartOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| imagPartOpGetTraversalSuccessorContainer :: Typeable a => SgImagPartOp a -> IO [SgNode ()] |
| Stub for ::SgImagPartOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| imagPartOpGetTraversalSuccessorNamesContainer :: Typeable a => SgImagPartOp a -> IO [CString] |
| Stub for ::SgImagPartOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| imagPartOpIsInMemoryPool :: Typeable a => SgImagPartOp a -> IO Bool |
| Stub for ::SgImagPartOp::isInMemoryPool of type bool ()
|
|
| imagPartOpMemoryUsage :: IO CSize |
| Stub for ::SgImagPartOp::memoryUsage of type ::size_t()
|
|
| imagPartOpNumberOfNodes :: IO CSize |
| Stub for ::SgImagPartOp::numberOfNodes of type ::size_t()
|
|
| imagPartOpPostConstructionInitialization :: Typeable a => SgImagPartOp a -> IO () |
| Stub for ::SgImagPartOp::post_construction_initialization of type void ()
|
|
| imagPartOpPrecedence :: Typeable a => SgImagPartOp a -> IO CInt |
| Stub for ::SgImagPartOp::precedence of type int ()
|
|
| imagPartOpSageClassName :: Typeable a => SgImagPartOp a -> IO String |
| Stub for ::SgImagPartOp::sage_class_name of type const char *()
|
|
| imagPartOpVariantT :: Typeable a => SgImagPartOp a -> IO VariantT |
| Stub for ::SgImagPartOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |