CppUnit project page FAQ CppUnit home page

Main Page   Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

Outputter.h

Go to the documentation of this file.
00001 #ifndef CPPUNIT_OUTPUTTER_H
00002 #define CPPUNIT_OUTPUTTER_H
00003 
00004 #include <cppunit/Portability.h>
00005 
00006 
00007 namespace CppUnit
00008 {
00009 
00013 class CPPUNIT_API Outputter
00014 {
00015 public:
00017   virtual ~Outputter() {}
00018 
00019   virtual void write() =0;
00020 };
00021 
00022 
00023 
00024 // Inlines methods for Outputter:
00025 // ------------------------------
00026 
00027 
00028 } //  namespace CppUnit
00029 
00030 
00031 #endif  // CPPUNIT_OUTPUTTER_H

SourceForge Logo hosts this site. Send comments to:
CppUnit Developers