Inheritance diagram for Fd< T >:
Definition at line 11 of file Fd.h.
Public Member Functions | |
Fd () | |
Fd (const Fd< T > &b) | |
Fd (const T &t) | |
Fd (int si) | |
Fd (signed long sl) | |
Fd (unsigned long ul) | |
Fd (const char *str, unsigned int b=10) | |
Fd (double d) | |
~Fd () | |
T & | rep () |
const T & | rep () const |
T & | rep () |
const T & | rep () const |
template<class X> | |
Rg< T > | operator== (const VAL< X > &rhs) const |
template<class X> | |
bool | operator== (const X &rhs) const |
template<class X> | |
Rg< T > | operator== (const VAL< X > &rhs) const |
template<class X> | |
bool | operator== (const X &rhs) const |
template<class X> | |
bool | operator!= (const X &rhs) const |
template<class X> | |
bool | operator!= (const X &rhs) const |
template<class X> | |
bool | operator> (const X &rhs) const |
template<class X> | |
bool | operator> (const X &rhs) const |
template<class X> | |
bool | operator>= (const X &rhs) const |
template<class X> | |
bool | operator>= (const X &rhs) const |
template<class X> | |
bool | operator< (const X &rhs) const |
template<class X> | |
bool | operator< (const X &rhs) const |
template<class X> | |
bool | operator<= (const X &rhs) const |
template<class X> | |
bool | operator<= (const X &rhs) const |
Rg< T > & | operator+= (const Rg< T > &rhs) |
Rg< T > & | operator+= (const int &rhs) |
template<class X> | |
Rg< T > & | operator+= (const X &rhs) |
Rg< T > & | operator-= (const Rg< T > &rhs) |
Rg< T > & | operator-= (const int &rhs) |
template<class X> | |
Rg< T > & | operator-= (const X &rhs) |
Rg< T > & | operator *= (const Rg< T > &rhs) |
Rg< T > & | operator *= (const int &rhs) |
template<class X> | |
Rg< T > & | operator *= (const X &rhs) |
Rg< T > & | operator/= (const Rg< T > &rhs) |
Rg< T > & | operator/= (const int &rhs) |
template<class X> | |
Rg< T > & | operator/= (const X &rhs) |
Rg< T > & | operator%= (const Rg< T > &rhs) |
Rg< T > & | operator%= (const int &rhs) |
template<class X> | |
Rg< T > & | operator%= (const X &rhs) |
void | operator++ () |
void | operator++ () |
void | operator-- () |
void | operator-- () |
Public Attributes | |
shared_object< T > | data |
shared_object< T > | data |