File:  [parser3project] / parser3 / src / doc / value.dox
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Tue Mar 30 08:32:17 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, release_3_4_6, release_3_4_5, release_3_4_4, release_3_4_3, release_3_4_2, release_3_4_1, release_3_4_0, release_3_3_0, release_3_2_3, release_3_2_2, release_3_2_1, release_3_2_0, release_3_1_6, release_3_1_5, release_3_1_4, release_3_1_3, paf_left, HEAD
merged bugfixes from 3.1.2, changed version to 3.1.3beta

/**	@page Value Value

All values, with which Parser operates, are instances of classes, derived from Value.
Value knows it's type [Value::type], which is used in error messages.
Type can also be checked like this:
@verbatim
^if($variable is hash){when there is hash in variable}{when not hash}
@endverbatim

Value can store elements [Value::get_element, Value::put_element].
Simplest example - hash[VHash].


*/

E-mail: