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