ONE - On-device Neural Engine
Loading...
Searching...
No Matches
enco::Pass::Name Class Reference

#include <Pass.h>

Public Member Functions

 Name (const std::string &content)
 
 Name (const Name &)=default
 
 Name (Name &&)=default
 
 ~Name ()=default
 
const std::string & content (void) const
 

Detailed Description

Definition at line 30 of file Pass.h.

Constructor & Destructor Documentation

◆ Name() [1/3]

enco::Pass::Name::Name ( const std::string &  content)
inline

Definition at line 33 of file Pass.h.

33 : _content{content}
34 {
35 // DO NOTHING
36 }
const std::string & content(void) const
Definition Pass.h:44

◆ Name() [2/3]

enco::Pass::Name::Name ( const Name )
default

◆ Name() [3/3]

enco::Pass::Name::Name ( Name &&  )
default

◆ ~Name()

enco::Pass::Name::~Name ( )
default

Member Function Documentation

◆ content()

const std::string & enco::Pass::Name::content ( void  ) const
inline

Definition at line 44 of file Pass.h.

44{ return _content; }

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