Atlas-C++
|
A formatter which uses multiple lines for list contents. More...
#include <MultiLineListFormatter.h>
Public Member Functions | |
MultiLineListFormatter (std::ostream &s, Atlas::Bridge &b) | |
void | mapListItem (std::string name) override |
Starts a list object to 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 l) 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. | |
![]() | |
Formatter (std::ostream &s, Atlas::Bridge &b) | |
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 | mapIntItem (std::string name, long) override |
Adds an integer to the currently streames map. | |
void | mapFloatItem (std::string name, double) override |
Adds a float to the currently streamed map. | |
void | mapStringItem (std::string name, std::string) override |
Adds a string to the currently streamed map. | |
void | mapEnd () override |
Ends the currently streamed map. | |
void | setSpacing (int s) |
Additional Inherited Members | |
![]() | |
std::ostream & | m_stream |
Bridge & | m_bridge |
int | m_indent |
int | m_spacing |
A formatter which uses multiple lines for list contents.
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.