![]() |
My Project
|
#include <ftmpl_factor.h>
Public Member Functions | |
| Factor () | |
| Factor (const Factor< T > &f) | |
| Factor (const T &f, int e) | |
| Factor (const T &f) | |
| ~Factor () | |
| Factor< T > & | operator= (const Factor< T > &) |
| Factor< T > & | operator= (const T &) |
| T | factor () const |
| int | exp () const |
| T | value () const |
| Factor< T > & | operator+= (int i) |
| Factor< T > & | operator*= (int i) |
| Factor< T > & | operator*= (const T &f) |
| void | print (OSTREAM &) const |
Private Attributes | |
| T | _factor |
| int | _exp |
Definition at line 18 of file ftmpl_factor.h.
Definition at line 23 of file ftmpl_factor.h.
Definition at line 24 of file ftmpl_factor.h.
Definition at line 25 of file ftmpl_factor.h.
Definition at line 26 of file ftmpl_factor.h.
Definition at line 27 of file ftmpl_factor.h.
Definition at line 31 of file ftmpl_factor.h.
Definition at line 30 of file ftmpl_factor.h.
Definition at line 35 of file ftmpl_factor.h.
Definition at line 34 of file ftmpl_factor.h.
Definition at line 33 of file ftmpl_factor.h.
Definition at line 16 of file ftmpl_factor.cc.
Definition at line 31 of file ftmpl_factor.cc.
Definition at line 32 of file ftmpl_factor.h.
Definition at line 21 of file ftmpl_factor.h.