| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgBitAttribute :: Typeable a => SgNode a -> IO (Maybe (SgBitAttribute ())) | ||||
| Attempts a dynamic cast of the given node to the type SgBitAttribute. | ||||
| upSgBitAttribute :: Typeable a => SgBitAttribute a -> SgBitAttribute () | ||||
| Performs an upcast of a SgBitAttribute subtype to a SgBitAttribute. | ||||
| newBitAttribute :: String -> CULong -> IO (SgBitAttribute ()) | ||||
| Stub for ::SgBitAttribute::SgBitAttribute of type void (::std::string, unsigned long ) | ||||
| bitAttributeCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgBitAttribute a -> IO () | ||||
| Stub for ::SgBitAttribute::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| bitAttributeClassName :: Typeable a => SgBitAttribute a -> IO String | ||||
| Stub for ::SgBitAttribute::class_name of type ::std::string() | ||||
| bitAttributeGetChildIndex :: (Typeable a, Typeable b) => SgBitAttribute a -> SgNode b -> IO CLong | ||||
| Stub for ::SgBitAttribute::getChildIndex of type long (class ::SgNode*) | ||||
| bitAttributeGetBitflag :: Typeable a => SgBitAttribute a -> IO CULong | ||||
| Stub for ::SgBitAttribute::get_bitflag of type unsigned long () | ||||
| bitAttributeGetChildIndex2 :: (Typeable a, Typeable b) => SgBitAttribute a -> SgNode b -> IO CSize | ||||
| Stub for ::SgBitAttribute::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| bitAttributeGetNumberOfTraversalSuccessors :: Typeable a => SgBitAttribute a -> IO CSize | ||||
| Stub for ::SgBitAttribute::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| bitAttributeGetTraversalSuccessorByIndex :: Typeable a => SgBitAttribute a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgBitAttribute::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| bitAttributeGetTraversalSuccessorContainer :: Typeable a => SgBitAttribute a -> IO [SgNode ()] | ||||
| Stub for ::SgBitAttribute::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| bitAttributeGetTraversalSuccessorNamesContainer :: Typeable a => SgBitAttribute a -> IO [CString] | ||||
| Stub for ::SgBitAttribute::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| bitAttributeIsInMemoryPool :: Typeable a => SgBitAttribute a -> IO Bool | ||||
| Stub for ::SgBitAttribute::isInMemoryPool of type bool () | ||||
| bitAttributeMemoryUsage :: IO CSize | ||||
| Stub for ::SgBitAttribute::memoryUsage of type ::size_t() | ||||
| bitAttributeNumberOfNodes :: IO CSize | ||||
| Stub for ::SgBitAttribute::numberOfNodes of type ::size_t() | ||||
| bitAttributeSageClassName :: Typeable a => SgBitAttribute a -> IO String | ||||
| Stub for ::SgBitAttribute::sage_class_name of type const char *() | ||||
| bitAttributeSetBitflag :: Typeable a => SgBitAttribute a -> CULong -> IO () | ||||
| Stub for ::SgBitAttribute::set_bitflag of type void (unsigned long ) | ||||
| bitAttributeVariantT :: Typeable a => SgBitAttribute a -> IO VariantT | ||||
| Stub for ::SgBitAttribute::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |