idaeim studio
 PVL: Parameter Value Language

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
AggregateAn Aggregate implements a Parameter that is a list of Parameters
Aggregate_Closure_MismatchAggregate closure mismatch
ArrayAn Array implements a Value that is a list of Values
Array_Closure_MismatchArray closure mismatch
AssignmentAn Assignment implements a Parameter than contains a Value
Vectal< T >::Const_IteratorA Const_Iterator provides a random access iterator for a const Vectal
Vectal< T >::Const_Reverse_IteratorA Const_Reverse_Iterator provides a reverse random access iterator for a const Vectal
Array::Depth_IteratorA 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_IteratorA Depth_Iterator is a bidirectional iterator over an Aggregate's Parameter list and, depth-first, over the Parameter list of each Aggregate encountered
IntegerAn Integer implements a Value with an integer datum
Invalid_Aggregate_ValueInvalid Aggregate Value
Invalid_SyntaxInvalid_Syntax is the base class for PVL exceptions
Invalid_ValueInvalid Value
Vectal< T >::IteratorAn Iterator provides a random access iterator for a Vectal
ListerA Lister is used to manage the listing of PVL objects
Missing_Comment_EndMissing comment end
Missing_Quote_EndMissing quote end
Missing_Units_EndMissing units end
Multiline_CommentMultiline comment
ParameterA Parameter is a general-purpose, abstract, named parameter entity
ParserA Parser interprets the characters of a Sliding_String as a sequence of Parameter Value Language (PVL) syntax statements
RealA Real implements a Value with a floating point datum
Reserved_CharacterReserved character found
Vectal< T >::Reverse_IteratorA Reverse_Iterator provides a reverse random access iterator for a Vectal
StringA String implements a Value with a character string datum
ValueA Value is a general-purpose, abstract value entity
Vectal< T >A Vectal is a vector of virtual objects of any type
Vectal_IDA Vectal_ID provides a container for the static const ID value inheritied by every instantiation of a Vectal template
Lister::Which_ModeMode set selector