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

SymbolMap.cpp

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

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