Made to Order Software Corporation Logo

LLChatLib: LLSDNotationStreamFormatter Class Reference

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 Sep 23 17:18:45 2010 for LLChatLib by  doxygen 1.6.3