Public Methods | |
virtual | ~oaCMObjectVisitor () |
virtual void | visit (oaCMObjectIDRef *node)=0 |
virtual void | visit (oaCMDatabaseRef *node)=0 |
virtual void | visit (oaCMObjectStateRef *node)=0 |
The oaCMObjectVisitor class is the interface for the visitor, which is capable of visiting concrete oaCM nodes. This class can be derived to define specific actions.
|
|
|
This function visits a concrete oaCMObjectStateRef node. It is called with the oaCMObjectStateRef::accept function. This function can be reimplemented in derived classes to define specific behaviors.
|
|
This function visits a concrete oaCMDatabaseRef node. It is called with the oaCMDatabaseRef::accept function. This function can be reimplemented in derived classes to define specific behaviors.
|
|
This function visits a concrete oaCMObjectIDRef node. It is called with the oaCMObjectIDRef::accept function. This function can be reimplemented in derived classes to define specific behaviors.
|
Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.