GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
tree_classdef_event Class Reference

#include "pt-classdef.h"

Collaboration diagram for tree_classdef_event:

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_listcomments (void) const
 
void doc_string (const std::string &txt)
 
std::string doc_string (void) const
 
bool have_doc_string (void) const
 
tree_identifierident (void)
 
tree_classdef_eventoperator= (const tree_classdef_event &)=delete
 

Private Attributes

comment_listm_comments
 
std::string m_doc_string
 
tree_identifierm_id
 

Detailed Description

Definition at line 463 of file pt-classdef.h.

Constructor & Destructor Documentation

◆ tree_classdef_event() [1/2]

tree_classdef_event::tree_classdef_event ( tree_identifier i = nullptr,
comment_list comments = nullptr 
)

Definition at line 183 of file pt-classdef.cc.

◆ tree_classdef_event() [2/2]

tree_classdef_event::tree_classdef_event ( const tree_classdef_event )
delete

◆ ~tree_classdef_event()

tree_classdef_event::~tree_classdef_event ( void  )
inline

Definition at line 476 of file pt-classdef.h.

References m_id.

Member Function Documentation

◆ accept()

void tree_classdef_event::accept ( tree_walker tw)
inline

Definition at line 491 of file pt-classdef.h.

References tree_walker::visit_classdef_event().

◆ comments()

comment_list* tree_classdef_event::comments ( void  ) const
inline

Definition at line 483 of file pt-classdef.h.

References m_comments.

◆ doc_string() [1/2]

void tree_classdef_event::doc_string ( const std::string &  txt)
inline

Definition at line 485 of file pt-classdef.h.

References m_doc_string.

◆ doc_string() [2/2]

std::string tree_classdef_event::doc_string ( void  ) const
inline

Definition at line 487 of file pt-classdef.h.

References m_doc_string.

◆ have_doc_string()

bool tree_classdef_event::have_doc_string ( void  ) const
inline

Definition at line 489 of file pt-classdef.h.

References m_doc_string.

◆ ident()

tree_identifier* tree_classdef_event::ident ( void  )
inline

Definition at line 481 of file pt-classdef.h.

References m_id.

◆ operator=()

tree_classdef_event& tree_classdef_event::operator= ( const tree_classdef_event )
delete

Member Data Documentation

◆ m_comments

comment_list* tree_classdef_event::m_comments
private

Definition at line 499 of file pt-classdef.h.

Referenced by comments().

◆ m_doc_string

std::string tree_classdef_event::m_doc_string
private

Definition at line 500 of file pt-classdef.h.

Referenced by doc_string(), and have_doc_string().

◆ m_id

tree_identifier* tree_classdef_event::m_id
private

Definition at line 498 of file pt-classdef.h.

Referenced by ~tree_classdef_event(), and ident().


The documentation for this class was generated from the following files: