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

RDF_Graph.cpp

00001 #include "RDF_Graph.h"
00002 // $Id: RDF__Graph_8cpp-source.html,v 1.1 2001/10/10 20:40:58 sandro Exp $
00003 
00004 using RDF::Graph;
00005 
00006 
00008 //
00009 //  Static Initializers
00010 //
00012 
00013 
00015 //
00016 //  Standard Member Functions
00017 //
00019 
00020 Graph::Graph()
00021 {
00022     // blank default    
00023 }
00024 
00025 #if 0  /* omit definitions until they are implemented */
00026 
00027 Graph::Graph(const Graph& other)
00028 {
00029     NOT_IMPLEMENTED
00030 }
00031 
00032 const Graph& Graph::operator=(const Graph& other)
00033 {
00034     NOT_IMPLEMENTED
00035 }
00036 
00037 bool Graph::operator==(const Graph& other) const
00038 {
00039     NOT_IMPLEMENTED
00040 }
00041 
00042 bool Graph::operator<(const Graph& other) const
00043 {
00044     NOT_IMPLEMENTED
00045 }
00046 
00047 size_t Graph::hash() const
00048 {
00049     NOT_IMPLEMENTED
00050 }
00051 
00052 std::ostream& Graph::print_to(std::ostream& stream) const
00053 {
00054     NOT_IMPLEMENTED
00055 }
00056 
00057 #endif /* omit definitions until they are implemented */
00058     
00059 Graph::~Graph()
00060 {
00061     // blank default    
00062 }
00063 
00065 //
00066 //  Additional Public Member Functions
00067 //
00069 
00070 
00071 
00073 //
00074 //  Additional Private Member Functions
00075 //
00077 

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