| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgOmpDefaultClause :: Typeable a => SgNode a -> IO (Maybe (SgOmpDefaultClause ())) | ||||
| Attempts a dynamic cast of the given node to the type SgOmpDefaultClause. | ||||
| upSgOmpDefaultClause :: Typeable a => SgOmpDefaultClause a -> SgOmpDefaultClause () | ||||
| Performs an upcast of a SgOmpDefaultClause subtype to a SgOmpDefaultClause. | ||||
| ompDefaultClauseCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgOmpDefaultClause a -> IO () | ||||
| Stub for ::SgOmpDefaultClause::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| ompDefaultClauseClassName :: Typeable a => SgOmpDefaultClause a -> IO String | ||||
| Stub for ::SgOmpDefaultClause::class_name of type ::std::string() | ||||
| ompDefaultClauseGetChildIndex :: (Typeable a, Typeable b) => SgOmpDefaultClause a -> SgNode b -> IO CLong | ||||
| Stub for ::SgOmpDefaultClause::getChildIndex of type long (class ::SgNode*) | ||||
| ompDefaultClauseGetChildIndex2 :: (Typeable a, Typeable b) => SgOmpDefaultClause a -> SgNode b -> IO CSize | ||||
| Stub for ::SgOmpDefaultClause::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| ompDefaultClauseGetNumberOfTraversalSuccessors :: Typeable a => SgOmpDefaultClause a -> IO CSize | ||||
| Stub for ::SgOmpDefaultClause::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| ompDefaultClauseGetTraversalSuccessorByIndex :: Typeable a => SgOmpDefaultClause a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgOmpDefaultClause::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| ompDefaultClauseGetTraversalSuccessorContainer :: Typeable a => SgOmpDefaultClause a -> IO [SgNode ()] | ||||
| Stub for ::SgOmpDefaultClause::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| ompDefaultClauseGetTraversalSuccessorNamesContainer :: Typeable a => SgOmpDefaultClause a -> IO [CString] | ||||
| Stub for ::SgOmpDefaultClause::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| ompDefaultClauseIsInMemoryPool :: Typeable a => SgOmpDefaultClause a -> IO Bool | ||||
| Stub for ::SgOmpDefaultClause::isInMemoryPool of type bool () | ||||
| ompDefaultClauseMemoryUsage :: IO CSize | ||||
| Stub for ::SgOmpDefaultClause::memoryUsage of type ::size_t() | ||||
| ompDefaultClauseNumberOfNodes :: IO CSize | ||||
| Stub for ::SgOmpDefaultClause::numberOfNodes of type ::size_t() | ||||
| ompDefaultClauseSageClassName :: Typeable a => SgOmpDefaultClause a -> IO String | ||||
| Stub for ::SgOmpDefaultClause::sage_class_name of type const char *() | ||||
| ompDefaultClauseVariantT :: Typeable a => SgOmpDefaultClause a -> IO VariantT | ||||
| Stub for ::SgOmpDefaultClause::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |