| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUpcThreads :: Typeable a => SgNode a -> IO (Maybe (SgUpcThreads ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUpcThreads. | ||||
| upSgUpcThreads :: Typeable a => SgUpcThreads a -> SgUpcThreads () | ||||
| Performs an upcast of a SgUpcThreads subtype to a SgUpcThreads. | ||||
| newUpcThreads :: Typeable a => Sg_File_Info a -> CInt -> String -> IO (SgUpcThreads ()) | ||||
| Stub for ::SgUpcThreads::SgUpcThreads of type void (class ::Sg_File_Info*, int , ::std::string) | ||||
| newUpcThreads2 :: CInt -> String -> IO (SgUpcThreads ()) | ||||
| Stub for ::SgUpcThreads::SgUpcThreads of type void (int , ::std::string) | ||||
| upcThreadsCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUpcThreads a -> IO () | ||||
| Stub for ::SgUpcThreads::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| upcThreadsClassName :: Typeable a => SgUpcThreads a -> IO String | ||||
| Stub for ::SgUpcThreads::class_name of type ::std::string() | ||||
| upcThreadsGetChildIndex :: (Typeable a, Typeable b) => SgUpcThreads a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUpcThreads::getChildIndex of type long (class ::SgNode*) | ||||
| upcThreadsGetChildIndex2 :: (Typeable a, Typeable b) => SgUpcThreads a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUpcThreads::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| upcThreadsGetNumberOfTraversalSuccessors :: Typeable a => SgUpcThreads a -> IO CSize | ||||
| Stub for ::SgUpcThreads::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| upcThreadsGetTraversalSuccessorByIndex :: Typeable a => SgUpcThreads a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUpcThreads::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| upcThreadsGetTraversalSuccessorContainer :: Typeable a => SgUpcThreads a -> IO [SgNode ()] | ||||
| Stub for ::SgUpcThreads::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| upcThreadsGetTraversalSuccessorNamesContainer :: Typeable a => SgUpcThreads a -> IO [CString] | ||||
| Stub for ::SgUpcThreads::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| upcThreadsGetType :: Typeable a => SgUpcThreads a -> IO (SgType ()) | ||||
| Stub for ::SgUpcThreads::get_type of type class ::SgType*() | ||||
| upcThreadsGetValue :: Typeable a => SgUpcThreads a -> IO CInt | ||||
| Stub for ::SgUpcThreads::get_value of type int () | ||||
| upcThreadsGetValueString :: Typeable a => SgUpcThreads a -> IO String | ||||
| Stub for ::SgUpcThreads::get_valueString of type ::std::string() | ||||
| upcThreadsIsInMemoryPool :: Typeable a => SgUpcThreads a -> IO Bool | ||||
| Stub for ::SgUpcThreads::isInMemoryPool of type bool () | ||||
| upcThreadsMemoryUsage :: IO CSize | ||||
| Stub for ::SgUpcThreads::memoryUsage of type ::size_t() | ||||
| upcThreadsNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUpcThreads::numberOfNodes of type ::size_t() | ||||
| upcThreadsPostConstructionInitialization :: Typeable a => SgUpcThreads a -> IO () | ||||
| Stub for ::SgUpcThreads::post_construction_initialization of type void () | ||||
| upcThreadsSageClassName :: Typeable a => SgUpcThreads a -> IO String | ||||
| Stub for ::SgUpcThreads::sage_class_name of type const char *() | ||||
| upcThreadsSetValue :: Typeable a => SgUpcThreads a -> CInt -> IO () | ||||
| Stub for ::SgUpcThreads::set_value of type void (int ) | ||||
| upcThreadsSetValueString :: Typeable a => SgUpcThreads a -> String -> IO () | ||||
| Stub for ::SgUpcThreads::set_valueString of type void (::std::string) | ||||
| upcThreadsVariantT :: Typeable a => SgUpcThreads a -> IO VariantT | ||||
| Stub for ::SgUpcThreads::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |