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