Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Namespaces | Functions
TextTable.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/StringUtils.h>
#include <ICLUtils/Size.h>

Go to the source code of this file.

Classes

class  icl::utils::TextTable
 Utility class for pretty console output. More...
class  icl::utils::TextTable::RowAssigner
 Utility class that is used, to assign a table row at once. More...

Namespaces

namespace  icl
 

The ICL-namespace.


namespace  icl::utils

Functions

std::ostream & icl::utils::operator<< (std::ostream &stream, const TextTable &t)
 overloaded ostream-operator that uses the TextTable's toString method for serialization
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines