|
| ROSE.Sage3.Methods.SgTypeFloat |
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| isSgTypeFloat :: Typeable a => SgNode a -> IO (Maybe (SgTypeFloat ())) |
| Attempts a dynamic cast of the given node to the type SgTypeFloat.
|
|
| upSgTypeFloat :: Typeable a => SgTypeFloat a -> SgTypeFloat () |
| Performs an upcast of a SgTypeFloat subtype to a SgTypeFloat.
|
|
| newTypeFloat :: IO (SgTypeFloat ()) |
| Stub for ::SgTypeFloat::SgTypeFloat of type void ()
|
|
| typeFloatCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgTypeFloat a -> IO () |
| Stub for ::SgTypeFloat::checkDataMemberPointersIfInMemoryPool of type void ()
|
|
| typeFloatClassName :: Typeable a => SgTypeFloat a -> IO String |
| Stub for ::SgTypeFloat::class_name of type ::std::string()
|
|
| typeFloatCreateType :: Typeable a => SgExpression a -> IO (SgTypeFloat ()) |
| Stub for ::SgTypeFloat::createType of type class ::SgTypeFloat*(class SgExpression *)
|
|
| typeFloatGetChildIndex :: (Typeable a, Typeable b) => SgTypeFloat a -> SgNode b -> IO CLong |
| Stub for ::SgTypeFloat::getChildIndex of type long (class ::SgNode*)
|
|
| typeFloatGetChildIndex2 :: (Typeable a, Typeable b) => SgTypeFloat a -> SgNode b -> IO CSize |
| Stub for ::SgTypeFloat::get_childIndex of type ::size_t(class ::SgNode*)
|
|
| typeFloatGetMangled :: Typeable a => SgTypeFloat a -> IO String |
| Stub for ::SgTypeFloat::get_mangled of type class ::SgName()
|
|
| typeFloatGetNumberOfTraversalSuccessors :: Typeable a => SgTypeFloat a -> IO CSize |
| Stub for ::SgTypeFloat::get_numberOfTraversalSuccessors of type ::size_t()
|
|
| typeFloatGetTraversalSuccessorByIndex :: Typeable a => SgTypeFloat a -> CSize -> IO (SgNode ()) |
| Stub for ::SgTypeFloat::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t)
|
|
| typeFloatGetTraversalSuccessorContainer :: Typeable a => SgTypeFloat a -> IO [SgNode ()] |
| Stub for ::SgTypeFloat::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > ()
|
|
| typeFloatGetTraversalSuccessorNamesContainer :: Typeable a => SgTypeFloat a -> IO [CString] |
| Stub for ::SgTypeFloat::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > ()
|
|
| typeFloatIsInMemoryPool :: Typeable a => SgTypeFloat a -> IO Bool |
| Stub for ::SgTypeFloat::isInMemoryPool of type bool ()
|
|
| typeFloatMemoryUsage :: IO CSize |
| Stub for ::SgTypeFloat::memoryUsage of type ::size_t()
|
|
| typeFloatNumberOfNodes :: IO CSize |
| Stub for ::SgTypeFloat::numberOfNodes of type ::size_t()
|
|
| typeFloatSageClassName :: Typeable a => SgTypeFloat a -> IO String |
| Stub for ::SgTypeFloat::sage_class_name of type const char *()
|
|
| typeFloatVariantT :: Typeable a => SgTypeFloat a -> IO VariantT |
| Stub for ::SgTypeFloat::variantT of type enum ::VariantT()
|
|
| Produced by Haddock version 2.4.2 |