OpenDDS
Snapshot(2023/04/28-20:55)
|
#include <annotations.h>
Public Member Functions | |
std::string | definition () const |
std::string | name () const |
std::string | module () const |
![]() | |
Annotation () | |
virtual | ~Annotation () |
virtual std::string | fullname () const |
AST_Annotation_Decl * | declaration () const |
AST_Annotation_Appl * | find_on (AST_Decl *node) const |
void | cache () |
Types with this annotation will not get a DynamicDataAdapterImpl generated for them. Attempting to access struct or union members with this annotation on their type will result in an UNSUPPORTED retcode. get_dynamic_data_adapter for these types will be generated, but will return nullptr.
Definition at line 427 of file annotations.h.
|
inlinevirtual |
Implements Annotation.
Definition at line 428 of file annotations.h.
|
inlinevirtual |
Reimplemented from Annotation.
Definition at line 444 of file annotations.h.
|
inlinevirtual |
Implements Annotation.
Definition at line 439 of file annotations.h.