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