#include <llsdserialize.h>
Collaboration diagram for LLSDOStreamer< Formatter >:

| 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 512 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 529 of file llsdserialize.h.
| U32 LLSDOStreamer< Formatter >::mOptions  [protected] | 
Definition at line 539 of file llsdserialize.h.
| LLSD LLSDOStreamer< Formatter >::mSD  [protected] | 
Definition at line 538 of file llsdserialize.h.
 1.4.7
 1.4.7