| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUpcMythread :: Typeable a => SgNode a -> IO (Maybe (SgUpcMythread ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUpcMythread. | ||||
| upSgUpcMythread :: Typeable a => SgUpcMythread a -> SgUpcMythread () | ||||
| Performs an upcast of a SgUpcMythread subtype to a SgUpcMythread. | ||||
| newUpcMythread :: Typeable a => Sg_File_Info a -> CInt -> String -> IO (SgUpcMythread ()) | ||||
| Stub for ::SgUpcMythread::SgUpcMythread of type void (class ::Sg_File_Info*, int , ::std::string) | ||||
| newUpcMythread2 :: CInt -> String -> IO (SgUpcMythread ()) | ||||
| Stub for ::SgUpcMythread::SgUpcMythread of type void (int , ::std::string) | ||||
| upcMythreadCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUpcMythread a -> IO () | ||||
| Stub for ::SgUpcMythread::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| upcMythreadClassName :: Typeable a => SgUpcMythread a -> IO String | ||||
| Stub for ::SgUpcMythread::class_name of type ::std::string() | ||||
| upcMythreadGetChildIndex :: (Typeable a, Typeable b) => SgUpcMythread a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUpcMythread::getChildIndex of type long (class ::SgNode*) | ||||
| upcMythreadGetChildIndex2 :: (Typeable a, Typeable b) => SgUpcMythread a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUpcMythread::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| upcMythreadGetNumberOfTraversalSuccessors :: Typeable a => SgUpcMythread a -> IO CSize | ||||
| Stub for ::SgUpcMythread::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| upcMythreadGetTraversalSuccessorByIndex :: Typeable a => SgUpcMythread a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUpcMythread::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| upcMythreadGetTraversalSuccessorContainer :: Typeable a => SgUpcMythread a -> IO [SgNode ()] | ||||
| Stub for ::SgUpcMythread::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| upcMythreadGetTraversalSuccessorNamesContainer :: Typeable a => SgUpcMythread a -> IO [CString] | ||||
| Stub for ::SgUpcMythread::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| upcMythreadGetType :: Typeable a => SgUpcMythread a -> IO (SgType ()) | ||||
| Stub for ::SgUpcMythread::get_type of type class ::SgType*() | ||||
| upcMythreadGetValue :: Typeable a => SgUpcMythread a -> IO CInt | ||||
| Stub for ::SgUpcMythread::get_value of type int () | ||||
| upcMythreadGetValueString :: Typeable a => SgUpcMythread a -> IO String | ||||
| Stub for ::SgUpcMythread::get_valueString of type ::std::string() | ||||
| upcMythreadIsInMemoryPool :: Typeable a => SgUpcMythread a -> IO Bool | ||||
| Stub for ::SgUpcMythread::isInMemoryPool of type bool () | ||||
| upcMythreadMemoryUsage :: IO CSize | ||||
| Stub for ::SgUpcMythread::memoryUsage of type ::size_t() | ||||
| upcMythreadNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUpcMythread::numberOfNodes of type ::size_t() | ||||
| upcMythreadPostConstructionInitialization :: Typeable a => SgUpcMythread a -> IO () | ||||
| Stub for ::SgUpcMythread::post_construction_initialization of type void () | ||||
| upcMythreadSageClassName :: Typeable a => SgUpcMythread a -> IO String | ||||
| Stub for ::SgUpcMythread::sage_class_name of type const char *() | ||||
| upcMythreadSetValue :: Typeable a => SgUpcMythread a -> CInt -> IO () | ||||
| Stub for ::SgUpcMythread::set_value of type void (int ) | ||||
| upcMythreadSetValueString :: Typeable a => SgUpcMythread a -> String -> IO () | ||||
| Stub for ::SgUpcMythread::set_valueString of type void (::std::string) | ||||
| upcMythreadVariantT :: Typeable a => SgUpcMythread a -> IO VariantT | ||||
| Stub for ::SgUpcMythread::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |