sbuild  1.6.10
Static Private Member Functions | Friends | List of all members
sbuild::null Class Reference

Null. More...

#include <sbuild-null.h>

Static Private Member Functions

static const char * null_output ()
 Get a string for output. More...
 

Friends

template<class charT , class traits >
std::basic_ostream< charT, traits > & operator<< (std::basic_ostream< charT, traits > &stream, null const &rhs)
 Null output to an ostream. More...
 

Detailed Description

Null.

This class does nothing. It is used to represent an absence of context or detail.

Member Function Documentation

const char * null::null_output ( )
staticprivate

Get a string for output.

Returns
the word "unknown" (translated).

References sbuild::_().

Friends And Related Function Documentation

template<class charT , class traits >
std::basic_ostream<charT,traits>& operator<< ( std::basic_ostream< charT, traits > &  stream,
null const &  rhs 
)
friend

Null output to an ostream.

Parameters
streamthe stream to output to.
rhsthe null to output.
Returns
the stream.

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