|
PVL: Parameter Value Language
|
| Aggregate | An Aggregate implements a Parameter that is a list of Parameters |
| Aggregate_Closure_Mismatch | Aggregate closure mismatch |
| Array | An Array implements a Value that is a list of Values |
| Array_Closure_Mismatch | Array closure mismatch |
| Assignment | An Assignment implements a Parameter than contains a Value |
| Vectal< T >::Const_Iterator | A Const_Iterator provides a random access iterator for a const Vectal |
| Vectal< T >::Const_Reverse_Iterator | A Const_Reverse_Iterator provides a reverse random access iterator for a const Vectal |
| Array::Depth_Iterator | A Depth_Iterator is a bidirectional iterator over an Array's Value list and, depth-first, over the Value list of each Array encountered |
| Aggregate::Depth_Iterator | A Depth_Iterator is a bidirectional iterator over an Aggregate's Parameter list and, depth-first, over the Parameter list of each Aggregate encountered |
| Integer | An Integer implements a Value with an integer datum |
| Invalid_Aggregate_Value | Invalid Aggregate Value |
| Invalid_Syntax | Invalid_Syntax is the base class for PVL exceptions |
| Invalid_Value | Invalid Value |
| Vectal< T >::Iterator | An Iterator provides a random access iterator for a Vectal |
| Lister | A Lister is used to manage the listing of PVL objects |
| Missing_Comment_End | Missing comment end |
| Missing_Quote_End | Missing quote end |
| Missing_Units_End | Missing units end |
| Multiline_Comment | Multiline comment |
| Parameter | A Parameter is a general-purpose, abstract, named parameter entity |
| Parser | A Parser interprets the characters of a Sliding_String as a sequence of Parameter Value Language (PVL) syntax statements |
| Real | A Real implements a Value with a floating point datum |
| Reserved_Character | Reserved character found |
| Vectal< T >::Reverse_Iterator | A Reverse_Iterator provides a reverse random access iterator for a Vectal |
| String | A String implements a Value with a character string datum |
| Value | A Value is a general-purpose, abstract value entity |
| Vectal< T > | A Vectal is a vector of virtual objects of any type |
| Vectal_ID | A Vectal_ID provides a container for the static const ID value inheritied by every instantiation of a Vectal template |
| Lister::Which_Mode | Mode set selector |
1.7.4