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_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (ExprStmtDoc, StmtDoc, ExprStmtDocNode)
 
- Public Member Functions inherited from tvm::script::printer::StmtDoc
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (StmtDoc, Doc, StmtDocNode)
 
- Public Member Functions inherited from tvm::script::printer::Doc
 TVM_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE (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
 
 Doc (ObjectPtr< DocNode > data)
 

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_FFI_DEFINE_OBJECT_REF_METHODS_NOTNULLABLE()

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

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