Polly 19.0.0git
Public Member Functions | Protected Member Functions | Static Private Attributes | Friends | List of all members
isl::ast_node_block Class Reference

#include <isl-noexceptions.h>

Inheritance diagram for isl::ast_node_block:
Inheritance graph
[legend]

Public Member Functions

 ast_node_block ()
 
 ast_node_block (const ast_node_block &obj)
 
ast_node_blockoperator= (ast_node_block obj)
 
isl::ctx ctx () const
 
isl::ast_node_list children () const
 
isl::ast_node_list get_children () const
 
- Public Member Functions inherited from isl::ast_node
 ast_node ()
 
 ast_node (const ast_node &obj)
 
ast_nodeoperator= (ast_node obj)
 
 ~ast_node ()
 
__isl_give isl_ast_nodecopy () const &
 
__isl_give isl_ast_nodecopy () &&=delete
 
__isl_keep isl_ast_nodeget () const
 
__isl_give isl_ast_noderelease ()
 
bool is_null () const
 
template<class T >
boolean isa () const
 
template<class T >
as () const
 
isl::ctx ctx () const
 
isl::id annotation () const
 
isl::id get_annotation () const
 
std::string to_C_str () const
 
isl::ast_node_list to_list () const
 

Protected Member Functions

 ast_node_block (__isl_take isl_ast_node *ptr)
 
- Protected Member Functions inherited from isl::ast_node
 ast_node (__isl_take isl_ast_node *ptr)
 

Static Private Attributes

static const auto type = isl_ast_node_block
 

Friends

template<class T >
boolean ast_node::isa () const
 
ast_node_block ast_node::as () const
 

Additional Inherited Members

- Protected Attributes inherited from isl::ast_node
isl_ast_nodeptr = nullptr
 

Detailed Description

Definition at line 1264 of file isl-noexceptions.h.

Constructor & Destructor Documentation

◆ ast_node_block() [1/3]

isl::ast_node_block::ast_node_block ( __isl_take isl_ast_node ptr)
inlineexplicitprotected

Definition at line 7449 of file isl-noexceptions.h.

◆ ast_node_block() [2/3]

isl::ast_node_block::ast_node_block ( )
inline

Definition at line 7441 of file isl-noexceptions.h.

◆ ast_node_block() [3/3]

isl::ast_node_block::ast_node_block ( const ast_node_block obj)
inline

Definition at line 7444 of file isl-noexceptions.h.

Member Function Documentation

◆ children()

isl::ast_node_list isl::ast_node_block::children ( ) const
inline

◆ ctx()

isl::ctx isl::ast_node_block::ctx ( ) const
inline

Definition at line 7457 of file isl-noexceptions.h.

References isl_ast_node_get_ctx(), and isl::ast_node::ptr.

◆ get_children()

isl::ast_node_list isl::ast_node_block::get_children ( ) const
inline

Definition at line 7467 of file isl-noexceptions.h.

References children().

◆ operator=()

ast_node_block & isl::ast_node_block::operator= ( ast_node_block  obj)
inline

Definition at line 7452 of file isl-noexceptions.h.

References obj.

Friends And Related Function Documentation

◆ ast_node::as

ast_node_block ast_node::as ( ) const
friend

◆ ast_node::isa

template<class T >
boolean ast_node::isa ( ) const
friend

Member Data Documentation

◆ type

const auto isl::ast_node_block::type = isl_ast_node_block
staticprivate

Definition at line 1268 of file isl-noexceptions.h.


The documentation for this class was generated from the following file: