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

#include <tree_views.h>

Inheritance diagram for lang::Param:
Collaboration diagram for lang::Param:

Public Member Functions

 Param (const TreeRef &tree)
 
Ident ident () const
 
TreeRef type () const
 
bool typeIsInferred () const
 
TensorType tensorType () 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, TreeRef ident, TreeRef type)
 

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::Param::Param ( const TreeRef tree)
inlineexplicit

Member Function Documentation

static TreeRef lang::Param::create ( const SourceRange range,
TreeRef  ident,
TreeRef  type 
)
inlinestatic
Ident lang::Param::ident ( ) const
inline
TensorType lang::Param::tensorType ( ) const
inline
TreeRef lang::Param::type ( ) const
inline
bool lang::Param::typeIsInferred ( ) const
inline

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