#include "pt-classdef.h"
Public Member Functions | |
tree_classdef_event (const tree_classdef_event &)=delete | |
tree_classdef_event (tree_identifier *i=nullptr, comment_list *comments=nullptr) | |
~tree_classdef_event (void) | |
void | accept (tree_walker &tw) |
comment_list * | comments (void) const |
void | doc_string (const std::string &txt) |
std::string | doc_string (void) const |
bool | have_doc_string (void) const |
tree_identifier * | ident (void) |
tree_classdef_event & | operator= (const tree_classdef_event &)=delete |
Private Attributes | |
comment_list * | m_comments |
std::string | m_doc_string |
tree_identifier * | m_id |
Definition at line 463 of file pt-classdef.h.
tree_classdef_event::tree_classdef_event | ( | tree_identifier * | i = nullptr , |
comment_list * | comments = nullptr |
||
) |
Definition at line 183 of file pt-classdef.cc.
|
delete |
|
inline |
Definition at line 476 of file pt-classdef.h.
References m_id.
|
inline |
Definition at line 491 of file pt-classdef.h.
References tree_walker::visit_classdef_event().
|
inline |
Definition at line 483 of file pt-classdef.h.
References m_comments.
|
inline |
Definition at line 485 of file pt-classdef.h.
References m_doc_string.
|
inline |
Definition at line 487 of file pt-classdef.h.
References m_doc_string.
|
inline |
Definition at line 489 of file pt-classdef.h.
References m_doc_string.
|
inline |
Definition at line 481 of file pt-classdef.h.
References m_id.
|
delete |
|
private |
Definition at line 499 of file pt-classdef.h.
Referenced by comments().
|
private |
Definition at line 500 of file pt-classdef.h.
Referenced by doc_string(), and have_doc_string().
|
private |
Definition at line 498 of file pt-classdef.h.
Referenced by ~tree_classdef_event(), and ident().