| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgEnumType :: Typeable a => SgNode a -> IO (Maybe (SgEnumType ())) | ||||
| Attempts a dynamic cast of the given node to the type SgEnumType. | ||||
| upSgEnumType :: Typeable a => SgEnumType a -> SgEnumType () | ||||
| Performs an upcast of a SgEnumType subtype to a SgEnumType. | ||||
| newEnumType :: Typeable a => Ptr (SgEnumType a) -> IO (SgEnumType ()) | ||||
| Stub for ::SgEnumType::SgEnumType of type void (const class ::SgEnumType&) | ||||
| newEnumType2 :: Typeable a => SgDeclarationStatement a -> IO (SgEnumType ()) | ||||
| Stub for ::SgEnumType::SgEnumType of type void (class ::SgDeclarationStatement*) | ||||
| enumTypeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgEnumType a -> IO () | ||||
| Stub for ::SgEnumType::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| enumTypeClassName :: Typeable a => SgEnumType a -> IO String | ||||
| Stub for ::SgEnumType::class_name of type ::std::string() | ||||
| enumTypeCreateType :: (Typeable a, Typeable b) => SgEnumDeclaration a -> SgExpression b -> IO (SgEnumType ()) | ||||
| Stub for ::SgEnumType::createType of type class ::SgEnumType*(class SgEnumDeclaration *, class SgExpression *) | ||||
| enumTypeGetChildIndex :: (Typeable a, Typeable b) => SgEnumType a -> SgNode b -> IO CLong | ||||
| Stub for ::SgEnumType::getChildIndex of type long (class ::SgNode*) | ||||
| enumTypeGetChildIndex2 :: (Typeable a, Typeable b) => SgEnumType a -> SgNode b -> IO CSize | ||||
| Stub for ::SgEnumType::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| enumTypeGetMangled :: Typeable a => SgEnumType a -> IO String | ||||
| Stub for ::SgEnumType::get_mangled of type class ::SgName() | ||||
| enumTypeGetName :: Typeable a => SgEnumType a -> IO String | ||||
| Stub for ::SgEnumType::get_name of type class ::SgName() | ||||
| enumTypeGetNumberOfTraversalSuccessors :: Typeable a => SgEnumType a -> IO CSize | ||||
| Stub for ::SgEnumType::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| enumTypeGetTraversalSuccessorByIndex :: Typeable a => SgEnumType a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgEnumType::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| enumTypeGetTraversalSuccessorContainer :: Typeable a => SgEnumType a -> IO [SgNode ()] | ||||
| Stub for ::SgEnumType::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| enumTypeGetTraversalSuccessorNamesContainer :: Typeable a => SgEnumType a -> IO [CString] | ||||
| Stub for ::SgEnumType::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| enumTypeIsInMemoryPool :: Typeable a => SgEnumType a -> IO Bool | ||||
| Stub for ::SgEnumType::isInMemoryPool of type bool () | ||||
| enumTypeMemoryUsage :: IO CSize | ||||
| Stub for ::SgEnumType::memoryUsage of type ::size_t() | ||||
| enumTypeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgEnumType::numberOfNodes of type ::size_t() | ||||
| enumTypeSageClassName :: Typeable a => SgEnumType a -> IO String | ||||
| Stub for ::SgEnumType::sage_class_name of type const char *() | ||||
| enumTypeVariantT :: Typeable a => SgEnumType a -> IO VariantT | ||||
| Stub for ::SgEnumType::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |