tvm
Public Member Functions | List of all members
tvm::script::printer::ExprStmtDoc Class Reference

Reference type of ExprStmtDocNode. More...

#include <doc.h>

Inheritance diagram for tvm::script::printer::ExprStmtDoc:
Collaboration diagram for tvm::script::printer::ExprStmtDoc:

Public Member Functions

 ExprStmtDoc (ExprDoc expr)
 Constructor of ExprStmtDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (ExprStmtDoc, StmtDoc, ExprStmtDocNode)
 
- Public Member Functions inherited from tvm::script::printer::StmtDoc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (StmtDoc, Doc, StmtDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (Doc, ObjectRef, DocNode)
 

Additional Inherited Members

- Protected Member Functions inherited from tvm::script::printer::StmtDoc
 StmtDoc ()=default
 
- Protected Member Functions inherited from tvm::script::printer::Doc
 Doc ()=default
 

Detailed Description

Reference type of ExprStmtDocNode.

See also
ExprStmtDocNode

Constructor & Destructor Documentation

◆ ExprStmtDoc()

tvm::script::printer::ExprStmtDoc::ExprStmtDoc ( ExprDoc  expr)
explicit

Constructor of ExprStmtDoc.

Parameters
exprThe expression represented by this doc.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::ExprStmtDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( ExprStmtDoc  ,
StmtDoc  ,
ExprStmtDocNode   
)

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