Show EltRep.C syntax highlighted
// Copyright (C) 1994 The New York Group Theory Cooperative
// See magnus/doc/COPYRIGHT for the full notice.
// Contents: Implementation of the EltRep class.
//
// Principal Author: Roger Needham
//
// Status: Useable.
//
// Revision History:
//
#include "EltRep.h"
using namespace std;
void EltRep::printOn(std::ostream& o) const { }
void EltRep::debugPrint(std::ostream& ostr) const {
#ifdef DEBUG
ostr << "rep:" << this << ";" << "#xrefs:" << nxrefs();
#endif
}
//--------------------------- EltRep -------------------------------//
//------------------------ static members ---------------------------//
//
// static data members initialised in Elt.C
//
See more files for this project here