Attribute Library
Attribute is a C++ class library for representing generic name/value
pairs that has been integrated into
a command interpreter and a
drawing editor.
Attribute classes
-
ALIterator:
Iterator for AttributeList's
-
Attribute:
name/value pair
-
AttributeList:
list of Attribute's
-
AttributeValue:
general attribute value -- supported types:
- UnknownType
- CharType
- UCharType
- ShortType
- UShortType
- IntType
- UIntType
- LongType
- ULongType
- FloatType
- DoubleType
- StringType
- SymbolType
- ArrayType
- StreamType
- CommandType
- KeywordType
- ObjectType
- EofType
- BooleanType
- OperatorType
-
LexScan:
lexical scanner used to read AttributeValue's
-
ParamStruct/ParamList:
classes to support istream constructors
back to ivtools technical info