Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

NTriplesGenerator.h

00001 // See the file LICENSE in the some directory as this file for legal
00002 // notices about this software.   
00003 // $Id: NTriplesGenerator_8h-source.html,v 1.6 2001/10/10 20:40:58 sandro Exp $
00004 #ifndef DEV_W3_ORG__2001_BLINDFOLD_SRC_NTRIPLESGENERATOR_H
00005 #define DEV_W3_ORG__2001_BLINDFOLD_SRC_NTRIPLESGENERATOR_H
00006 #include "config.h"
00007 
00008 #include "Generator.h"
00009 
00018 class NTriplesGenerator : public Generator {
00019       
00020 public:
00021 
00022     // STANDARD MEMBER FUNCTIONS
00023     NTriplesGenerator();
00024     NTriplesGenerator(const NTriplesGenerator& other);
00025     const NTriplesGenerator& operator=(const NTriplesGenerator& other);
00026     bool operator==(const NTriplesGenerator& other) const;
00027     bool operator<(const NTriplesGenerator& other) const;
00028     size_t hash() const;
00029     friend std::ostream& operator<<(std::ostream& s, const NTriplesGenerator& me);
00030     std::ostream& print_to(std::ostream& stream) const; 
00031     ~NTriplesGenerator();       
00032 
00033     // (RE)IMPLEMENTATION OF INHERITED MEMBERS
00034 
00035     // CLASS-SPECIFIC PUBLIC INTERFACE
00036 
00037     virtual void add(Triple triple);
00038 
00039 private:
00040 
00041 };     
00042 
00043 
00044 STANDARD_EXTERNAL(NTriplesGenerator)
00045 
00046 #endif   /* NTRIPLESGENERATOR */  // -*-C++-*-

Home to blindfold. This page generated via doxygen 1.2.11.1 Wed Oct 10 16:40:33 2001.