gatb.core-API-0.0.0
gatb::core::tools::misc::impl Namespace Reference

Classes

class  Algorithm
 Framework class for implementing algorithm. More...
 
struct  ArgData
 
struct  HierarchyParserVisitor
 Visitor that iterates children of an OptionsParser instance. More...
 
class  Histogram
 Basic implementation of the IHistogram interface. More...
 
class  HistogramCache
 Cached implementation of the IHistogram interface. More...
 
class  HistogramNull
 Null implementation of the IHistogram interface. More...
 
class  HostInfo
 Host information. More...
 
class  LibraryInfo
 Framework class for implementing tools (ie. binary tools). More...
 
class  LocalTimeInfo
 Helper for time info statistics. More...
 
class  Option
 Implementation of the IOptionsParser interface. More...
 
class  OptionFailure
 Exception class to be used for option management error. More...
 
class  OptionNoParam
 Option that has no argument. More...
 
class  OptionOneParam
 Option that has one argument. More...
 
class  OptionsHelpVisitor
 Visitor that display help. More...
 
class  OptionsParser
 Implementation of the IOptionsParser interface. More...
 
class  Progress
 Progress information display feature. More...
 
class  ProgressNone
 Null implementation of IteratorListener. More...
 
class  ProgressTimer
 Progress information display feature with timing information. More...
 
class  ProgressTimerAndSystem
 Progress information display feature with timing and system information. More...
 
class  Properties
 Implementation of IProperties interface. More...
 
class  RawDumpPropertiesVisitor
 Raw dump of a IProperties instance. More...
 
class  Stringify
 String helper for using printf-like formats. More...
 
class  StringLine
 String line formatter. More...
 
class  TimeInfo
 Tool for time statistics. More...
 
class  TokenizerIterator
 String tokenizer as an Iterator. More...
 
class  Tool
 Framework abstract class for implementing tools (ie. binary tools). More...
 
struct  VisibilityOptionsVisitor
 Visitor that sets the visibility for a list of options. More...
 
class  XmlDumpPropertiesVisitor
 XML serialization of a IProperties instance. More...
 
class  XmlReader
 Simple implementation of an XML (SAX) parser. More...
 

Typedefs

typedef ProgressTimerAndSystem ProgressDefault
 

Functions

std::ostream & operator<< (std::ostream &os, const Properties &props)
 

Detailed Description

Forward declarations for the Visitor definition.

Typedef Documentation

We define a default class for progress information.

Function Documentation

std::ostream& gatb::core::tools::misc::impl::operator<< ( std::ostream &  os,
const Properties props 
)
inline

Overload output stream operator.