From: Foster B. <fos...@us...> - 2006-01-06 18:36:01
|
Update of /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/tutorials In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12808/adobe/documentation/sources/tutorials Modified Files: dictionary_tutorial.dox Log Message: asl 1.0.12 Index: dictionary_tutorial.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/tutorials/dictionary_tutorial.dox,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dictionary_tutorial.dox 28 Feb 2005 20:51:26 -0000 1.1 --- dictionary_tutorial.dox 6 Jan 2006 18:35:20 -0000 1.2 *************** *** 80,84 **** \subsection usage_retrieval Retrieval \par ! Getting values out of an adobe::dictionary_t is easier than putting them in, because there is no "read_reference": you merely index into the adobe::dictionary_t to access the values. The only thing to remember is that the data stored is wrapped in an adobe::value_t, so first must be extracted out of there before it can be used: \par \code --- 80,84 ---- \subsection usage_retrieval Retrieval \par ! Getting values out of an adobe::dictionary_t is easier than putting them in, because there is no "read_reference": you merely index into the adobe::dictionary_t to access the values. The only thing to remember is that the data stored is wrapped in an adobe::value_t, so it must first be extracted out of there before it can be used: \par \code |