GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
tree_classdef_event Class Reference

#include "pt-classdef.h"

Collaboration diagram for tree_classdef_event:
Collaboration graph
[legend]

Public Member Functions

 tree_classdef_event (tree_identifier *i=0)
 
 ~tree_classdef_event (void)
 
void accept (tree_walker &)
 
tree_identifierident (void)
 

Private Member Functions

 tree_classdef_event (const tree_classdef_event &)
 
tree_classdef_eventoperator= (const tree_classdef_event &)
 

Private Attributes

tree_identifierid
 

Detailed Description

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

Constructor & Destructor Documentation

tree_classdef_event::tree_classdef_event ( tree_identifier i = 0)
inline

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

tree_classdef_event::~tree_classdef_event ( void  )
inline

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

References id.

tree_classdef_event::tree_classdef_event ( const tree_classdef_event )
private

Member Function Documentation

void tree_classdef_event::accept ( tree_walker tw)

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

References tree_walker::visit_classdef_event().

tree_identifier* tree_classdef_event::ident ( void  )
inline

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

References id.

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

Member Data Documentation

tree_identifier* tree_classdef_event::id
private

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

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


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