My Project
|
#include <iostream>
Go to the source code of this file.
Data Structures | |
class | Factor< T > |
Macros | |
#define | OSTREAM std::ostream |
Functions | |
template<class T > | |
int | operator== (const Factor< T > &, const Factor< T > &) |
template<class T > | |
OSTREAM & | operator<< (OSTREAM &os, const Factor< T > &f) |
#define OSTREAM std::ostream |
Definition at line 9 of file ftmpl_factor.h.
Definition at line 40 of file ftmpl_factor.cc.
Definition at line 24 of file ftmpl_factor.cc.