| ||||
| ||||
| Synopsis | ||||
| Documentation | ||||
| isSgUsingDirectiveStatement :: Typeable a => SgNode a -> IO (Maybe (SgUsingDirectiveStatement ())) | ||||
| Attempts a dynamic cast of the given node to the type SgUsingDirectiveStatement. | ||||
| upSgUsingDirectiveStatement :: Typeable a => SgUsingDirectiveStatement a -> SgUsingDirectiveStatement () | ||||
| Performs an upcast of a SgUsingDirectiveStatement subtype to a SgUsingDirectiveStatement. | ||||
| newUsingDirectiveStatement :: (Typeable a, Typeable b) => Sg_File_Info a -> SgNamespaceDeclarationStatement b -> IO (SgUsingDirectiveStatement ()) | ||||
| Stub for ::SgUsingDirectiveStatement::SgUsingDirectiveStatement of type void (class ::Sg_File_Info*, class ::SgNamespaceDeclarationStatement*) | ||||
| newUsingDirectiveStatement2 :: Typeable a => SgNamespaceDeclarationStatement a -> IO (SgUsingDirectiveStatement ()) | ||||
| Stub for ::SgUsingDirectiveStatement::SgUsingDirectiveStatement of type void (class ::SgNamespaceDeclarationStatement*) | ||||
| usingDirectiveStatementCfgIndexForEnd :: Typeable a => SgUsingDirectiveStatement a -> IO CUInt | ||||
| Stub for ::SgUsingDirectiveStatement::cfgIndexForEnd of type unsigned int () | ||||
| usingDirectiveStatementCheckDataMemberPointersIfInMemoryPool :: Typeable a => SgUsingDirectiveStatement a -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::checkDataMemberPointersIfInMemoryPool of type void () | ||||
| usingDirectiveStatementClassName :: Typeable a => SgUsingDirectiveStatement a -> IO String | ||||
| Stub for ::SgUsingDirectiveStatement::class_name of type ::std::string() | ||||
| usingDirectiveStatementGetChildIndex :: (Typeable a, Typeable b) => SgUsingDirectiveStatement a -> SgNode b -> IO CLong | ||||
| Stub for ::SgUsingDirectiveStatement::getChildIndex of type long (class ::SgNode*) | ||||
| usingDirectiveStatementGetChildIndex2 :: (Typeable a, Typeable b) => SgUsingDirectiveStatement a -> SgNode b -> IO CSize | ||||
| Stub for ::SgUsingDirectiveStatement::get_childIndex of type ::size_t(class ::SgNode*) | ||||
| usingDirectiveStatementGetGlobalQualificationRequired :: Typeable a => SgUsingDirectiveStatement a -> IO Bool | ||||
| Stub for ::SgUsingDirectiveStatement::get_global_qualification_required of type bool () | ||||
| usingDirectiveStatementGetMangledName :: Typeable a => SgUsingDirectiveStatement a -> IO String | ||||
| Stub for ::SgUsingDirectiveStatement::get_mangled_name of type class ::SgName() | ||||
| usingDirectiveStatementGetNameQualificationLength :: Typeable a => SgUsingDirectiveStatement a -> IO CInt | ||||
| Stub for ::SgUsingDirectiveStatement::get_name_qualification_length of type int () | ||||
| usingDirectiveStatementGetNamespaceDeclaration :: Typeable a => SgUsingDirectiveStatement a -> IO (SgNamespaceDeclarationStatement ()) | ||||
| Stub for ::SgUsingDirectiveStatement::get_namespaceDeclaration of type class ::SgNamespaceDeclarationStatement*() | ||||
| usingDirectiveStatementGetNumberOfTraversalSuccessors :: Typeable a => SgUsingDirectiveStatement a -> IO CSize | ||||
| Stub for ::SgUsingDirectiveStatement::get_numberOfTraversalSuccessors of type ::size_t() | ||||
| usingDirectiveStatementGetTraversalSuccessorByIndex :: Typeable a => SgUsingDirectiveStatement a -> CSize -> IO (SgNode ()) | ||||
| Stub for ::SgUsingDirectiveStatement::get_traversalSuccessorByIndex of type class ::SgNode*(::size_t) | ||||
| usingDirectiveStatementGetTraversalSuccessorContainer :: Typeable a => SgUsingDirectiveStatement a -> IO [SgNode ()] | ||||
| Stub for ::SgUsingDirectiveStatement::get_traversalSuccessorContainer of type class ::std::vector < SgNode * , allocator< SgNode * > > () | ||||
| usingDirectiveStatementGetTraversalSuccessorNamesContainer :: Typeable a => SgUsingDirectiveStatement a -> IO [CString] | ||||
| Stub for ::SgUsingDirectiveStatement::get_traversalSuccessorNamesContainer of type class ::std::vector < string , allocator< string > > () | ||||
| usingDirectiveStatementGetTypeElaborationRequired :: Typeable a => SgUsingDirectiveStatement a -> IO Bool | ||||
| Stub for ::SgUsingDirectiveStatement::get_type_elaboration_required of type bool () | ||||
| usingDirectiveStatementIsInMemoryPool :: Typeable a => SgUsingDirectiveStatement a -> IO Bool | ||||
| Stub for ::SgUsingDirectiveStatement::isInMemoryPool of type bool () | ||||
| usingDirectiveStatementMemoryUsage :: IO CSize | ||||
| Stub for ::SgUsingDirectiveStatement::memoryUsage of type ::size_t() | ||||
| usingDirectiveStatementNumberOfNodes :: IO CSize | ||||
| Stub for ::SgUsingDirectiveStatement::numberOfNodes of type ::size_t() | ||||
| usingDirectiveStatementPostConstructionInitialization :: Typeable a => SgUsingDirectiveStatement a -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::post_construction_initialization of type void () | ||||
| usingDirectiveStatementSageClassName :: Typeable a => SgUsingDirectiveStatement a -> IO String | ||||
| Stub for ::SgUsingDirectiveStatement::sage_class_name of type const char *() | ||||
| usingDirectiveStatementSetGlobalQualificationRequired :: Typeable a => SgUsingDirectiveStatement a -> Bool -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::set_global_qualification_required of type void (bool ) | ||||
| usingDirectiveStatementSetNameQualificationLength :: Typeable a => SgUsingDirectiveStatement a -> CInt -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::set_name_qualification_length of type void (int ) | ||||
| usingDirectiveStatementSetNamespaceDeclaration :: (Typeable a, Typeable b) => SgUsingDirectiveStatement a -> SgNamespaceDeclarationStatement b -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::set_namespaceDeclaration of type void (class ::SgNamespaceDeclarationStatement*) | ||||
| usingDirectiveStatementSetTypeElaborationRequired :: Typeable a => SgUsingDirectiveStatement a -> Bool -> IO () | ||||
| Stub for ::SgUsingDirectiveStatement::set_type_elaboration_required of type void (bool ) | ||||
| usingDirectiveStatementVariantT :: Typeable a => SgUsingDirectiveStatement a -> IO VariantT | ||||
| Stub for ::SgUsingDirectiveStatement::variantT of type enum ::VariantT() | ||||
| Produced by Haddock version 2.4.2 |