TAO_IFR  2.0.8
Public Member Functions
ifr_removing_visitor Class Reference

ifr_removing_visitor. More...

#include <ifr_removing_visitor.h>

Inheritance diagram for ifr_removing_visitor:
Inheritance graph
[legend]
Collaboration diagram for ifr_removing_visitor:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ifr_removing_visitor (void)
 Constructor.
virtual ~ifr_removing_visitor (void)
 Destructor.
virtual int visit_scope (UTL_Scope *node)
 Visit the scope.
virtual int visit_root (AST_Root *node)
 Visit the root.

Detailed Description

ifr_removing_visitor.

This visitor removes items found in the IDL file being processed from the Interface Repository.


Constructor & Destructor Documentation

ifr_removing_visitor::ifr_removing_visitor ( void  )

Constructor.

ifr_removing_visitor::~ifr_removing_visitor ( void  ) [virtual]

Destructor.


Member Function Documentation

int ifr_removing_visitor::visit_root ( AST_Root *  node) [virtual]

Visit the root.

Reimplemented from ifr_visitor.

int ifr_removing_visitor::visit_scope ( UTL_Scope *  node) [virtual]

Visit the scope.

Reimplemented from ifr_visitor.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Defines