LLSDNotationStreamFormatter Class Reference
Formatter which is specialized for use on streams which outputs the original notation format for LLSD.  
More...
#include <llsdserialize.h>
Detailed Description
Formatter which is specialized for use on streams which outputs the original notation format for LLSD. 
This class is useful for doing inline stream operations. For example:
 LLSD sd;
 sd["foo"] = "bar";
 std::stringstream params;
 params << "[{'version':i1}," << LLSDOStreamer<LLSDNotationFormatter>(sd) << "]";  
The documentation for this class was generated from the following file:
Generated on Thu Jul 1 06:11:45 2010 for Second Life Viewer by 
 1.4.7
 1.4.7