Atlas-C++
Public Member Functions | List of all members
Atlas::MultiLineListFormatter Class Reference

A formatter which uses multiple lines for list contents. More...

#include <MultiLineListFormatter.h>

Inheritance diagram for Atlas::MultiLineListFormatter:
Atlas::Formatter Atlas::Bridge

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.
 
- Public Member Functions inherited from Atlas::Formatter
 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

- Protected Attributes inherited from Atlas::Formatter
std::ostream & m_stream
 
Bridgem_bridge
 
int m_indent
 
int m_spacing
 

Detailed Description

A formatter which uses multiple lines for list contents.


The documentation for this class was generated from the following file:

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.