TVM  0.9.4
tvm::internal::ObjWithId Class Reference

#include <tvm/internal/ObjWithId.h>

Inheritance diagram for tvm::internal::ObjWithId:

Public Member Functions

 ObjWithId (const ObjWithId &)=delete
 
 ObjWithId (ObjWithId &&other)
 
ObjWithIdoperator= (const ObjWithId &)=delete
 
ObjWithIdoperator= (ObjWithId &&other)
 
int id () const
 

Protected Member Functions

 ObjWithId ()
 

Detailed Description

A class with a unique id.

Constructor & Destructor Documentation

◆ ObjWithId() [1/3]

tvm::internal::ObjWithId::ObjWithId ( const ObjWithId )
delete

◆ ObjWithId() [2/3]

tvm::internal::ObjWithId::ObjWithId ( ObjWithId &&  other)
inline

◆ ObjWithId() [3/3]

tvm::internal::ObjWithId::ObjWithId ( )
inlineprotected

Member Function Documentation

◆ id()

int tvm::internal::ObjWithId::id ( ) const
inline

◆ operator=() [1/2]

ObjWithId& tvm::internal::ObjWithId::operator= ( const ObjWithId )
delete

◆ operator=() [2/2]

ObjWithId& tvm::internal::ObjWithId::operator= ( ObjWithId &&  other)
inline

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