retdec
|
A representation of out
annotation.
More...
#include <annotation_out.h>
Public Member Functions | |
AnnotationOut (const std::string &name) | |
virtual bool | isOut () const override |
![]() | |
virtual | ~Annotation ()=default |
virtual bool | isIn () const |
virtual bool | isInOut () const |
virtual bool | isOptional () const |
const std::string & | getName () const |
Returns annotation's name. More... | |
Static Public Member Functions | |
static std::shared_ptr< AnnotationOut > | create (const std::shared_ptr< Context > &context, const std::string &name) |
Creates out annotation. More... | |
Additional Inherited Members | |
![]() | |
Annotation (const std::string &name) | |
Constructs a new annotation. More... | |
A representation of out
annotation.
|
inline |
|
static |
Creates out
annotation.
|
overridevirtual |
Reimplemented from retdec::ctypes::Annotation.