|
| ROSE.Sage3.Methods.SgConjugateOp |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgConjugateOp :: Typeable a => SgNode a -> IO (Maybe (SgConjugateOp ())) |
| Attempts a dynamic cast of the given node to the type SgConjugateOp.
|
|
| upSgConjugateOp :: Typeable a => SgConjugateOp a -> SgConjugateOp () |
| Performs an upcast of a SgConjugateOp subtype to a SgConjugateOp.
|
|
| newConjugateOp :: (Typeable a, Typeable b, Typeable c) => Sg_File_Info a -> SgExpression b -> SgType c -> IO (SgConjugateOp ()) |
| Stub for ::SgConjugateOp::SgConjugateOp of type void (class ::Sg_File_Info*, class ::SgExpression*, class ::SgType*)
|
|
| newConjugateOp2 :: (Typeable a, Typeable b) => SgExpression a -> SgType b -> IO (SgConjugateOp ()) |
| Stub for ::SgConjugateOp::SgConjugateOp of type void (class ::SgExpression*, class ::SgType*)
|
|
| conjugateOpCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgConjugateOp a -> IO () |
| Stub for ::SgConjugateOp::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| conjugateOpClassName :: Typeable a => SgConjugateOp a -> IO String |
| Stub for ::SgConjugateOp::class_name of type ::std::string()
|
|
| conjugateOpGetChildIndex :: (Typeable a, Typeable b) => SgConjugateOp a -> SgNode b -> IO CLong |
| Stub for ::SgConjugateOp::getChildIndex of type long (class ::SgNode*)
|
|
| conjugateOpGetChildIndex2 :: (Typeable a, Typeable b) => SgConjugateOp a -> SgNode b -> IO CSize |
| Stub for ::SgConjugateOp::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| conjugateOpGetNumberOfTraversalSuccessors :: Typeable a => SgConjugateOp a -> IO CSize |
| Stub for ::SgConjugateOp::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| conjugateOpGetTraversalSuccessorByIndex :: Typeable a => SgConjugateOp a -> CSize -> IO (SgNode ()) |
| Stub for ::SgConjugateOp::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| conjugateOpGetTraversalSuccessorContainer :: Typeable a => SgConjugateOp a -> IO [SgNode ()] |
| Stub for ::SgConjugateOp::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| conjugateOpGetTraversalSuccessorNamesContainer :: Typeable a => SgConjugateOp a -> IO [CString] |
| Stub for ::SgConjugateOp::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| conjugateOpIsInMemoryPool :: Typeable a => SgConjugateOp a -> IO Bool |
| Stub for ::SgConjugateOp::isInMemoryPool of type bool ()
|
|
| conjugateOpMemoryUsage :: IO CSize |
| Stub for ::SgConjugateOp::memoryUsage of type ::size_t()
|
|
| conjugateOpNumberOfNodes :: IO CSize |
| Stub for ::SgConjugateOp::numberOfNodes of type ::size_t()
|
|
| conjugateOpPostConstructionInitialization :: Typeable a => SgConjugateOp a -> IO () |
| Stub for ::SgConjugateOp::post_construction_initialization of type void ()
|
|
| conjugateOpPrecedence :: Typeable a => SgConjugateOp a -> IO CInt |
| Stub for ::SgConjugateOp::precedence of type int ()
|
|
| conjugateOpSageClassName :: Typeable a => SgConjugateOp a -> IO String |
| Stub for ::SgConjugateOp::sage_class_name of type const char *()
|
|
| conjugateOpVariantT :: Typeable a => SgConjugateOp a -> IO VariantT |
| Stub for ::SgConjugateOp::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |