Tensor Comprehensions
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lang::Ident Struct Reference

#include <tree_views.h>

Inheritance diagram for lang::Ident:
Collaboration diagram for lang::Ident:

Public Member Functions

 Ident (const TreeRef &tree)
 
const std::string & name () const
 
- Public Member Functions inherited from lang::TreeView
 TreeView (const TreeRef &tree_)
 
TreeRef tree () const
 
const SourceRangerange () const
 
 operator TreeRef () const
 

Static Public Member Functions

static TreeRef create (const SourceRange &range, const std::string &name)
 

Private Attributes

TreeRef name_
 

Additional Inherited Members

- Protected Member Functions inherited from lang::TreeView
TreeRef subtree (size_t i) const
 
- Protected Attributes inherited from lang::TreeView
TreeRef tree_
 

Constructor & Destructor Documentation

lang::Ident::Ident ( const TreeRef tree)
inlineexplicit

Member Function Documentation

static TreeRef lang::Ident::create ( const SourceRange range,
const std::string &  name 
)
inlinestatic
const std::string& lang::Ident::name ( ) const
inline

Member Data Documentation

TreeRef lang::Ident::name_
private

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