| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgDimensionObject :: Typeable a => SgNode a -> IO (Maybe (SgDimensionObject ())) | ||||
| Attempts a dynamic cast of the given node to the type SgDimensionObject. | ||||
| upSgDimensionObject :: Typeable a => SgDimensionObject a -> SgDimensionObject () | ||||
| Performs an upcast of a SgDimensionObject subtype to a SgDimensionObject. | ||||
| newDimensionObject :: IO (SgDimensionObject ()) | ||||
| Stub for ::SgDimensionObject::SgDimensionObject of type void () | ||||
| dimensionObjectCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgDimensionObject a -> IO () | ||||
| Stub for ::SgDimensionObject::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| dimensionObjectClassName :: Typeable a => SgDimensionObject a -> IO String | ||||
| Stub for ::SgDimensionObject::class_name of type ::std::string() | ||||
| dimensionObjectGetChildIndex :: (Typeable a, Typeable b) => SgDimensionObject a -> SgNode b -> IO CLong | ||||
| Stub for ::SgDimensionObject::getChildIndex of type long (class ::SgNode*) | ||||
| dimensionObjectGetArray :: Typeable a => SgDimensionObject a -> IO (SgInitializedName ()) | ||||
| Stub for ::SgDimensionObject::get_array of type class ::SgInitializedName*() | ||||
| dimensionObjectGetChildIndex2 :: (Typeable a, Typeable b) => SgDimensionObject a -> SgNode b -> IO CSize | ||||
| Stub for ::SgDimensionObject::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| dimensionObjectGetNumberOfTraversalSuccessors :: Typeable a => SgDimensionObject a -> IO CSize | ||||
| Stub for ::SgDimensionObject::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| dimensionObjectGetShape :: Typeable a => SgDimensionObject a -> IO (SgExprListExp ()) | ||||
| Stub for ::SgDimensionObject::get_shape of type class ::SgExprListExp*() | ||||
| dimensionObjectGetTraversalSuccessorByIndex :: Typeable a => SgDimensionObject a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgDimensionObject::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| dimensionObjectGetTraversalSuccessorContainer :: Typeable a => SgDimensionObject a -> IO [SgNode ()] | ||||
| Stub for ::SgDimensionObject::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| dimensionObjectGetTraversalSuccessorNamesContainer :: Typeable a => SgDimensionObject a -> IO [CString] | ||||
| Stub for ::SgDimensionObject::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| dimensionObjectIsInMemoryPool :: Typeable a => SgDimensionObject a -> IO Bool | ||||
| Stub for ::SgDimensionObject::isInMemoryPool of type bool () | ||||
| dimensionObjectMemoryUsage :: IO CSize | ||||
| Stub for ::SgDimensionObject::memoryUsage of type ::size_t() | ||||
| dimensionObjectNumberOfNodes :: IO CSize | ||||
| Stub for ::SgDimensionObject::numberOfNodes of type ::size_t() | ||||
| dimensionObjectSageClassName :: Typeable a => SgDimensionObject a -> IO String | ||||
| Stub for ::SgDimensionObject::sage_class_name of type const char *() | ||||
| dimensionObjectSetArray :: (Typeable a, Typeable b) => SgDimensionObject a -> SgInitializedName b -> IO () | ||||
| Stub for ::SgDimensionObject::set_array of type void (class ::SgInitializedName*) | ||||
| dimensionObjectSetShape :: (Typeable a, Typeable b) => SgDimensionObject a -> SgExprListExp b -> IO () | ||||
| Stub for ::SgDimensionObject::set_shape of type void (class ::SgExprListExp*) | ||||
| dimensionObjectVariantT :: Typeable a => SgDimensionObject a -> IO VariantT | ||||
| Stub for ::SgDimensionObject::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |