|
virtual void | streamBegin () |
| Begin an Atlas stream.
|
|
virtual void | streamMessage () |
| Start a message in an Atlas stream.
|
|
virtual void | streamEnd () |
| Ends the Atlas stream.
|
|
virtual void | mapMapItem (const std::string &name) |
| Starts a map object to the currently streamed map.
|
|
virtual void | mapListItem (const std::string &name) |
| Starts a list object to the currently streamed map.
|
|
virtual void | mapIntItem (const std::string &name, long i) |
| Adds an integer to the currently streames map.
|
|
virtual void | mapFloatItem (const std::string &name, double d) |
| Adds a float to the currently streamed map.
|
|
virtual void | mapStringItem (const std::string &name, const std::string &s) |
| Adds a string to the currently streamed map.
|
|
virtual void | mapEnd () |
| Ends the currently streamed map.
|
|
virtual void | listMapItem () |
| Starts a map object in the currently streamed list.
|
|
virtual void | listListItem () |
| Starts a list object in the currently streamed list.
|
|
virtual void | listIntItem (long i) |
| Adds an integer to the currently streames list.
|
|
virtual void | listFloatItem (double d) |
| Adds a float to the currently streamed list.
|
|
virtual void | listStringItem (const std::string &s) |
| Adds a string to the currently streamed list.
|
|
virtual void | listEnd () |
| Ends the currently streamed list.
|
|
virtual void | streamBegin () |
| Begin an Atlas stream.
|
|
virtual void | streamMessage () |
| Start a message in an Atlas stream.
|
|
virtual void | streamEnd () |
| Ends the Atlas stream.
|
|
virtual void | mapMapItem (const std::string &name) |
| Starts a map object to the currently streamed map.
|
|
virtual void | mapListItem (const std::string &name) |
| Starts a list object to the currently streamed map.
|
|
virtual void | mapIntItem (const std::string &name, long i) |
| Adds an integer to the currently streames map.
|
|
virtual void | mapFloatItem (const std::string &name, double d) |
| Adds a float to the currently streamed map.
|
|
virtual void | mapStringItem (const std::string &name, const std::string &s) |
| Adds a string to the currently streamed map.
|
|
virtual void | mapEnd () |
| Ends the currently streamed map.
|
|
virtual void | listMapItem () |
| Starts a map object in the currently streamed list.
|
|
virtual void | listListItem () |
| Starts a list object in the currently streamed list.
|
|
virtual void | listIntItem (long i) |
| Adds an integer to the currently streames list.
|
|
virtual void | listFloatItem (double d) |
| Adds a float to the currently streamed list.
|
|
virtual void | listStringItem (const std::string &s) |
| Adds a string to the currently streamed list.
|
|
virtual void | listEnd () |
| Ends the currently streamed list.
|
|