OpenDDS
Snapshot(2023/04/07-19:43)
|
#include <topic_keys.h>
Public Member Functions | |
Error () | |
Error (AST_Decl *node, const std::string &message) | |
virtual | ~Error () throw () |
Error & | operator= (const Error &error) |
virtual const char * | what () const throw () |
AST_Decl * | node () |
Private Attributes | |
AST_Decl * | node_ |
std::string | message_ |
Error in the AST or the application of the annotation.
Definition at line 53 of file topic_keys.h.
TopicKeys::Error::Error | ( | ) |
Definition at line 39 of file topic_keys.cpp.
TopicKeys::Error::Error | ( | AST_Decl * | node, |
const std::string & | message | ||
) |
Definition at line 44 of file topic_keys.cpp.
|
virtual |
Definition at line 50 of file topic_keys.cpp.
AST_Decl * TopicKeys::Error::node | ( | void | ) |
Definition at line 66 of file topic_keys.cpp.
References node_.
Referenced by dds_visitor::visit_structure().
TopicKeys::Error & TopicKeys::Error::operator= | ( | const Error & | error | ) |
|
virtual |
Definition at line 61 of file topic_keys.cpp.
References message_.
Referenced by dds_visitor::visit_structure().
|
private |
Definition at line 65 of file topic_keys.h.
Referenced by operator=(), and what().
|
private |
Definition at line 64 of file topic_keys.h.
Referenced by node(), and operator=().