Annotation of parser3/src/doc/value.dox, revision 1.4
1.1 paf 1: /** @page Value Value
2:
1.4 ! paf 3: All values, with which Parser operates, are instances of classes, derived from Value.
! 4: Value knows it's type [Value::type], which is used in error messages.
! 5: Type can also be checked like this:
1.1 paf 6: @verbatim
1.4 ! paf 7: ^if($variable is hash){when there is hash in variable}{when not hash}
1.1 paf 8: @endverbatim
9:
1.4 ! paf 10: Value can store elements [Value::get_element, Value::put_element].
! 11: Simplest example - hash[VHash].
1.1 paf 12:
13:
14: */
E-mail: