-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy pathExpDict.cc
More file actions
22 lines (19 loc) · 865 Bytes
/
ExpDict.cc
File metadata and controls
22 lines (19 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
* NIST STEP Core Class Library
* clstepcore/ExpDict.cc
* April 1997
* K. C. Morris
* David Sauder
* Development of this software was funded by the United States Government,
* and is not subject to copyright.
*/
/*
* \file ExpDict.cc
* this file has been split into many smaller files, organized by class rather than by member:
*
* aggrTypeDescriptor.cc dictSchema.cc globalRule.cc inverseAttributeList.cc typeOrRuleVar.cc
* attrDescriptor.cc entityDescriptor.cc implicitItemId.cc schRename.cc uniquenessRule.cc
* attrDescriptorList.cc entityDescriptorList.cc interfaceSpec.cc selectTypeDescriptor.cc whereRule.cc
* create_Aggr.cc enumTypeDescriptor.cc interfacedItem.cc typeDescriptor.cc
* derivedAttribute.cc explicitItemId.cc inverseAttribute.cc typeDescriptorList.cc
*/