#include <llsdserialize.h>

Public Member Functions | |
| LLSDOStreamer (const LLSD &data, U32 options=LLSDFormatter::OPTIONS_NONE) | |
| Constructor. | |
Protected Attributes | |
| LLSD | mSD |
| U32 | mOptions |
Friends | |
| std::ostream & | operator<< (std::ostream &str, const LLSDOStreamer< Formatter > &formatter) |
| Stream operator. | |
Definition at line 614 of file llsdserialize.h.
| LLSDOStreamer< Formatter >::LLSDOStreamer | ( | const LLSD & | data, | |
| U32 | options = LLSDFormatter::OPTIONS_NONE | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | str, | |
| const LLSDOStreamer< Formatter > & | formatter | |||
| ) | [friend] |
Stream operator.
Use this inline during construction during a stream operation.
| str | The destination stream for serialized output. | |
| The | formatter which will output it's LLSD. |
Definition at line 631 of file llsdserialize.h.
LLSD LLSDOStreamer< Formatter >::mSD [protected] |
Definition at line 640 of file llsdserialize.h.
U32 LLSDOStreamer< Formatter >::mOptions [protected] |
Definition at line 641 of file llsdserialize.h.
1.5.5