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

ByteSource.cpp

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

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