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

Reference type of StmtBlockDocNode. More...

#include <doc.h>

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

Public Member Functions

 StmtBlockDoc (Array< StmtDoc > stmts)
 Constructor of StmtBlockDoc. More...
 
 TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS (StmtBlockDoc, Doc, StmtBlockDocNode)
 
- 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::Doc
 Doc ()=default
 

Detailed Description

Reference type of StmtBlockDocNode.

See also
StmtBlockDocNode

Constructor & Destructor Documentation

◆ StmtBlockDoc()

tvm::script::printer::StmtBlockDoc::StmtBlockDoc ( Array< StmtDoc stmts)
explicit

Constructor of StmtBlockDoc.

Parameters
stmtsThe list of statements.

Member Function Documentation

◆ TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS()

tvm::script::printer::StmtBlockDoc::TVM_DEFINE_NOTNULLABLE_OBJECT_REF_METHODS ( StmtBlockDoc  ,
Doc  ,
StmtBlockDocNode   
)

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