| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgTypeSignedLong :: Typeable a => SgNode a -> IO (Maybe (SgTypeSignedLong ())) | ||||
| Attempts a dynamic cast of the given node to the type SgTypeSignedLong. | ||||
| upSgTypeSignedLong :: Typeable a => SgTypeSignedLong a -> SgTypeSignedLong () | ||||
| Performs an upcast of a SgTypeSignedLong subtype to a SgTypeSignedLong. | ||||
| newTypeSignedLong :: IO (SgTypeSignedLong ()) | ||||
| Stub for ::SgTypeSignedLong::SgTypeSignedLong of type void () | ||||
| typeSignedLongCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeSignedLong a -> IO () | ||||
| Stub for ::SgTypeSignedLong::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| typeSignedLongClassName :: Typeable a => SgTypeSignedLong a -> IO String | ||||
| Stub for ::SgTypeSignedLong::class_name of type ::std::string() | ||||
| typeSignedLongCreateType :: Typeable a => SgExpression a -> IO (SgTypeSignedLong ()) | ||||
| Stub for ::SgTypeSignedLong::createType of type class ::SgTypeSignedLong*(class SgExpression *) | ||||
| typeSignedLongGetChildIndex :: (Typeable a, Typeable b) => SgTypeSignedLong a -> SgNode b -> IO CLong | ||||
| Stub for ::SgTypeSignedLong::getChildIndex of type long (class ::SgNode*) | ||||
| typeSignedLongGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeSignedLong a -> SgNode b -> IO CSize | ||||
| Stub for ::SgTypeSignedLong::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| typeSignedLongGetMangled :: Typeable a => SgTypeSignedLong a -> IO String | ||||
| Stub for ::SgTypeSignedLong::get_mangled of type class ::SgName() | ||||
| typeSignedLongGetNumberOfTraversalSuccessors :: Typeable a => SgTypeSignedLong a -> IO CSize | ||||
| Stub for ::SgTypeSignedLong::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| typeSignedLongGetTraversalSuccessorByIndex :: Typeable a => SgTypeSignedLong a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgTypeSignedLong::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| typeSignedLongGetTraversalSuccessorContainer :: Typeable a => SgTypeSignedLong a -> IO [SgNode ()] | ||||
| Stub for ::SgTypeSignedLong::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| typeSignedLongGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeSignedLong a -> IO [CString] | ||||
| Stub for ::SgTypeSignedLong::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| typeSignedLongIsInMemoryPool :: Typeable a => SgTypeSignedLong a -> IO Bool | ||||
| Stub for ::SgTypeSignedLong::isInMemoryPool of type bool () | ||||
| typeSignedLongMemoryUsage :: IO CSize | ||||
| Stub for ::SgTypeSignedLong::memoryUsage of type ::size_t() | ||||
| typeSignedLongNumberOfNodes :: IO CSize | ||||
| Stub for ::SgTypeSignedLong::numberOfNodes of type ::size_t() | ||||
| typeSignedLongSageClassName :: Typeable a => SgTypeSignedLong a -> IO String | ||||
| Stub for ::SgTypeSignedLong::sage_class_name of type const char *() | ||||
| typeSignedLongVariantT :: Typeable a => SgTypeSignedLong a -> IO VariantT | ||||
| Stub for ::SgTypeSignedLong::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |