| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgFloatVal :: Typeable a => SgNode a -> IO (Maybe (SgFloatVal ())) | ||||
| Attempts a dynamic cast of the given node to the type SgFloatVal. | ||||
| upSgFloatVal :: Typeable a => SgFloatVal a -> SgFloatVal () | ||||
| Performs an upcast of a SgFloatVal subtype to a SgFloatVal. | ||||
| newFloatVal :: Typeable a => Sg_File_Info a -> CFloat -> String -> IO (SgFloatVal ()) | ||||
| Stub for ::SgFloatVal::SgFloatVal of type void (class ::Sg_File_Info*, float , ::std::string) | ||||
| newFloatVal2 :: CFloat -> String -> IO (SgFloatVal ()) | ||||
| Stub for ::SgFloatVal::SgFloatVal of type void (float , ::std::string) | ||||
| floatValCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgFloatVal a -> IO () | ||||
| Stub for ::SgFloatVal::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| floatValClassName :: Typeable a => SgFloatVal a -> IO String | ||||
| Stub for ::SgFloatVal::class_name of type ::std::string() | ||||
| floatValGetChildIndex :: (Typeable a, Typeable b) => SgFloatVal a -> SgNode b -> IO CLong | ||||
| Stub for ::SgFloatVal::getChildIndex of type long (class ::SgNode*) | ||||
| floatValGetChildIndex2 :: (Typeable a, Typeable b) => SgFloatVal a -> SgNode b -> IO CSize | ||||
| Stub for ::SgFloatVal::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| floatValGetNumberOfTraversalSuccessors :: Typeable a => SgFloatVal a -> IO CSize | ||||
| Stub for ::SgFloatVal::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| floatValGetTraversalSuccessorByIndex :: Typeable a => SgFloatVal a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgFloatVal::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| floatValGetTraversalSuccessorContainer :: Typeable a => SgFloatVal a -> IO [SgNode ()] | ||||
| Stub for ::SgFloatVal::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| floatValGetTraversalSuccessorNamesContainer :: Typeable a => SgFloatVal a -> IO [CString] | ||||
| Stub for ::SgFloatVal::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| floatValGetType :: Typeable a => SgFloatVal a -> IO (SgType ()) | ||||
| Stub for ::SgFloatVal::get_type of type class ::SgType*() | ||||
| floatValGetValue :: Typeable a => SgFloatVal a -> IO CFloat | ||||
| Stub for ::SgFloatVal::get_value of type float () | ||||
| floatValGetValueString :: Typeable a => SgFloatVal a -> IO String | ||||
| Stub for ::SgFloatVal::get_valueString of type ::std::string() | ||||
| floatValIsInMemoryPool :: Typeable a => SgFloatVal a -> IO Bool | ||||
| Stub for ::SgFloatVal::isInMemoryPool of type bool () | ||||
| floatValMemoryUsage :: IO CSize | ||||
| Stub for ::SgFloatVal::memoryUsage of type ::size_t() | ||||
| floatValNumberOfNodes :: IO CSize | ||||
| Stub for ::SgFloatVal::numberOfNodes of type ::size_t() | ||||
| floatValPostConstructionInitialization :: Typeable a => SgFloatVal a -> IO () | ||||
| Stub for ::SgFloatVal::post_construction_initialization of type void () | ||||
| floatValSageClassName :: Typeable a => SgFloatVal a -> IO String | ||||
| Stub for ::SgFloatVal::sage_class_name of type const char *() | ||||
| floatValSetValue :: Typeable a => SgFloatVal a -> CFloat -> IO () | ||||
| Stub for ::SgFloatVal::set_value of type void (float ) | ||||
| floatValSetValueString :: Typeable a => SgFloatVal a -> String -> IO () | ||||
| Stub for ::SgFloatVal::set_valueString of type void (::std::string) | ||||
| floatValVariantT :: Typeable a => SgFloatVal a -> IO VariantT | ||||
| Stub for ::SgFloatVal::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |