7 #ifndef RETDEC_CTYPES_ANNOTATION_IN_H
8 #define RETDEC_CTYPES_ANNOTATION_IN_H
22 static std::shared_ptr<AnnotationIn>
create(
23 const std::shared_ptr<Context> &context,
24 const std::string &
name);
26 virtual bool isIn()
const override;
A representation of type's annotation.
A representation of in annotation.
Definition: annotation_in.h:19
static std::shared_ptr< AnnotationIn > create(const std::shared_ptr< Context > &context, const std::string &name)
Creates in annotation.
Definition: annotation_in.cpp:21
AnnotationIn(const std::string &name)
Definition: annotation_in.h:21
virtual bool isIn() const override
Definition: annotation_in.cpp:38
A representation of annotation.
Definition: annotation.h:24
std::string name
Definition: annotation.h:39
Definition: archive_wrapper.h:19