TAO_IFR
2.0.8
|
#include <ifr_removing_visitor.h>
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. |
This visitor removes items found in the IDL file being processed from the Interface Repository.
ifr_removing_visitor::ifr_removing_visitor | ( | void | ) |
Constructor.
ifr_removing_visitor::~ifr_removing_visitor | ( | void | ) | [virtual] |
Destructor.
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.