|
PVL: Parameter Value Language
|
| Aggregate | An Aggregate implements a Parameter that is a list of Parameters |
| 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 |
| Aggregate_Closure_Mismatch | Aggregate closure mismatch |
| Array | An Array implements a Value that is a list of Values |
| 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 |
| Array_Closure_Mismatch | Array closure mismatch |
| Assignment | An Assignment implements a Parameter than contains a Value |
| 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 |
| Lister | A Lister is used to manage the listing of PVL objects |
| Lister::Which_Mode | Mode set selector |
| 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 |
| std::vector | |
| 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::Const_Iterator | Const_Iterator |
| Vectal::Const_Reverse_Iterator | Const_Reverse_Iterator |
| Vectal::Iterator | Iterator |
| Vectal::Reverse_Iterator | Reverse_Iterator |
| Vectal_ID | A Vectal_ID provides a container for the static const ID value inheritied by every instantiation of a Vectal template |
1.5.8