Inheritance diagram for sdHierValue:

![]() |
Public Methods | |
| sdHierValue (unsigned int id, const std::string &name, const std::string &description, sdNameSpace *nameSpace, const FieldVector &fields) | |
| virtual | ~sdHierValue () |
| FieldConstIter | begin () const |
| FieldConstIter | end () const |
| virtual void | accept (sdVisitor *visitor) |
Public Types | |
| typedef std::vector< sdField * > | FieldVector |
| typedef FieldVector::const_iterator | FieldConstIter |
For example, an sdHierValue of an oaBox contains two fields, each of which is the sdHierValue object that describes an oaPoint.
|
|
|
|
|
|
|
||||||||||||||||||||||||
|
This is the sdHierValue constructor.
|
|
|
This is the sdHierValue destructor. |
|
|
This function calls the visit function of the specified visitor on the hierarchical value.
Implements sdBase. |
|
|
This function returns a constant iterator pointing to the first position of the fields of this schema value object.
|
|
|
This function returns a constant iterator pointing to the last position of the fields of this schema value object.
|

Copyright © 2002 - 2010 Cadence Design Systems, Inc.
All Rights Reserved.