paludis::paludis::CanFormatBase< T_, format::PlainRoles > Class Template Reference
[Formatters]
#include <formatter.hh>
List of all members.
|
Basic operations |
|
| CanFormatBase () |
|
virtual | ~CanFormatBase () |
Public Member Functions |
| virtual std::string | format (const T_ &, const format::Plain &) const PALUDIS_ATTRIBUTE((warn_unused_result))=0 |
Detailed Description
template<typename T_>
class paludis::paludis::CanFormatBase< T_, format::PlainRoles >
Base class for anything that implements the
format functions for format::PlainRoles on type T_.
- Since:
- 0.26
Member Function Documentation
template<typename T_>
| virtual std::string paludis::paludis::CanFormatBase< T_, format::PlainRoles >::format |
( |
const T_ & |
, |
|
|
const format::Plain & |
| |
|
) |
| | const [pure virtual] |
Format this item as 'Plain'.
The documentation for this class was generated from the following file: