| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDoubleVal :: Typeable a => SgNode a -> IO (Maybe (SgDoubleVal ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDoubleVal. | ||||
| upSgDoubleVal :: Typeable a => SgDoubleVal a -> SgDoubleVal () | ||||
| Performs an upcast of a SgDoubleVal subtype to a SgDoubleVal. | ||||
| newDoubleVal :: Typeable a => Sg_File_Info a -> CDouble -> String -> IO (SgDoubleVal ()) | ||||
| Stub for ::SgDoubleVal::SgDoubleVal of type void (class ::Sg_File_Info*, double , ::std::string) | ||||
| newDoubleVal2 :: CDouble -> String -> IO (SgDoubleVal ()) | ||||
| Stub for ::SgDoubleVal::SgDoubleVal of type void (double , ::std::string) | ||||
| doubleValCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDoubleVal a -> IO () | ||||
| Stub for ::SgDoubleVal::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| doubleValClassName :: Typeable a => SgDoubleVal a -> IO String | ||||
| Stub for ::SgDoubleVal::class_name of type ::std::string() | ||||
| doubleValGetChildIndex :: (Typeable a, Typeable b) => SgDoubleVal a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDoubleVal::getChildIndex of type long (class ::SgNode*) | ||||
| doubleValGetChildIndex2 :: (Typeable a, Typeable b) => SgDoubleVal a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDoubleVal::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| doubleValGetNumberOfTraversalSuccessors :: Typeable a => SgDoubleVal a -> IO CSize | ||||
| Stub for ::SgDoubleVal::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| doubleValGetTraversalSuccessorByIndex :: Typeable a => SgDoubleVal a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDoubleVal::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| doubleValGetTraversalSuccessorContainer :: Typeable a => SgDoubleVal a -> IO [SgNode ()] | ||||
| Stub for ::SgDoubleVal::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| doubleValGetTraversalSuccessorNamesContainer :: Typeable a => SgDoubleVal a -> IO [CString] | ||||
| Stub for ::SgDoubleVal::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| doubleValGetType :: Typeable a => SgDoubleVal a -> IO (SgType ()) | ||||
| Stub for ::SgDoubleVal::get_type of type class ::SgType*() | ||||
| doubleValGetValue :: Typeable a => SgDoubleVal a -> IO CDouble | ||||
| Stub for ::SgDoubleVal::get_value of type double () | ||||
| doubleValGetValueString :: Typeable a => SgDoubleVal a -> IO String | ||||
| Stub for ::SgDoubleVal::get_valueString of type ::std::string() | ||||
| doubleValIsInMemoryPool :: Typeable a => SgDoubleVal a -> IO Bool | ||||
| Stub for ::SgDoubleVal::isInMemoryPool of type bool () | ||||
| doubleValMemoryUsage :: IO CSize | ||||
| Stub for ::SgDoubleVal::memoryUsage of type ::size_t() | ||||
| doubleValNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDoubleVal::numberOfNodes of type ::size_t() | ||||
| doubleValPostConstructionInitialization :: Typeable a => SgDoubleVal a -> IO () | ||||
| Stub for ::SgDoubleVal::post_construction_initialization of type void () | ||||
| doubleValSageClassName :: Typeable a => SgDoubleVal a -> IO String | ||||
| Stub for ::SgDoubleVal::sage_class_name of type const char *() | ||||
| doubleValSetValue :: Typeable a => SgDoubleVal a -> CDouble -> IO () | ||||
| Stub for ::SgDoubleVal::set_value of type void (double ) | ||||
| doubleValSetValueString :: Typeable a => SgDoubleVal a -> String -> IO () | ||||
| Stub for ::SgDoubleVal::set_valueString of type void (::std::string) | ||||
| doubleValVariantT :: Typeable a => SgDoubleVal a -> IO VariantT | ||||
| Stub for ::SgDoubleVal::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |