Code Search for Developers
 
 
  

EltRep.C from Magnus at Krugle


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

Magnus

Magnus is a special purpose mathematical package for Infinite Group Theory computations

Project homepage: http://sourceforge.net/projects/magnus
Programming language(s): C,C++
License: other

  AbelianWord.C
  Elt.C
  EltRep.C
  NormalRandomWord.C
  Word.C
  WordRep.C